I'm working through a paper and it mentions: "[After RMA normalization] ...each gene on the treatment sample arrays were normalised to the median signal intensity of the of the respective gene on the control array."
I'm thinking of using normalizeBetweenArrays
(if that's even the correct function to use?) which takes
a numeric matrix, EListRaw, RGList or MAList object containing un-normalized expression data.
But what I have is an expressionSet object.
How would I do this in Limma?
Thanks Gordon! It does appear that it's an uncommon procedure. I couldn't find direct references to normalizing to genes anywhere.
The authors wanted to compare the differential expression of a drug-treated cells vs. untreated control cells. Besides that sentence pasted above, they don't really go into much else detail. What would even be the point of such a standardization procedure? Wouldn't that simply decrease the level of differential expression between conditions?