getTranscripts
Return table of unique transcripts in GTFAnnotation
object
Syntax
Description
returns transcriptsTable
= getTranscripts(AnnotObj
)transcriptsTable
, a table of transcripts referenced by exons in
AnnotObj
.
returns one or more transcripts that belong to the references specified by
transcriptsTable
= getTranscripts(AnnotObj
,"Reference",R
)R
.
returns one or more transcripts that belong to the genes specified by
transcriptsTable
= getTranscripts(AnnotObj
,"Gene",G
)G
.
returns one or more transcripts specified by transcriptsTable
= getTranscripts(AnnotObj
,"Transcript",T
)T
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b
See Also
getData
| getExons
| getFeatureNames
| getGeneNames
| getGenes
| getIndex
| getRange
| getReferenceNames
| getSegments
| getSubset
| getTranscriptNames
| GTFAnnotation
| GFFAnnotation