get_tx2gene | R Documentation |
Get transcript to gene map.
get_tx2gene(
species = "Homo sapiens",
release = "103",
with_hgnc = FALSE,
columns = c("tx_id", "gene_name", "entrezid", "gene_id", "seq_name", "description")
)
species |
Character vector indicating species. Genus and species should
be space separated, not underscore. Default is |
release |
EnsemblDB release. Should be same as used in
|
columns |
Character vector of columns from ensdb package to return or
|
data.frame
with columns tx_id
, gene_name
, and
entrezid
# tx2gene <- get_tx2gene()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.