Learn R Programming

transcriptR (version 1.0.2)

getTestedGapDistances: getTestedGapDistances

Description

Retrieve a data.frame, containing a range of tested gap distances and estimated error rates.

Usage

getTestedGapDistances(object)

## S3 method for class 'TranscriptionDataSet': getTestedGapDistances(object)

Arguments

object

Value

  • A data.frame containing estimated error rates (dissected, merged and sum of two errors) and corresponding gap distances.

See Also

estimateGapDistance

Examples

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

head(getTestedGapDistances(tds))

Run the code above in your browser using DataLab