setStrategies {srnadiff} | R Documentation |
Set the different steps
setStrategies(object, annotation, naive, hmm, slice) ## S4 method for signature 'sRNADiff,logical,logical,logical,logical' setStrategies(object, annotation, naive, hmm, slice)
object |
An |
annotation |
The annotation step. |
naive |
The naive step. |
hmm |
The HMM step. |
slice |
The slice step. |
The same object
exp <- sRNADiffExample() exp <- setStrategies(exp, TRUE, FALSE, TRUE, TRUE)