View source: R/class-variants.R
| variants_tbl | R Documentation | 
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()
)
variant_id | 
 A character vector of variant identifiers.  | 
merged | 
 A logical vector indicating if a SNP has been merged with another SNP in a newer genome build.  | 
functional_class | 
 A character vector of functional classes, see
  | 
chromosome_name | 
 A character vector of chromosome names.  | 
chromosome_position | 
 An integer vector of chromosome positions.  | 
chromosome_region | 
 A character vector of cytogenetic regions.  | 
last_update_date | 
 A   | 
A tibble whose columns are the named arguments
to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.