Description Usage Arguments Value Author(s) See Also Examples
Retrieve a data.frame
, containing a range of tested gap distances
and estimated error rates.
1 2 3 4 | 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
1 2 3 4 | ### Load TranscriptionDataSet object
data(tds)
head(getTestedGapDistances(tds))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.