getBamData {TSRchitect}R Documentation

getBamData

Description

an accessor function that retrieves the contents of a specified slot "bamData" from a given tssObject

Usage

getBamData(experimentName, slot)

## S4 method for signature 'tssObject,numeric'
getBamData(experimentName, slot)

Arguments

experimentName

an S4 object of class tssObject

slot

'numeric' a number corresponding to the slot in "bamData" to be retrieved.

Value

the contents of the specified slot "bamData" are returned

Examples

load(system.file("extdata", "tssObjectExample.RData",
package="TSRchitect"))
example.bamData <- getBamData(experimentName=tssObjectExample, slot = 1)
example.bamData


[Package TSRchitect version 1.10.0 Index]