count_loci | R Documentation |
gen_tibble
Count the number of loci in gen_tibble
(or directly from its genotype
column).
count_loci(.x, ...)
## S3 method for class 'tbl_df'
count_loci(.x, ...)
## S3 method for class 'vctrs_bigSNP'
count_loci(.x, ...)
.x |
a |
... |
currently unused. |
the number of loci
example_gt <- load_example_gt("gen_tbl")
example_gt %>% count_loci()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.