Find transversions
loci_transversions.Rd
Use the loci table to define which loci are transversions
Usage
loci_transversions(.x, ...)
# S3 method for class 'tbl_df'
loci_transversions(.x, ...)
# S3 method for class 'vctrs_bigSNP'
loci_transversions(.x, ...)
# S3 method for class 'grouped_df'
loci_transversions(.x, ...)
Arguments
- .x
a vector of class
vctrs_bigSNP
(usually thegenotype
column of agen_tibble
object), or agen_tibble
.- ...
other arguments passed to specific methods.