[BioC] boxplot a big list?
James W. MacDonald
jmacdon at uw.edu
Thu Jul 19 21:58:38 CEST 2012
Hi John,
On 7/19/2012 3:45 PM, John linux-user wrote:
> Hi everyone,
>
> Could you please advise how to boxplot a big list (~2million *70) into a small pdf file? I did it using R boxplot and it generated a pdf file in>20MB that is hard to open. Any suggestions will be appreciated.
There are two things that come to my mind. First, do you really need to
use all those data? I would bet that a sample of say 1e5 from each list
item would give essentially the same picture.
Alternatively, you might consider using a bitmapped graphic rather than
a vector graphic. I am assuming here that you have lots of outlier
points (outside the whiskers) that are slowing things down. You could
use a png, and as long as you aren't resizing it should look OK.
Best,
Jim
>
> Best,
>
> John
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
--
James W. MacDonald, M.S.
Biostatistician
University of Washington
Environmental and Occupational Health Sciences
4225 Roosevelt Way NE, # 100
Seattle WA 98105-6099
More information about the Bioconductor
mailing list