[BioC] marrayNorm - Getting Data Out

michael watson (IAH-C) michael.watson at bbsrc.ac.uk
Tue Aug 5 12:21:17 MEST 2003


Great :-)

I can use write.table() to get my normalised M values out into a tab delimited text file, but how do I also output the the spot annotations which I read in from my GAL file?

Do I:

- output my normalised M values using write.table()
- output my spot annotations using maGnames(data) and write.table()
- paste the two together in Excel or link them in Access?

I can of course do the above, I just wondered if there was an output function that would basically output all of my normalised log ratios alongside all the spot annotations I read in to my marrayInfo object.

Thanks
Mick

-----Original Message-----
From: James MacDonald [mailto:jmacdon at med.umich.edu]
Sent: 03 August 2003 04:37
To: michael.watson at bbsrc.ac.uk; bioconductor at stat.math.ethz.ch
Subject: Re: [BioC] marrayNorm - Getting Data Out


If you want your normalized log ratios, you can get them out of the
marrayNorm object using the accessor function maM. For instance, if your
marrayNorm object was called mydata, you would do something like:

ratios <- maM(mydata)
then write.table(ratios, ...)

for more info, try ?marrayNorm

HTH,

Jim



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

>>> "michael watson (IAH-C)" <michael.watson at bbsrc.ac.uk> 07/31/03
06:16AM >>>
Hi

This sounds kind of stupid, but if I have my data in an marrayNorm
object, can anyone give any pointers on how to get it out into, say, a
tab-delimited text file?  

Are there any special functions or is it simply write.table() ..??

Thanks
Mick

_______________________________________________
Bioconductor mailing list
Bioconductor at stat.math.ethz.ch 
https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor



More information about the Bioconductor mailing list