Learn R Programming

TSSi (version 1.18.0)

TssNorm-class: Class TssNorm

Description

Class TssNorm storing normalized sequence read data.

Arguments

Slots

reads:
List with the read data for each segment.
segments:
Data frame with the information of the individual segments.
annotation:
Annotation data object, as passed through the annotation argument.

Methods

All methods for class TssData, as well as: identifyStartSites methods:
identifyStartSites:
signature(x="TssNorm")
Identify TSS in the normalized data.
get methods:
ratio:
signature(x="TssNorm")
Get the normalized reads based on the Poisson ratios, seestart.
fit:
signature(x="TssNorm")
Get the normalized reads based on the fit, seestart.
[:
signature(x="TssNorm")
Subset the object, by name or index.

See Also

Classes: TssData, TssNorm, TssResult Methods: segmentizeCounts, normalizeCounts, identifyStartSites, get-methods, plot-methods, asRangedData-methods

Functions: subtract-functions

Data set: physcoCounts

Package: TSSi-package

Examples

Run this code
showClass("TssNorm")

Run the code above in your browser using DataLab