Description Usage Arguments Value Author(s) See Also Examples
View source: R/plotSmoothScat.R
Plots the correlation in gene expression between more than 2 samples
1 | plotCombMultSamples(exprsMatrix, ...)
|
exprsMatrix |
ExpressionSet object to plot. For larger datasets, this will typically be a subset of the data. |
... |
Further arguments, e.g. to add extra plot options. See |
no returned value, a plots is drawn in the current device
Willem Talloen
1 2 3 4 5 | if (require(ALL)){
data(ALL, package = "ALL")
ALL <- addGeneInfo(ALL)
plotCombMultSamples(exprs(ALL)[,c("84004", "11002", "01003")])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.