eSetScatterPlot {SimBindProfiles}R Documentation

Scatterplot of ExpressionSet object

Description

Create a smooth scatterplot with correlation

Usage

    eSetScatterPlot(xSet)

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

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

[Package SimBindProfiles version 1.18.0 Index]