frpa | R Documentation |
Frozen-RPA preprocessing using precalculated probe parameters.
frpa(
abatch = NULL,
probe.parameters = NULL,
verbose = FALSE,
cdf = NULL,
cel.files = NULL,
cel.path = NULL,
mc.cores = 1,
summarize.with.affinities = FALSE
)
abatch |
An AffyBatch object. |
probe.parameters |
A list with tau2 (probe variance), quantile.basis (basis for quantile normalization in log2 domain), and optionally affinity (probe affinities). The probe.parameters$tau2 and probe.parameters$affinity are lists, each element corresponding to a probeset and containing a parameter vector over the probes. The quantile.basis is a vector over the probes, the probes need to be listed in the same order as in tau2 and affinity. probe.parameters can be optionally provided as a data frame. |
verbose |
Print progress information during computation. |
cdf |
Specify an alternative CDF environment. Default: none. |
cel.files |
List of CEL files to preprocess. |
cel.path |
Path to CEL file directory. |
mc.cores |
Number of cores for parallelized processing. |
summarize.with.affinities |
Use affinity estimates in probe summarization step. Default: FALSE. |
fRPA function to preprocess Affymetrix CEL files with RPA using precalculated (frozen) probe parameters.
Preprocessed expression matrix in expressionSet format
Leo Lahti leo.lahti@iki.fi
See citation("RPA")
rpa, AffyBatch, ExpressionSet
# eset <- frpa(abatch, probe.parameters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.