setMinDifferences {srnadiff} | R Documentation |
Set the threshold to remove similar regions (in the slice step)
setMinDifferences(object, differences) ## S4 method for signature 'sRNADiff,numeric' setMinDifferences(object, differences)
object |
An |
differences |
The minimum number of different nt. |
The same object
exp <- sRNADiffExample() exp <- setMinDifferences(exp, 10)