getTestedGapDistances {transcriptR}R Documentation

getTestedGapDistances

Description

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

Usage

getTestedGapDistances(object)

## S4 method for signature 'TranscriptionDataSet'
getTestedGapDistances(object)

Arguments

object

A TranscriptionDataSet object.

Value

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

Author(s)

Armen R. Karapetyan

See Also

estimateGapDistance

Examples

### Load TranscriptionDataSet object
data(tds)

head(getTestedGapDistances(tds))


[Package transcriptR version 1.22.0 Index]