Description Value Methods Author(s) See Also Examples
Get methods for objects of the classes TssData
, TssNorm
,
and TssResult
.
A data frame or list
For class TssData
, TssNorm
(inherited), TssResult
(inherited):
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(object="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 optional second and third arguments select the segment and the variable of interest.
signature(x="TssData")
Get the annotation data, as passed through the annotation
argument.
signature(x="TssData")
Subset the object, by name or index.
For class TssNorm
, TssResult
(inherited):
signature(x="TssNorm")
Get the normalized reads based on the Poisson ratios;
see start
.
signature(x="TssNorm")
Get the normalized reads based on the fit; see start
.
For class TssResult
:
signature(x="TssResult")
Get the expectation for non-specific reads; see start
.
signature(x="TssResult")
Get the identified transcription start sites; see start
.
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 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.