tunedStepSize function

Get values of the tuned step sizes.

Get values of the tuned step sizes.

Extracts the tuned step sizes for sampling each parameter from the return value of denoiseq.

tunedStepSize(RDobject)

Arguments

  • RDobject: A readsData object with a filled output slot.

Returns

A list of the tuned step sizes for sampling each of the parameters.

Examples

#pre -filtering to remove lowly expressed genes ERCC <- ERCC[rowSums(ERCC)>0, ] RD <- new('readsData', counts = ERCC) steps <- 30 #30 steps are just for illustration here. Atleast 5000 steps are adequate. BI <- denoiseq(RD, steps) tunedStepSize(BI)
  • Maintainer: Gershom Buri
  • License: GPL-2
  • Last published: 2018-01-31

Useful links