Learn R Programming

denoiSeq (version 0.1.1)

setOutput: 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 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.