Filtering Genes / Batch Correction
0
1
Entering edit mode
5.1 years ago
shinobee ▴ 60

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 • 834 views
ADD COMMENT

Login before adding your answer.

Traffic: 1949 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