Description Usage Arguments Value Examples
A set of functions to handle cdfenvs
1 2 3 4 5 6 7 | wrapCdfEnvAffy(cdfenv, nrow.chip, ncol.chip, chiptype, check = TRUE,
verbose = FALSE)
getCdfEnvAffy(abatch)
buildCdfEnv.matchprobes(matches, ids, probes.pack, abatch=NULL,
nrow.chip=NULL, ncol.chip=NULL, chiptype=NULL,
mm=NA, simplify = TRUE,
x.colname = "x", y.colname = "y", verbose=FALSE)
|
abatch |
an |
cdfenv |
A cdfenv environment |
check |
perform consistency check or not |
chiptype |
A name for the chip type |
ids |
a vector of probe set identifiers for the matches |
matches |
a list as returned by the function
|
mm |
The value to store for MMs |
ncol.chip |
The number of columns for the chip type |
nrow.chip |
The number of rows for the chip type |
probes.pack |
The name of the probe package |
simplify |
Simplify the environment created by removing the ids without any matching probe |
x.colname, y.colname |
see the |
verbose |
verbosity ( |
An instance of class CdfEnvAffy
.
1 | ## See the main vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.