affy image function
3
0
Entering edit mode
@stephen-henderson-71
Last seen 7.0 years ago
Is there a way of plotting an affy image to a single frame for display/printing side by-side? Stephen ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager (wibr.mail@ucl.ac.uk). All files are scanned for viruses. **********************************************************************
affy affy • 1.1k views
ADD COMMENT
0
Entering edit mode
@rafael-a-irizarry-14
Last seen 9.7 years ago
can you give more details? the function "par" may be what you want. On Tue, 10 Dec 2002, Stephen Henderson wrote: > Is there a way of plotting an affy image to a single frame for > display/printing side by-side? > > Stephen > > > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the system manager (wibr.mail@ucl.ac.uk). All files are scanned for viruses. > ********************************************************************** > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT
0
Entering edit mode
@stephen-henderson-71
Last seen 7.0 years ago
Yes I mean that when I use the image methods of the affybatch Class. I get a series of images separated by a carriage return. I don't understand the inner workings of this method which appears different from the image method in the base package (which also appears to accept different arguments). So how do I use par to create a single image of say 6 chips in one frame? -----Original Message----- From: Rafael A. Irizarry [mailto:ririzarr@jhsph.edu] Sent: Tuesday, December 10, 2002 6:43 PM To: Stephen Henderson Cc: 'bioconductor@stat.math.ethz.ch' Subject: Re: [BioC] affy image function can you give more details? the function "par" may be what you want. On Tue, 10 Dec 2002, Stephen Henderson wrote: > Is there a way of plotting an affy image to a single frame for > display/printing side by-side? > > Stephen > > > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the system manager (wibr.mail@ucl.ac.uk). All files are scanned for viruses. > ********************************************************************** > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT
0
Entering edit mode
@stephen-henderson-71
Last seen 7.0 years ago
Thanks that works just dandy! -----Original Message----- From: Laurent Gautier To: Stephen Henderson Cc: 'rafa@jhu.edu'; 'bioconductor@stat.math.ethz.ch' Sent: 12/12/02 03:48 Subject: Re: [BioC] affy image function On Wed, Dec 11, 2002 at 12:22:08PM -0000, Stephen Henderson wrote: > Yes I mean that when I use the image methods of the affybatch Class. I get a > series of images separated by a carriage return. I don't understand the > inner workings of this method which appears different from the image method > in the base package (which also appears to accept different arguments). As you point it out, 'image' is a method. The package 'base' defines it for matrices, and in 'affy' it is defined for AffyBatch and Cel. An AffyBatch bundles several Cel (hence several images). The man pages are not perfect for the arguments. We will work on that. > > So how do I use par to create a single image of say 6 chips in one frame? > par(mfrow=c(2,3)) ( probably somewhere in 'help(par)' ) Hopin' it helps, Laurent ********************************************************************** This email and any files transmitted with it are confidential an ... [[dropped]]
ADD COMMENT

Login before adding your answer.

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