Description Usage Arguments Value Author(s) See Also
This function is designed to automatically read in all cel files in a directory, make all pre-processing QC plots and compute expression measures.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
... |
Requires that all variables be named. |
filenames |
If not all cel files in a directory will be used, pass a vector of filenames. |
groups |
An integer |
groupnames |
A character |
plot |
Should density and degradation plots be made? Defaults to
|
pca |
Should a PCA plot be made? Defaults to |
squarepca |
Should the y-axis of the PCA plot be made comparable to the
x-axis? This may aid in interpretation of the PCA plot. Defaults to
|
plottype |
What type of plot to save. Can be "pdf","postscript",
"png","jpeg", or "bmp". Defaults to "pdf". Note that "png" and "jpeg" may
not be available on a given computer. See the help page for
|
express |
One of either rma, mas5, gcrma. Defaults to rma. Partial matching OK. |
addname |
Used to append something to the name of the pca plot and the expression values output file (e.g., if function is run twice using different methods to compute expression values). |
output |
What format to use for the output of expression values. Currently only supports text format. |
annotate |
Boolean. Add annotation data to the output file? |
ann.vec |
A character |
Returns an ExpressionSet
.
James W. MacDonald <jmacdon@u.washington.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.