load_tx2gene: Load transcript to gene map

View source: R/get_tx2gene.R

load_tx2geneR Documentation

Load transcript to gene map

Description

Load transcript to gene map

Usage

load_tx2gene(species = "Homo sapiens", release = "103", with_hgnc = FALSE)

Arguments

species

Character vector indicating species. Genus and species should be space separated, not underscore. Default is 'Homo sapiens'.

release

EnsemblDB release. Should be same as used in build_kallisto_index.

Value

data.frame with columns tx_id, gene_name, and entrezid

Examples


tx2gene <- load_tx2gene("Homo sapiens", "94")

hms-dbmi/dseqr.data documentation built on Oct. 25, 2024, 4:10 p.m.