plotCombMultSamples {a4Base} | R Documentation |
Plots the correlation in gene expression between more than 2 samples
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
if (require(ALL)){ data(ALL, package = "ALL") ALL <- addGeneInfo(ALL) plotCombMultSamples(exprs(ALL)[,c("84004", "11002", "01003")]) }