Hello,
I have a question about some proteomics data that I am analysing in R. I have log2 transformed the intensity data (from mass spec) and would like to perform median normalisation on this dataset. I came across the function "normalizeMedianValues(x)" in Limma. In my case my matrix x contains the log transformed intensities where each column is a different sample (in this case patients) and each row is a different protein.
Is this function okay to use in this situation? It seems like it was originally designed for normalising between different arrays.
Any advice is much appreciated!
Thanks, Sandra
Great, thanks so much for your detailed response! That's super helpful.