LIMMA: how to assign file name
2
0
Entering edit mode
Guoneng Zhong ▴ 180
@guoneng-zhong-996
Last seen 9.6 years ago
Hi, In limma there is this plot function: plotMA3by2 It's great. But it doesn't seem to allow me to assign a file name. And it ignores any jpeg or other device calls before it where i could assign a filename. It is writing to the current directory, which I have no write privelege to. So any idea how I can assign a filename? Thanks, g -- Systems Programmer Yale Center for Medical Informatics fax: 203-737-5708
limma ASSIGN limma ASSIGN • 1.0k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States
Guoneng Zhong wrote: > Hi, > > In limma there is this plot function: plotMA3by2 It's great. But it doesn't > seem to allow me to assign a file name. And it ignores any jpeg or other device > calls before it where i could assign a filename. It is writing to the current > directory, which I have no write privelege to. So any idea how I can assign a > filename? The plotMA3by2() function is quite simple, so it would be relatively simple to modify it to do whatever you like, including adding an argument that directs where to save the file. Try typing plotMA3by2 at an R prompt to see the function. Best, Jim > > Thanks, > g > -- 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
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 2 hours ago
WEHI, Melbourne, Australia

You can a filename and path via the 'prefix' argument, e.g.,

plotMA3by2(MA, prefix="/mydir/MA")

Gordon

ADD COMMENT

Login before adding your answer.

Traffic: 1073 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6