This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Normalize A Single Array To An Already-Normalized Set Of Arrays?

I'm working on a project where I am training a classifier on a training set of microarrays, and then I want to use the classifier to classify individual array samples independenly of each other (essentially simulating a clinical diagnostic setting, where individual samples must be analyzed separately from each other). This means that for each individual sample that I want to classify, I need to somehow normalize that array to the training set, or else the trained classifier will not be applicable. Are there any methods for normalizing a new array to an existing set of already-normalized arrays?

microarray normalization

1 answer

I believe this is what fRMA was built for:

If that's not helpful in itself, I guess the references therein would be a good place to start.

Thanks, I tried fRMA and it worked great.

Log in to answer this question.