plotCombMultSamples: Plots the correlation in gene expression between more than 2...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plotSmoothScat.R

Description

Plots the correlation in gene expression between more than 2 samples

Usage

1
plotCombMultSamples(exprsMatrix, ...)

Arguments

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 pairs

Value

no returned value, a plots is drawn in the current device

Author(s)

Willem Talloen

See Also

plotComb2Samples

Examples

1
2
3
4
5
if (require(ALL)){
 data(ALL, package = "ALL")
 ALL <- addGeneInfo(ALL)
 plotCombMultSamples(exprs(ALL)[,c("84004", "11002", "01003")])
}

a4Base documentation built on Nov. 8, 2020, 5:41 p.m.