When many point mutations are detected, the ration of transitions to transversions can be used as quality measure to assess the number of false
当许多点突变检测,配给过渡到颠可以用作质量的衡量标准评估假
用法----------Usage----------
## S4 method for signature 'AVASet'
calculateTiTv(object)
## S4 method for signature 'MapperSet'
calculateTiTv(object)
参数----------Arguments----------
参数:object
An instance of AVASet or MapperSet storing the detected variants.
存储检测变种AVASet或MapperSet实例。
Details
详情----------Details----------
For more information about the Ti/Tv ratio see
对于钛/电视比看的更多信息
值----------Value----------
A list with two elements: A substitution matrix summarizing all
一个list两个元素:一个替代矩阵,总结了所有
作者(S)----------Author(s)----------
Hans-Ulrich Klein
举例----------Examples----------
data(avaSetExample)
ava = setVariantFilter(avaSetExample, c(0.03, 0.03))
calculateTiTv(ava)