ExpressionSet
using the robust multi-array average (RMA) expression measure with help of probe sequences.
just.gcrma(..., filenames=character(0), phenoData=new("AnnotatedDataFrame"), description=NULL, notes="", compress=getOption("BioC")$affy$compress.cel, normalize=TRUE, bgversion=2, affinity.info=NULL, type=c("fullmodel","affinities","mm","constant"), k=6*fast+0.5*(1-fast), stretch=1.15*fast+1*(1-fast), correction=1, rho=0.7, optical.correct=TRUE, verbose=TRUE, fast=TRUE, minimum=1, optimize.by = c("speed","memory"), cdfname = NULL, read.verbose = FALSE)
justGCRMA(..., filenames=character(0), widget=getOption("BioC")$affy$use.widgets, compress=getOption("BioC")$affy$compress.cel, celfile.path=getwd(), sampleNames=NULL, phenoData=NULL, description=NULL, notes="", normalize=TRUE, bgversion=2, affinity.info=NULL, type=c("fullmodel","affinities","mm","constant"), k=6*fast+0.5*(1-fast), stretch=1.15*fast+1*(1-fast), correction=1, rho=0.7, optical.correct=TRUE, verbose=TRUE, fast=TRUE, minimum=1, optimize.by = c("speed","memory"), cdfname = NULL, read.verbose = FALSE)
AnnotatedDataFrame
object.MIAME
object.NULL
or a list of three components:
apm,amm and index, for PM probe affinities, MM probe affinities,
the index of probes with known sequence, respectively.TRUE
, then normalize data using
quantile normalization.TRUE
, then optical
background correction is performed.TRUE
, then messages about the progress of
the function is printed.TRUE
, then a faster add-hoc algorithm is used.NULL
, the usual cdf package based on Affymetrix' mappings
will be used. Note that the name should not include the 'cdf' on
the end, and that the corresponding probe package is also required
to be installed. If either package is missing an error will
result.TRUE
, then messages will be
printed as each celfile is read in.ExpressionSet
object.
AffyBatch
and then running
gcrma
. This is a simpler version than gcrma
, so some of the arguments
available in gcrma
are not available here. For example, it is
not possible to use the MM probes to estimate background. Instead, the
internal NSB estimates are used (which is also the default for gcrma
).
Note that this expression measure is given to you in log base 2
scale. This differs from most of the other expression measure
methods.
The tuning factor k
will have different meanings if one uses
the fast (add-hoc) algorithm or the empirical Bayes approach. See Wu
et al. (2003)
fast.bkg
and mem.bkg
are two internal functions.