Description Usage Arguments Value Author(s)
View source: R/annotateGetRefFromTranscriptDb.R
Gets the mapping between reference (usually transcripts) and gene's EntrezID using a TranscriptDb object.
1 | annotateGetRefFromTranscriptDb(txDb, exons, verbose = FALSE)
|
txDb |
A |
exons |
A logical value, indicating if exons should be extracted. |
verbose |
A logical value, indicating if messages should be printed. Default is |
df_GENETR A data.frame
containing the genomic ranges of the transcripts, ordered by chromosome and strand;
df_EXON A data.frame
containing the genomic ranges of the exons, ordered by chromosome and strand.
stack_EXON A data.frame
containing mappings between exons in df_EXON
and transcripts in df_GENETR
.
txDb_Key A character vector, giving the EntrezID's column name.
txGroup A data.frame
containing the index of each chromosome and strand pair df_GENETR
. Used to speed up computation
Alexandre Thiery
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.