setEmissionThreshold {srnadiff} | R Documentation |
Set emission threshold (for the HMM step): the emission distribution being binomial, all the p-values less than this threshold belong to one class, and all the p-values greater than this threshold belong to the other class.
setEmissionThreshold(object, threshold) ## S4 method for signature 'sRNADiff,numeric' setEmissionThreshold(object, threshold)
object |
An |
threshold |
The emission threshold |
The same object
exp <- sRNADiffExample() exp <- setEmissionThreshold(exp, 0.1)