batch effect removal by ComBat_seq function
0
0
Entering edit mode
2.0 years ago

Dear all, I hope all of you be fine and healthy.

I merged two count matrices, after merging and batch effect removal by the ComBat_seq function, I do not see a detectable change in batch effect removal.

count_matrix <- merge(batch1, batch2, by= "Symbol")

batch <- c(rep("1", 14), rep("2", 22))

adjusted <- ComBat_seq(count_matrix, batch=batch, group=NULL, full_mod=FALSE)

How can the batch effect be completely removed?

I would be grateful if you could guide me to resolve it.

batch effect meta-analysis. R • 442 views
ADD COMMENT

Login before adding your answer.

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