Multiple plots
3
0
Entering edit mode
@kfbargadlgehues-317
Last seen 9.7 years ago
Hi all! I don?t know where, but I remember having seen an image of several MvA plots of a number of chips on the same picture. I know that to plot an MvA plot of one chip with a fitted line I should do something like > plot(ma, slide=1,main="MvA plot") > lowessCurve(ma) But what should I write if I want to get MvA plots of my 10 slides on the same figure? I have looked for an answer on the web, but can?t find anything. Any help would be much appreciated. Regards David
• 760 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 13 hours ago
United States
Look at the help file for mva.pairs in the affy library. This will do what you want. Jim James W. MacDonald UMCCC Microarray Core Facility 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 >>> <kfbargad@lg.ehu.es> 07/02/03 11:26AM >>> Hi all! I don t know where, but I remember having seen an image of several MvA plots of a number of chips on the same picture. I know that to plot an MvA plot of one chip with a fitted line I should do something like > plot(ma, slide=1,main="MvA plot") > lowessCurve(ma) But what should I write if I want to get MvA plots of my 10 slides on the same figure? I have looked for an answer on the web, but can t find anything. Any help would be much appreciated. Regards David _______________________________________________ Bioconductor mailing list Bioconductor@stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 2 minutes ago
WEHI, Melbourne, Australia
At 01:26 AM 3/07/2003, kfbargad@lg.ehu.es wrote: >Hi all! > >I don?t know where, but I remember having seen an image of several MvA >plots of a number of chips on the same picture. > >I know that to plot an MvA plot of one chip with a fitted line I >should do something like > > > plot(ma, slide=1,main="MvA plot") > > lowessCurve(ma) > >But what should I write if I want to get MvA plots of my 10 slides on >the same figure? lowessCurve is a function from com.braju.com which is not a Bioconductor package, so you cannot expect to get detailed help on it here. But try par(mfrow=c(5,2)) and then give your plot commands again. Gordon >I have looked for an answer on the web, but can?t find anything. Any >help would be much appreciated. > >Regards > >David > >_______________________________________________ >Bioconductor mailing list >Bioconductor@stat.math.ethz.ch >https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT
0
Entering edit mode
@kfbargadlgehues-317
Last seen 9.7 years ago
Thankyou all for your answers!
ADD COMMENT

Login before adding your answer.

Traffic: 781 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