[BioC] saving graphs

James W. MacDonald jmacdon at med.umich.edu
Wed May 11 19:36:08 CEST 2005


Guoneng Zhong wrote:
> Hi,
> 
> How would I save the graphing results of, say, plotMA(fit) from limma to 
> some jpeg/gif file?

jpeg("MA_plot.jpeg")
plotMA(fit)
dev.off()

or if you are on windows

plotMA(fit)
savePlot("MA plot","jpeg")



HTH,

Jim


> 
> Thanks,
> g
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor


-- 
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623



More information about the Bioconductor mailing list