bedToTSS {TSRchitect}R Documentation

bedToTSS

Description

bedToTSS extracts TSS information from each attached .bed file in a tssObject object

Usage

bedToTSS(experimentName)

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

Arguments

experimentName

an S4 object of class tssObject with bed files loaded

Value

produces a GRangesList containing separate GRanges objects for each .bed file contained within experimentName, placing them them in the returned tssObject.

Note

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


[Package TSRchitect version 1.10.10 Index]