### Load TranscriptionDataSet object
data(tds)
### Load reference annotations (knownGene from UCSC)
data(annot)
### Detect transcripts
detectTranscripts(object = tds, coverage.cutoff = 5, gap.dist = 4000,
estimate.params = TRUE, combine.by.annot = FALSE, annot = annot)
### Annotate detected transcripts
annotateTranscripts(object = tds, annot = annot)
### View detected transcripts and associated annotations
getTranscripts(tds)
Run the code above in your browser using DataLab