Description Usage Arguments Details Value Author(s) See Also Examples
Retrieve transcripts information from the TranscriptionDataSet
object.
1 2 3 4 5 | getTranscripts(object, min.length, min.fpkm, min.coverage)
## S4 method for signature 'TranscriptionDataSet'
getTranscripts(object, min.length, min.fpkm,
min.coverage)
|
object |
A |
min.length |
|
min.fpkm |
|
min.coverage |
|
The coverage is a measure of how densely the transcript is covered by the sequencing fragments. Modestly/highly expressed transcripts will have a value close to 1, whereas lowly expressed transcripts will have a value close to 0, indicating the sparse distribution of sequencing fragments along the transcript body.
A GRanges
object.
Armen R. Karapetyan
1 2 3 4 5 | ### Load TranscriptionDataSet object
data(tds)
### View detected transcripts
getTranscripts(tds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.