Hi, I think this question should asked on the Bioconductor mailing list instead. I know Gordon Smyth is reading that one, but I don't think he's reading this one regularly.
If I remember correctly df <- topTable() returns a data.frame, which you can write to a file using write.table(df, "topTable.dat"). Also, in R you can catch *any* output using sink(). See ?sink. Cheers Henrik Bengtsson > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joshua McElwee > Sent: den 20 februari 2004 15:34 > To: r-help > Subject: [R] Stupid Limma question.. > > > Hi all. I've got a really dumb question for anyone. How > do I write the output of a limma analysis (basically the > topTable) to a text file? I want to output the topTable for > the entire microarray (not really a topTable anymore I > suppose..). Thanks for any advice! -Josh > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailma> n/listinfo/r-help > PLEASE > do read the posting guide! > http://www.R-project.org/posting-guide.html > > ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
