getTestedGapDistances {transcriptR} | R Documentation |
Retrieve a data.frame
, containing a range of tested gap distances
and estimated error rates.
getTestedGapDistances(object) ## S4 method for signature 'TranscriptionDataSet' getTestedGapDistances(object)
object |
A |
A data.frame
containing estimated error rates (dissected
,
merged
and sum of two errors
) and corresponding gap distances.
Armen R. Karapetyan
### Load TranscriptionDataSet object data(tds) head(getTestedGapDistances(tds))