Description Usage Arguments Details References See Also Examples
View source: R/MmPalateMiRNA-functions.R
Produces plots of clustered expression profiles, with seperate plots for each cluster. The average expression profile for each cluster is superimposed as well.
1 |
cl |
integer vector giving the cluster membership for each item |
mat |
matrix of values to be plotted |
nrow |
number of rows to use for plotting |
ncol |
number of columns to use for plotting |
The figure region will be subdivided into nrow
by ncol
separate plots, using mfrow
. The average expression profile
and the number of genes belonging to each cluster is superimposed on
each of the plots.
G.N. Brock, V. Pihur, S. Datta, and S. Datta. clValid, an R package for cluster validation. Journal of Statistical Software, 25, 2008.
See the package vignette for illustration on usage
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.