boxplotData {MiChip} | R Documentation |
Creates a boxplot of expression data contained in a matrix and writes this to a file.
boxplotData(dmat, exptname, dlevel)
dmat |
matrix containing expression data to be boxplotted |
exptname |
Name of the experiment, used to build filename |
dlevel |
Stage of the experiment e.g. raw, summarized, normalized |
#Create a file of a boxplot containing normalized expression data for myexpt ## Not run: boxplotData(dmat, "MyExpt", "mednormed") ## End(Not run)