plotDensity {Agi4x44PreProcess}R Documentation

Density Plots of Intensity Signals

Description

Creates a density plot with arrays intensities

Usage

plotDensity(object, maintitle)

Arguments

object An expression matrix, in log2 scale
maintitle title of the plot

Author(s)

Pedro Lopez-Romero

Examples

## Not run: 
        data(dd)
        maintitle="Density Plot example"
        plotDensity(log2(dd$G),maintitle)
## End(Not run)

[Package Agi4x44PreProcess version 1.2.0 Index]