getTestedGapDistances-methods: getTestedGapDistances

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
3
4
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

1
2
3
4
### Load TranscriptionDataSet object
data(tds)

head(getTestedGapDistances(tds))

transcriptR documentation built on Nov. 8, 2020, 8:12 p.m.