Description Slots Methods Author(s) See Also Examples
Class TssData
storing raw sequence read data.
reads
:List with the read data for each segment.
segments
:Data frame with the information of the individual segments.
parameters
:List with parameters used for the analysis.
annotation
:Annotation data object, as passed through the
annotation
argument.
segmentizeCounts methods:
signature(nReads="integer", start="integer")
Import raw data and divide into segments.
plot method:
signature(x="TssData", y="ANY")
Visualize the data.
get methods:
signature(x="TssData")
Get the read start sites. The second argument selects the individual segment; if missing returns a list containing the information of all segments.
signature(x="TssData")
Get the read end sites, see start
.
signature(x="TssData")
Get the raw read counts, see start
.
signature(x="TssData")
Get all the read data of the segments, including
e.g. ‘start’, ‘counts’, ‘replicate’, , see
start
.
signature(x="TssData")
Get the information associated with the segments, e.g. chromosome, strand, region. The second and third argument select the segment and the variable of interest.
signature(x="TssData")
Get the parameters used in the analysis.
signature(x="TssData")
Get the annotation data, as passed through the annotation
argument.
signature(x="TssData")
Subset the object, by name or index.
show methods:
signature(object="TssData")
asRangedData methods:
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
.
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 | showClass("TssData")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.