Get the chromosomes of loci in a gen_tibble
loci_chromosomes.Rd
Extract the loci chromosomes from a gen_tibble
(or directly from its genotype
column).
Usage
loci_chromosomes(.x, ...)
# S3 method for class 'tbl_df'
loci_chromosomes(.x, ...)
# S3 method for class 'vctrs_bigSNP'
loci_chromosomes(.x, ...)
Arguments
- .x
a
gen_tibble
, or a vector of classvctrs_bigSNP
(usually thegenotype
column of agen_tibble
object).- ...
currently unused.