Question about transforming log expression values to antilog values in limma
1
1
Entering edit mode
Abdul ▴ 20
@c205f17d
Last seen 5 weeks ago
United States

Hi,

I am using limma for analyzing both Illumina and Affymetrix expression microarray datasets and apply neqc function for Illumina and rma for Affymetrix arrays. I am interested in extracting non-logged form of data for downstream analysis however I could extract the normalized log-intensities for both arrays, How do I obtain unlogged normalized values. Which one of the below function seems appropriate for this?

A.
no.log.expression <- 2^x$E

(OR)

B.
antilog_data <- exp(x$E)
IlluminaChip limma AffymetrixChip Normalization Microarray • 641 views
ADD COMMENT
1
Entering edit mode
@gordon-smyth
Last seen 8 hours ago
WEHI, Melbourne, Australia

neqc and rma produce log2 values (the help pages tell you this) so you need 2^E to unlog.

ADD COMMENT
0
Entering edit mode

Gordon Smyth thank you. Yes, correct both neqc and rma produces log2 values. I will use 2^E to antilog.

ADD REPLY

Login before adding your answer.

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