Entering edit mode
Hi all,
Could anyone please suggest best way how to find batch effect in EPIC array methylation data and then how to remove it.
Many thanks,
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Do you have some data or this is purely theoretical? I created a package to help detect it before it is sequenced and avoid having problems when sequencing in multiple batches: experDesign . If you want to remove it probably
limma::removeBatchEffect
works, but there might be more specific methods.I do have epigenetic data. In one of the paper below approached was used but not sure whether to go for this or there are some other way to do it; I am also not sure what R script they used here; not able find to detail description about it.
Well it tells you they used
sva::combat
. You can contact the authors and ask for the exact script they used.