getBamDataFirstRead-methods: *getBamDataFirstRead*

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
getBamDataFirstRead(experimentName, slot)

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

Arguments

experimentName

an S4 object of class tssObject

slot

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

Value

the contents of the specified slot "bamDataFirstRead" are returned

Examples

1
2
3
4
5
load(system.file("extdata", "tssObjectExample.RData",
package="TSRchitect"))
example.bamDataFirstRead <-
getBamDataFirstRead(experimentName=tssObjectExample, slot = 1)
example.bamDataFirstRead

BrendelGroup/TSRchitect documentation built on March 3, 2021, 1:45 a.m.