Negative Values In Microarray Data - How To Apply Log Transform?
3
1
Entering edit mode
11.3 years ago
Ashis ▴ 90

Hi,

I am using microarray expression dataset from http://www.broadinstitute.org/mpr/CNS/. Here I see negative values. How can I apply log transform over negative values? Would it be OK if I apply log over the absolute value and then put the sign? And what about 0?

Thanks in advance. Ashis

microarray • 7.0k views
ADD COMMENT
5
Entering edit mode
11.3 years ago

You can simply add a small constant to all the values to generate positive values. A potentially better solution is to download the raw data as .CEL files from the link you mention and renormalize and summarize yourself.

ADD COMMENT
3
Entering edit mode

+1 for using the CEL files. You never know what's been done to data if you rely on preprocessing done by other people. Which is why you end up with annoying situations such as negative or zero values.

ADD REPLY
0
Entering edit mode

Thanks for the suggestion of using .CEL file. However, I use another dataset which does not have any raw data and negative values are also there. I should note that I have to add a BIG constant (>10k) to make all the values positive.

ADD REPLY
1
Entering edit mode
11.3 years ago

You can always threshold for example everything lower than X set to X. There are some references in the literature that do such work on normalized data.

ADD COMMENT
0
Entering edit mode
11.3 years ago
Woa ★ 2.9k

I've heard that while normalization, variance-stabilization transform that uses SINH type functions(as in VSN package in R) can generate negative values for intensities.

ADD COMMENT

Login before adding your answer.

Traffic: 1803 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