[BioC] normalization

Jean Yee Hwa Yang jean at biostat.ucsf.edu
Fri May 28 20:52:03 CEST 2004


> I have read the pdf files of marrayclasses, marrayinput, marraynorm, marrayplots and marraytools. And I have tested the command in marraynorm's chm help file. And I have not found out how to output the normalized data.

Yes, you can output the files using

A) 
write.table(maM(swirl), file="test.txt", sep="\t")

or

B)

In the new marray package, you can smiply output the file with
library(marray)
data(swirl)
write.marray(swirl)

Jean



More information about the Bioconductor mailing list