Description Usage Arguments Examples
Creates a boxplot of expression data contained in a matrix and writes this to a file.
1 | 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 |
1 2 3 4 5 | #Create a file of a boxplot containing normalized expression data for myexpt
## Not run:
boxplotData(dmat, "MyExpt", "mednormed")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.