Which method could be used for cross normailizing microarray samples from different platforms namely (Affmetrix, Agilent,Illumina..) ?
1
0
Entering edit mode
9.2 years ago
macmath ▴ 170

Received data from Affmetrix

New data in Agilent and other in Illumina

How to normalize these data so that we can reduce platform batch effect

microarray normalization • 2.3k views
ADD COMMENT
1
Entering edit mode
9.2 years ago
Manvendra Singh ★ 2.2k

There is an algorithm from ComBat which is here also in sva package from bioconductor here.

When I analyze I just pick single value for each gene on their mean, I merge normalized data from different platforms . ( e.g. "data")

I normalize merged data on their quantiles

by

library(limma)
normalized.data <- normalizeQuantiles(data)

hth

ADD COMMENT
0
Entering edit mode

Thank you for your suggestion Manvendra Singh

ADD REPLY
0
Entering edit mode

This package has problems in regard to bias in expression values. Are you aware of some other tools?

ADD REPLY
0
Entering edit mode

Which tool?

ComBat is good for expression bias

ADD REPLY

Login before adding your answer.

Traffic: 2592 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6