Description Usage Arguments Value See Also Examples
MDS (MultiDimensional Scaling) Plots
1 2 | mdsplot.RGset(dat, numPositions = 1000, sampGroups, sampNames,
main = "MDS plot", alpha = 1, cex = 1)
|
dat |
object, RGChannelSet, required |
numPositions, |
integer, number of most variable positions to use for MDS, defaults to 1000 |
sampGroups, |
chracter string, column name in phenoData of RGset containing groups for coloring groups on plot, required |
sampNames, |
chracter string , column name in phenoData of RGset containing sample labels for plot, optional |
main |
chracter string, title for the plot, defaults to "MDSplot" |
alpha |
floating point, alpha shading from 0 (transparent) to 1 (opaque), defaults to 1 |
cex |
integer, size of points in plot, defaults to 1 |
plot of samples plotted by MDS
cmdscale
which this function uses to calculate MDS
1 | mdsplot.RGset(dat=RGset, numPositions=1000, sampGroups="groups", sampNames="sampleIDs", main="MDSplot", alpha=0.8, cex=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.