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.

Description

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.

Usage

setMinOverlap(object, minOverlap)

## S4 method for signature 'sRNADiff,numeric'
setMinOverlap(object, minOverlap)

Arguments

object

An srnadiff object.

minOverlap

The minimum overlap

Value

The same object

Examples

exp <- sRNADiffExample()
exp <- setMinOverlap(exp, 10)


[Package srnadiff version 1.4.0 Index]