how to transform all data into log(base 2) values
1
0
Entering edit mode
weinong han ▴ 270
@weinong-han-1250
Last seen 9.7 years ago
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20050719/ dcbb69cb/attachment.pl
• 548 views
ADD COMMENT
0
Entering edit mode
@ting-yuan-liu-fhcrc-1221
Last seen 9.7 years ago
Hi Weinong, What kind of format your data is? If you can read the data into Excel, you can save the Excel file as *.csv. Then use the function "read.csv" in R to read the csv file. In R, you can very easy to transform the expression values by log2(array1), log2(array2), etc. After the transformation, write the object to be a csv file again (by write.table) or other format you prefer. Does it make sense? HTH, Ting-Yuan PS. You may find the R function apply() useful. On Tue, 19 Jul 2005, weinong han wrote: > Hi, All, > > I want to transform Affymetrix MAS expression values (above 20,000) into log(base 2) values with header(arry1, array2, array3...) and gene names(gene1, gene2, gene3...) intact. Transformation of log(base 2) one column one time in Excel is laborious, albeit well done. > Anyone have the experience? > Any advice and suggestions will be much appreciated. > Many thanks in adavance. > l > > > Best Regards > > Han Weinong > hanweinong at yahoo.com > > __________________________________________________ > > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT

Login before adding your answer.

Traffic: 523 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6