Skip to content
Back to formatted view

Raw Message

Message-ID: <000501c3f7c9$a1b00360$e502eb82@maths.lth.se>
Date: 2004-02-20T15:53:06Z
From: Henrik Bengtsson
Subject: Stupid Limma question..
In-Reply-To: <BC5BCB65.921%j.mcelwee@ucl.ac.uk>

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: r-help-bounces+hb=maths.lth.se at stat.math.ethz.ch 
> [mailto:r-help-bounces+hb=maths.lth.se at stat.math.ethz.ch] 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
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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
> 
>