setOutput {denoiSeq} | R Documentation |
Generic for the altering output slot.
Description
Updates the value of the output slot for the readsData object supplied.
Usage
setOutput(object, outval)
## S4 method for signature 'readsData'
setOutput(object, outval)
Arguments
object |
a readsData object. |
outval |
A list of the output from Bayesian inference. |
Value
The same readsData object with the output slot updated.
Methods (by class)
-
readsData
: Alters the value of the output slot of the readsData object.
[Package denoiSeq version 0.1.1 Index]