getBamData {TSRchitect} | R Documentation |
an accessor function that retrieves the contents of a specified slot "bamData" from a given tssObject
getBamData(experimentName, slot) ## S4 method for signature 'tssObject,numeric' getBamData(experimentName, slot)
experimentName |
an S4 object of class tssObject |
slot |
'numeric' a number corresponding to the slot in "bamData" to be retrieved. |
the contents of the specified slot "bamData" are returned
load(system.file("extdata", "tssObjectExample.RData", package="TSRchitect")) example.bamData <- getBamData(experimentName=tssObjectExample, slot = 1) example.bamData