"plotDensities"(object, log=TRUE, group=NULL, col=NULL, main="RG Densities", bc.method="subtract", ...)
"plotDensities"(object, log=TRUE, group=NULL, col=NULL, main="RG Densities", ...)
"plotDensities"(object, log=TRUE, bc.method="subtract", ...)
"plotDensities"(object, log=TRUE, ...)
"plotDensities"(object, group=NULL, col=NULL, main=NULL, legend="topleft", ...)
RGList
, MAList
, EListRaw
or EList
object containing expression data. Or any data object that can be coerced to a matrix.ncol(object)
.backgroundCorrect
.legend
for possible values.
Can also be logical, with FALSE
meaning no legend.plotDensities.default
or density
.plotDensities
in conjunction with between-array normalization
in the LIMMA User's Guide.## Not run: # # Default is to plot red channels in red and green channels in green # plotDensities(MA) # # # Alternatively colors # plotDensities(MA, col=c("red","blue")) # # # Color by group, with three groups: # plotDensities(MA,group=group,col=c("blue","orange","green")) # ## End(Not run)
Run the code above in your browser using DataCamp Workspace