indiv_ploidy | R Documentation |
Returns the ploidy for each individual.
indiv_ploidy(.x, ...)
## S3 method for class 'tbl_df'
indiv_ploidy(.x, ...)
## S3 method for class 'vctrs_bigSNP'
indiv_ploidy(.x, ...)
.x |
a |
... |
currently unused. |
a vector of ploidy, one per individuals in the gen_tibble
example_gt <- load_example_gt("gen_tbl")
example_gt %>% indiv_ploidy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.