I have two questions about using msqRob2 for differential protein abundance estimation (using output from MaxQuant):
1) Is there a reason that msqrpob2 uses raw Intensitities, rather than the normalized "LFQ Intensities" from MaxQuant?
2) I would like to confirm the correct model design that includes blocking. I was using this tutorial as an example: https://statomics.github.io/msqrob2Examples/mouseRCB2.html and saw that the model was specified as "formula = ~ celltype + mouse", in which the factor of interest (cell type) is listed first and the blocking factor (mouse) is second. However, in every other linear model I've used (e.g., limma, deseq2), the blocking factor is listed first, then the factor of interest (i.e., ~ mouse + celltype). Which is the correct approach?
Thank you!
There isn't any requirement in limma or DESeq2 that the blocking factor is listed first.