setMergeDistance {srnadiff}R Documentation

Set the threshold to merge close regions (in the naive step)

Description

Set the threshold to merge close regions (in the naive step)

Usage

setMergeDistance(object, distance)

## S4 method for signature 'sRNADiff,numeric'
setMergeDistance(object, distance)

Arguments

object

An srnadiff object.

distance

The maximum distance

Value

The same object

Examples

exp <- sRNADiffExample()
exp <- setMergeDistance(exp, 1000)


[Package srnadiff version 1.4.0 Index]