Description Usage Arguments Details Value Author(s) Examples
When many point mutations are detected, the ration of transitions to transversions can be used as quality measure to assess the number of false positives.
1 2 3 4 | ## S4 method for signature 'AVASet'
calculateTiTv(object)
## S4 method for signature 'MapperSet'
calculateTiTv(object)
|
object |
An instance of AVASet or MapperSet storing the detected variants. |
For more information about the Ti/Tv ratio see http://www.broadinstitute.org/gsa/wiki/index.php/QC_Methods
A list
with two elements: A substitution matrix summarizing all
observed substitutions and the transition/transversion ratio.
Hans-Ulrich Klein
1 2 3 | data(avaSetExample)
ava = setVariantFilter(avaSetExample, c(0.03, 0.03))
calculateTiTv(ava)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.