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