Description Usage Arguments Details Value Methods Author(s) See Also Examples
Convert data and results to objects of class RangedData
.
1 2 3 4 5 |
x |
Object of class |
The RangedData
class provides a widely used framework for
representing sequence information. Converting the data to an object of
this class allows an easy interaction with other packages and export to
common formats, using for example the rtracklayer package. For
an example, please see the vignette of this package.
An object of class RangedData
signature(x="TssData")
Convert the reads, as obtained by the reads
method, to an
object of class RangedData
.
signature(x="TssData")
Convert the segments, as obtained by the segments
method,
to an object of class RangedData
.
signature(x="TssResult")
Convert the TSS predictions, as obtained by the tss
method,
to an object of class RangedData
.
Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>
Classes:
TssData
, TssNorm
,
TssResult
Methods:
segmentizeCounts
, normalizeCounts
,
identifyStartSites
, get-methods
,
plot-methods
, asRangedData-methods
Functions:
subtract-functions
Data set:
physcoCounts
Package: TSSi-package
1 2 3 4 5 | example(segmentizeCounts)
readsRd <- readsAsRangedData(x)
segmentsRd <- segmentsAsRangedData(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.