setEmissionProbabilities {srnadiff} | R Documentation |
Set emission probabilities (for the HMM step): probability to have a p-value not less than a threshold in the "not-differentially expressed" state, and a p-value not greater than this threshold in the "differentially expressed" state (supposed equal).
setEmissionProbabilities(object, probability) ## S4 method for signature 'sRNADiff,numeric' setEmissionProbabilities(object, probability)
object |
An |
probability |
The emission probability |
The same object
exp <- sRNADiffExample() exp <- setEmissionProbabilities(exp, 0.9)