v_entrez_ids_tbl: Creates a gene Entrez identifiers table.
Description
Creates a gene Entrez identifiers table.
Usage
v_entrez_ids_tbl(
variant_id = character(),
gene_name = character(),
entrez_id = character()
)
Value
A tibble
whose columns are the named arguments
to the function.
Arguments
- 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.