setOutput {denoiSeq} | R Documentation |
Updates the value of the output slot for the readsData object supplied.
setOutput(object, outval)
## S4 method for signature 'readsData'
setOutput(object, outval)
object |
a readsData object. |
outval |
A list of the output from Bayesian inference. |
The same readsData object with the output slot updated.
readsData
: Alters the value of the output slot of
the readsData object.