Learn R Programming

transcriptR (version 1.0.2)

getTranscripts: getTranscripts

Description

Retrieve transcripts information from the TranscriptionDataSet object.

Usage

getTranscripts(object, min.length, min.fpkm, min.coverage)

## S3 method for class 'TranscriptionDataSet': getTranscripts(object, min.length, min.fpkm, min.coverage)

Arguments

object
min.length
Numeric. A minimum length (in bp) of the reported transcripts.
min.fpkm
Numeric. A minimum FPKM of the reported transcripts.
min.coverage
Numeric. A minimum coverage of the reported transcripts.

Value

Details

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.

See Also

detectTranscripts

Examples

Run this code
### Load TranscriptionDataSet object
data(tds)

### View detected transcripts
getTranscripts(tds)

Run the code above in your browser using DataLab