This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Filtering Genes / Batch Correction

One paper was mentioning removing genes with residual batch effects. What does that mean?

Is it something removing genes higher than 0.05 q values after batch correction?

pValuesComBat = f.pvalue(combat_data,mod,mod0)
qValuesComBat = p.adjust(pValuesComBat,method="BH")
combat_data = combat_data[qValuesComBat<0.05,]
rna-seq r gene batch

0 answers

No answers yet.

Log in to answer this question.