Description Usage Arguments Examples
Creates a pairwise set of scatter plots from a data matrix and writes it out to file
1 | plotIntensitiesScatter(dmat, controls=NULL, exptname, maintitle)
|
dmat |
matrix containing data from an experiment to be plotted |
controls |
matrix of row numbers containing control data to be plotted in a different colour |
exptname |
Name of the experiment, used for build the filename |
maintitle |
String used to build the maintitle of the graph |
1 2 3 4 5 | #Plot the pairwise intensities from myexpt
## Not run:
plotIntensitiesScatter(dmat, NULL, "MyExpt", "Median_Normalized")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.