Class: GTFAnnotation
Return table of unique transcripts in GTFAnnotation
object
returns transcriptsTable
= getTranscripts(AnnotObj
)transcriptsTable
,
a table of transcripts referenced by exons in AnnotObj
.
returns
the transcript(s) that belong to the reference(s) specified by transcriptsTable
= getTranscripts(AnnotObj
,'Reference',R
)R
.
returns
the transcript(s) that belong to the gene(s) specified by transcriptsTable
= getTranscripts(AnnotObj
,'Gene',G
)G
.
returns
the transcript(s) specified by transcriptsTable
= getTranscripts(AnnotObj
,'Transcript',T
)T
.
getData (GTFAnnotation)
| getFeatureNames (GTFAnnotation)
| getGeneNames (GTFAnnotation)
| getGenes (GTFAnnotation)
| getIndex (GTFAnnotation)
| getRange (GTFAnnotation)
| getReferenceNames (GTFAnnotation)
| getSegments (GTFAnnotation)
| getSubset (GTFAnnotation)
| getTranscripts (GTFAnnotation)
| GFFAnnotation
| GTFAnnotation