setStrategies {srnadiff}R Documentation

Set the different steps

Description

Set the different steps

Usage

setStrategies(object, annotation, naive, hmm, slice)

## S4 method for signature 'sRNADiff,logical,logical,logical,logical'
setStrategies(object,
  annotation, naive, hmm, slice)

Arguments

object

An srnadiff object.

annotation

The annotation step.

naive

The naive step.

hmm

The HMM step.

slice

The slice step.

Value

The same object

Examples

exp <- sRNADiffExample()
exp <- setStrategies(exp, TRUE, FALSE, TRUE, TRUE)


[Package srnadiff version 1.4.0 Index]