View source: R/class-variants.R
v_ensembl_ids_tbl | R Documentation |
Creates a gene Ensembl identifiers table.
v_ensembl_ids_tbl(
variant_id = character(),
gene_name = character(),
ensembl_id = character()
)
variant_id |
A character vector of variant identifiers. |
gene_name |
A character vector of gene symbols according to HUGO Gene Nomenclature (HGNC). |
ensembl_id |
A character vector of Ensembl identifiers. |
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.