load_tx2gene | R Documentation |
Load transcript to gene map
load_tx2gene(species = "Homo sapiens", release = "103", with_hgnc = FALSE)
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
|
data.frame
with columns tx_id
, gene_name
, and
entrezid
tx2gene <- load_tx2gene("Homo sapiens", "94")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.