getTranscript2Gene | R Documentation |
Gets gene names from an annotation data.frame of gtf or gff format.
getTranscript2Gene(gtf)
countIsoformsPerGene(tr2Gene)
gtf |
the annotation data.frame to get the gene data from. |
tr2Gene |
a character vector containing the transcript ID's obtained from the gene ID's. |
Returns a character vector with the gene names.
countIsoformsPerGene
: Returns a contingency table of the transcript names counting isoforms per gene.
Rehrauer, Hubert
Schmid, Peter
param = ezParam()
gtf = ezLoadFeatures(param, system.file("extdata/genes.gtf", package="ezRun", mustWork=TRUE))
tr2Gene = getTranscript2Gene(gtf)
ipg = countIsoformsPerGene(tr2Gene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.