File: sizeFactors.Rd

package info (click to toggle)
r-bioc-deseq2 1.46.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,748 kB
  • sloc: cpp: 413; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{sizeFactors,DESeqDataSet-method}
\alias{sizeFactors,DESeqDataSet-method}
\alias{sizeFactors<-,DESeqDataSet,numeric-method}
\title{Accessor functions for the 'sizeFactors' information in a DESeqDataSet
object.}
\usage{
\S4method{sizeFactors}{DESeqDataSet}(object)

\S4method{sizeFactors}{DESeqDataSet,numeric}(object) <- value
}
\arguments{
\item{object}{a \code{DESeqDataSet} object.}

\item{value}{a numeric vector, one size factor for each column in the count
data.}
}
\description{
The sizeFactors vector assigns to each column of the count matrix a value, the
size factor, such that count values in the columns can be brought to a common
scale by dividing by the corresponding size factor (as performed by
\code{counts(dds, normalized=TRUE)}).
See \code{\link{DESeq}} for a description of the use of size factors.
If gene-specific normalization
is desired for each sample, use \code{\link{normalizationFactors}}.
}
\seealso{
\code{\link{estimateSizeFactors}}
}
\author{
Simon Anders
}