setMergeDistance {srnadiff} | R Documentation |
Set the threshold to merge close regions (in the naive step)
setMergeDistance(object, distance) ## S4 method for signature 'sRNADiff,numeric' setMergeDistance(object, distance)
object |
An |
distance |
The maximum distance |
The same object
exp <- sRNADiffExample() exp <- setMergeDistance(exp, 1000)