setStepSizes-readsData-method: Mutator method for the stepSizes slot of the readsData...

Description Usage Arguments Value Examples

Description

Alters the value of the stepSizes slot.

Usage

1
2
## S4 method for signature 'readsData'
setStepSizes(object, stepSizesval)

Arguments

object

a readsData object.

stepSizesval

A list of step sizes for all the parameters.

Value

The same readsData object with the stepSizes slot updated.

Examples

1
2
3
4
RD <- new("readsData", counts = ERCC)
ss <- list(N_A = rep(2,  92), N_B = rep(1.5, 92), p = 3e5, f = 3.5e7)
RD <- setStepSizes(RD, ss)
RD@stepSizes

buriom/denoiSeq documentation built on May 13, 2019, 8:47 a.m.