This is a test version of Biostars. For the public version, visit https://www.biostars.org.
illumina beadarray expresion matrix transformation problem

This is my first time dealing with beadarray data. For Affymetrix microarray data, I can easily log-transform it. However for beadarray data, after log-transformation, the shape of the data didn't change too much.

For one single sample,

After log transformation:

plot

So how can I transform the data into normal shape?

microarray gene-expression bead-array r

Did you normalize before log transformation ? like quantile or spline (RSN) ?

2 answers

Have you looked at the lumiT() and lumiN() functions in the lumi package?

I would highly recommend reading through the manual for beadarray package

Log in to answer this question.