eSetScatterPlot: Scatterplot of ExpressionSet object

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/eSetScatterPlot.R

Description

Create a smooth scatterplot with correlation

Usage

1

Arguments

xSet

object of class ExpressionSet

Details

Scatterplot and correlations of all data sets in ExpressionSet object

Value

No useful return. The function is called for its side effect to produce the scatterplot.

Author(s)

Bettina Fischer

See Also

plot, smoothScatter

Examples

1
2
3
    dataPath <- system.file("data", package = "SimBindProfiles")
    load(file.path(dataPath, "SGR.RData"))
    eSetScatterPlot(SGR)

SimBindProfiles documentation built on Nov. 8, 2020, 5:57 p.m.