v_ensembl_ids_tbl {gwasrapidd} | R Documentation |
Creates a gene Ensembl identifiers table.
Description
Creates a gene Ensembl identifiers table.
Usage
v_ensembl_ids_tbl(
variant_id = character(),
gene_name = character(),
ensembl_id = character()
)
Arguments
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. |
Value
A tibble
whose columns are the named arguments
to the function.
[Package gwasrapidd version 0.99.18 Index]