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)


[Package denoiSeq version 0.1.1 Index]