Summary of gds object or file: number of samples and markers
summary_gds(gds, check.sync = FALSE, verbose = TRUE)
(2 options) A Genomic Data Structure (GDS) file or object
How to get GDS ?
Look into tidy_genomic_data
,
read_vcf
,
tidy_vcf
or write_gds
.
(logical, optional) Check if GDS object is in sync with radiator metada.
(optional, logical) When verbose = TRUE
the function is a little more chatty during execution.
Default: verbose = TRUE
.