Summary of gds object or file: number of samples and markers

summary_gds(gds, check.sync = FALSE, verbose = TRUE)

Arguments

gds

(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.

check.sync

(logical, optional) Check if GDS object is in sync with radiator metada.

verbose

(optional, logical) When verbose = TRUE the function is a little more chatty during execution. Default: verbose = TRUE.