Description Usage Arguments Value Examples
an accessor function that retrieves the contents of a specified slot "tssCountData"/"tssCountDataMerged" from a given tssObject
1 2 3 4 | getTSScountData(experimentName, slotType, slot)
## S4 method for signature 'tssObject,character,numeric'
getTSScountData(experimentName, slotType = c("replicates", "merged"), slot)
|
experimentName |
an S4 object of class tssObject |
slotType |
'character' which data type is to be selected. Either "replicates" (tssCountData) or "merged" (tssCountDataMerged) |
slot |
'numeric' a number corresponding to the slot in "tssCountData"/"tssCountDataMerged" to be retrieved. |
the contents of the selected slot (either "tssCountData" or "tssCountDataMerged" are returned)
1 2 3 4 5 | load(system.file("extdata", "tssObjectExample.RData",
package="TSRchitect"))
ex.tssCountData <- getTSScountData(experimentName=tssObjectExample,
slotType="replicates", slot = 1)
ex.tssCountData
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.