mergeSampleData {TSRchitect} | R Documentation |
mergeSampleData
combines samples from multiple TSS
experiments into a single GRanges object
mergeSampleData(experimentName) ## S4 method for signature 'tssObject' mergeSampleData(experimentName)
experimentName |
an S4 object of class tssObject that contains information about the experiment. |
tssCountData datasets are merged (according to the sampleIDs) and put in the tssCountDataMerged slot in the returned tssObject.
An example similar to the one provided can be found in the vignette (/inst/doc/TSRchitect.Rmd).
load(system.file("extdata", "tssObjectExample.RData", package="TSRchitect")) tssObjectExample <- mergeSampleData(experimentName=tssObjectExample)