Show the loci information of a gen_tibble
show_loci.Rd
Extract and set the information on loci from a gen_tibble
.
Usage
show_loci(.x, ...)
# S3 method for class 'tbl_df'
show_loci(.x, ...)
# S3 method for class 'vctrs_bigSNP'
show_loci(.x, ...)
show_loci(.x) <- value
# S3 method for class 'tbl_df'
show_loci(.x) <- value
# S3 method for class 'vctrs_bigSNP'
show_loci(.x) <- value
Arguments
- .x
a vector of class
vctrs_bigSNP
(usually thegenotype
column of agen_tibble
object), or agen_tibble
.- ...
currently unused.
- value
a data.frame or tibble of loci information to replace the current one.
Value
a tibble::tibble
of information (see gen_tibble
for details
on compulsory columns that will always be present)