setMinDifferences {srnadiff}R Documentation

Set the threshold to remove similar regions (in the slice step)

Description

Set the threshold to remove similar regions (in the slice step)

Usage

setMinDifferences(object, differences)

## S4 method for signature 'sRNADiff,numeric'
setMinDifferences(object, differences)

Arguments

object

An srnadiff object.

differences

The minimum number of different nt.

Value

The same object

Examples

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


[Package srnadiff version 1.0.0 Index]