mergeSampleData {TSRchitect}R Documentation

mergeSampleData

Description

mergeSampleData combines samples from multiple TSS experiments into a single GRanges object

Usage

mergeSampleData(experimentName)

## S4 method for signature 'tssObject'
mergeSampleData(experimentName)

Arguments

experimentName

an S4 object of class tssObject that contains information about the experiment.

Value

tssCountData datasets are merged (according to the sampleIDs) and put in the tssCountDataMerged slot in the returned tssObject.

Note

An example similar to the one provided can be found in the vignette (/inst/doc/TSRchitect.Rmd).

Examples

load(system.file("extdata", "tssObjectExample.RData",
package="TSRchitect"))
tssObjectExample <- mergeSampleData(experimentName=tssObjectExample)


[Package TSRchitect version 1.8.9 Index]