Entering edit mode
@nazaninhoseinkhan-9194
Last seen 8.8 years ago
Combat is used to attempt to remove unknown batch effects from single experiments, not to combine multiple experiments from different platforms. Combining data in the way you are after is not trivial, and people usually do this using meta-analysis. Just yesterday (I think) Jim MacDonald said he likes to use the GeneMeta package for this, so you might want to start there.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Just to further extend a bit Steve's answer---without being an expert i think it is not appropriate to combine data from different technology, except if there is a very strong reason or a specific down-stream procedure----but if you had data from i.e. same technology, same or very simila experiment design but different chip, you could check the vignette from the inSilicoMerging R package:
https://www.bioconductor.org/packages/release/bioc/html/inSilicoMerging.html
I have used it two combine data between 2 different affymetrix platforms(hgu133a & plus2), and it has various merging techniques, like Combat you have mentioned---but in the end you merge and keep only the common probesets/genes
Anyway, you can also check the following review, which adress the matter in detail, and describes many methodologies and R packages, like the GeneMeta:
http://www.mdpi.com/2076-3905/4/3/389
Best,
Efstathios