setStepSizes function

Generic for altering the stepSizes slot.

Generic for altering the stepSizes slot.

Updates the value of the stepSizes slot for the readsData object supplied. methods

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

Arguments

  • object: a readsData object
  • stepSizesval: A list of step sizes for each of the parameters.

Returns

The same readsData object with the stepSizes slot updated.

Methods (by class)

  • readsData: Alters the value of the stepSizes slot of a readsData object.

Examples

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
  • Maintainer: Gershom Buri
  • License: GPL-2
  • Last published: 2018-01-31

Useful links