Description Usage Arguments Value Note Examples
makeGRangesFromTSR
creates a GRanges object
from a specified TSR data set
1 2 3 4 | makeGRangesFromTSR(experimentName, tsrSetType, tsrSet = 1)
## S4 method for signature 'tssObject,character,numeric'
makeGRangesFromTSR(experimentName, tsrSetType, tsrSet = 1)
|
experimentName |
an S4 object of class tssObject containing information in slot @tssTagData |
tsrSetType |
specifies the set to be written to file. Options are "replicates" or "merged". (character) |
tsrSet |
number of the dataset to be processed (numeric). |
An object of class GRanges containing the specified TSR data set. Headers include 'seqnames', 'ranges' (including start and end), 'strand', 'name' (TSR ID) and 'score' (Shape Index/SI) value
For more information on the GRanges class, please visit: http://web.mit.edu/~r/current/arch/i386_linux26/lib/R/library/GenomicRanges/html/GRanges-class.html
1 2 3 | load(system.file("extdata", "tssObjectExample.RData", package="TSRchitect"))
makeGRangesFromTSR(experimentName=tssObjectExample, tsrSetType="replicates",
tsrSet=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.