getSegments
Return table of non-overlapping segments from GTFAnnotation
object
Syntax
Description
returns segments
= getSegments(AnnotObj
)segments
, a table of non-overlapping segments of nucleotide
sequences built by flattening the transcripts in AnnotObj
. If an exon
boundary is not the same in two or more transcripts of a gene, then the function creates two
or more non-overlapping segments which cover all exons in the transcript.
[
returns segments
,transcriptIDs
]
= getSegments(AnnotObj
)transcriptIDs
, a cell array of character vectors containing all
unique transcript IDs in AnnotObj
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b
See Also
getData
| getExons
| getFeatureNames
| getGeneNames
| getGenes
| getIndex
| getRange
| getReferenceNames
| getSubset
| getTranscriptNames
| getTranscripts
| GTFAnnotation
| GFFAnnotation