~ubuntu-branches/ubuntu/utopic/r-bioc-affy/utopic-proposed

« back to all changes in this revision

Viewing changes to man/normalize.Rd

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2014-06-08 14:24:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140608142415-cdpkgnsvgan8qhzr
Tags: 1.42.2-1
* New upstream version
* Add citation
* Add autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\name{normalize}
2
 
\alias{normalize}
3
 
\title{Normalize - generic}
4
 
\description{
5
 
A generic function which normalizes microarray data.
6
 
Normalization is intended to remove from the intensity measures any
7
 
systematic trends which arise from the microarray technology rather than
8
 
from differences between the probes or between the target RNA samples
9
 
hybridized to the arrays. 
10
 
}
11
 
\usage{
12
 
normalize(object, ...)
13
 
}
14
 
\arguments{
15
 
  \item{object}{a data object containing microarray data.}
16
 
  \item{\dots}{any other arguments.}
17
 
}
18
 
\seealso{
19
 
  Type \code{showMethods("normalize")} at the R prompt to see what
20
 
  methods are available. Help on individual methods is generally available
21
 
  as \code{normalize}.<class> where <class> is the class of the data
22
 
  object. For example, for the main class in the \code{affy} package use
23
 
  \code{?normalize.AffyBatch}.
24
 
 
25
 
  Other Bioconductor packages include some related generic functions:
26
 
  \code{\link[limma]{normalizeWithinArrays}}, and 
27
 
  \code{\link[limma:normalizebetweenarrays]{normalizeBetweenArrays}}, in
28
 
  the limma package.
29
 
  %and  \code{\link[marrayNorm]{maNorm}} in the marrayNorm package.
30
 
}
31
 
\keyword{models}