Creates a gene Ensembl identifiers table.
v_ensembl_ids_tbl(
variant_id = character(),
gene_name = character(),
ensembl_id = character()
)
A tibble
whose columns are the named arguments
to the function.
A character vector of variant identifiers.
A character vector of gene symbols according to HUGO Gene Nomenclature (HGNC).
A character vector of Ensembl identifiers.