plotDensity {Agi4x44PreProcess} | R Documentation |
Creates a density plot with arrays intensities
plotDensity(object, maintitle)
object |
An expression matrix, in log2 scale |
maintitle |
title of the plot |
Pedro Lopez-Romero
## Not run: data(dd) maintitle="Density Plot example" plotDensity(log2(dd$G),maintitle) ## End(Not run)