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