Hi.
I'am reading a book on DNA microarray data analysis and I'm trying to follow it analyzing a dataset of mine.
So until now I created boxplots, MAplots and correlation maps (using spearman's and concordance correlation coefficient methods) before and after the normalization (I used quantile normalization)
Now i would like to find out the outliers (some of them are shown in boxplots) and the book I'm reading suggests the resistant z-score
And we can call that value (X_gi) outlier if the z_gi is greater than 5 for example. Is such approach acceptable ? What do you think and what are you using in such cases ?
Any other idea on how to proceed on that step is welcomed.
Thank you.
You have used Q-Q plots for microarray outliers ? I thought that Q-Q plots with such big data are not so useful. What about the PCA ? Have you ever used it as such tool ?
You can use PCA but it's generally not used to find outliers. And yes, I've used QQ for microarray analysis.
Could you please suggest me some resources (paper/tutorial/link) for the Q-Q technique that you used?
The QQ technique used is the typical QQ technique. You qqplot the residuals or the p-values of the linear model of the microarray analysis, like control v. Tmt or timecourse analysis. Then, those that off the line at either end are your outliers. Or do you mean R code?
Thanks. It would be helpful to see a code example too.
Ok, please give me some time to provide this to you. In the meantime I found this slide deck that also has R code in it. http://compdiag.molgen.mpg.de/ngfn/docs/2005/sep/beissbarth_cDNA_QCPP.pdf A QQ plot is also show. I'll send you a sample R code to do the qqplot soon. Thanks.