Creates a variants table.
variants_tbl(
variant_id = character(),
merged = integer(),
functional_class = character(),
chromosome_name = character(),
chromosome_position = integer(),
chromosome_region = character(),
last_update_date = lubridate::ymd_hms()
)
A tibble
whose columns are the named arguments
to the function.
A character vector of variant identifiers.
A logical vector indicating if a SNP has been merged with another SNP in a newer genome build.
A character vector of functional classes, see
functional_class
in slot variants
of variants.
A character vector of chromosome names.
An integer vector of chromosome positions.
A character vector of cytogenetic regions.
A POSIXct
object
indicating the last time the variants have been updated.