View source: R/get_n_samples.R
get_n_samples | R Documentation |
Get the number of samples from a table
get_n_samples(table)
table |
a table |
the number of samples
To obtain the number of samples/variants for a specific table:
get_n_samples_from_bed_table for a .bed
table
get_n_samples_from_bim_table for a .bim
table
get_n_samples_from_fam_table for a .fam
table
get_n_samples_from_map_table for a .map
table
get_n_samples_from_ped_table for a .ped
table
get_n_samples_from_pgen_table for a .pgen
table
get_n_samples_from_psam_table for a .psam
table
get_n_samples_from_pvar_table for a .pvar
table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.