Log-Transform Values of eSet
2
0
Entering edit mode
bi_Scholar • 0
@bi_scholar-11572
Last seen 7.4 years ago

Hello,

I downloaded a GSE file from GEO and converted it to an expression-set using GEOquery. However, even though the values are normalized, they are not log-transformed which is kind of bad, since I'm using limma to analyse the samples.

Is it possible to log-transform the values of an eSet directly (without using exprs()), or can I tell limma to log-transform the values while using fit() or topTable()?

expressionset bioconductor limma geoquery • 2.2k views
ADD COMMENT
1
Entering edit mode
bi_Scholar • 0
@bi_scholar-11572
Last seen 7.4 years ago

Well, I think I have found the solution, sorry for bothering you guys.

exprs(eSet) <- log2(exprs(eSet))
 

 

ADD COMMENT
0
Entering edit mode
svlachavas ▴ 830
@svlachavas-7225
Last seen 6 months ago
Germany/Heidelberg/German Cancer Resear…

Dear bi_Scholar,

what platform is your dataset of interest ? and also what specific functions you have used? It is a bit weird you mention that the values are normalized but not log-transformed (but of course it depends on the normalization methodology).

Anyway, personally i think the simplest way is to download the raw data by using the function:

getGEOSuppFiles("GSE...")

Best,

Efstathios

ADD COMMENT
0
Entering edit mode

Hello svlachavas,

I'm using the Illumina GPL8432 platform. The Data is quantile-normalized but not log2-transformed.
As mentioned above, I manually log2-transformed the normalized values in order to use limma. Is this a bad thing?

 

Thanks for taking your time,

M

ADD REPLY

Login before adding your answer.

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