Skip to content
Prev 44592 / 398526 Next

Stupid Limma question..

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