\name{TssNorm-class} \docType{class} \alias{TssNorm} \alias{TssNorm-TSSi} \alias{TssNorm-class} \alias{show,TssNorm-method} \title{ Class \code{TssNorm} } \description{ Class \code{TssNorm} storing normalized sequence read data. } \section{Slots}{ \describe{ \item{\code{reads}:}{List with the read data for each segment.} \item{\code{segments}:}{Data frame with the information of the individual segments.} \item{\code{annotation}:}{Annotation data object, as passed through the \code{annotation} argument.} } } \section{Methods}{ All methods for class \code{TssData}, as well as: identifyStartSites methods: \describe{ \item{identifyStartSites:}{ \code{signature(x="TssNorm")} }{ Identify TSS in the normalized data. } } get methods: \describe{ \item{ratio:}{ \code{signature(x="TssNorm")} }{ Get the normalized reads based on the Poisson ratios, see\code{start}. } \item{fit:}{ \code{signature(x="TssNorm")} }{ Get the normalized reads based on the fit, see\code{start}. } \item{[:}{ \code{signature(x="TssNorm")} }{ Subset the object, by name or index. } } } \author{ Maintainer: Julian Gehring } \seealso{ Classes: \code{\linkS4class{TssData}}, \code{\linkS4class{TssNorm}}, \code{\linkS4class{TssResult}} Methods: \code{\link[TSSi]{segmentizeCounts}}, \code{\link[TSSi]{normalizeCounts}}, \code{\link[TSSi]{identifyStartSites}}, \code{\link[TSSi]{get-methods}}, \code{\link[TSSi]{plot-methods}}, \code{\link[TSSi]{asRangedData-methods}} Functions: \code{\link[TSSi]{subtract-functions}} Data set: \code{\link[TSSi]{physcoCounts}} Package: \code{\link[TSSi]{TSSi-package}} } \examples{ showClass("TssNorm") } \keyword{classes} \keyword{methods}