Off topic:Array Normalization on focussed array in Limma using R
0
0
Entering edit mode
5.3 years ago

I have been analysing protein array data with hundreds and thousands of proteins using Limma in R.

For normalisation I have been using the following:

y <- normalizeBetweenArrays(log2(exprs), method="quantile")

followed by box plots and density plots for QC. Followed by linear model fitting for differential expression analysis in Limma.

However we then chose the most promising 35 proteins and had a "focussed" array synthesised. Here we chose the 35 proteins that were highest in patients vs controls. When we got the data back I had a think about the analysis and normalising between arrays may be fine when there are many random proteins to bring between array intensities to similar levels.

However it seems to me (I am relatively new to array analysis so I may be wrong) that if we have specifically chosen proteins based on the low expression in some samples and high expression in other samples that this normalisation would not be valid ,as the assumption for normalisation is that genes are expected to have low variation. Is this correct?

If so what kind of normalisation is more appropriate for this type of analysis?

Any guidance much appreciated.

EDIT: I have been toying with the idea of using:

y <- normalizeBetweenArrays(log2(exprs), method="cyclicloess")

Which may be more appropriate?

EDIT2: The array was a Protoarray and the analysis has actually already been done by someone from the provider of the service. However I managed to repeat their analysis getting the same values in Limma with the quantile normalisation mentioned above. The issue is I am questioning if they simply ran a standard analysis pipeline for large arrays not putting much thought into the different design of the array

Note: all values are Log2 transformations of the fluorescence data

Histograms and box plots of data pre normalisation: enter image description here

enter image description here

Histograms and box plots of data post quantile normalisation:

enter image description here

enter image description here

Histograms and box plots of data post cyclic loess normalisation:

enter image description here

enter image description here

limma array R • 1.5k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1855 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