setMinOverlap {srnadiff} | R Documentation |
Set minimum overlap (for the last quantification step): all the reads with at least n nucleotides shared with a feature will be used for quantification of this feature.
setMinOverlap(object, minOverlap) ## S4 method for signature 'sRNADiff,numeric' setMinOverlap(object, minOverlap)
object |
An |
minOverlap |
The minimum overlap |
The same object
exp <- sRNADiffExample() exp <- setMinOverlap(exp, 10)