[BioC] Boxplot from dataframe...

David Ruau David.Ruau at rwth-aachen.de
Tue Jan 10 16:25:37 CET 2006


I found out finally how to have the names of the experiments printed on 
the x axis by using the phenoData define in the affyBatch.
###
boxplot(exprs(abatch)[rownames(exprs(abatch))==id] ~ abatch$population, 
col=colors, axes=FALSE)
title(main=y, sub=id)
axis(1, at = 1:length(unique(da.gcrma$population)), labels = 
as.list(unique(da.gcrma$exp)))
axis(2)
box()
###

David



More information about the Bioconductor mailing list