Entering edit mode
4.4 years ago
zhao03
▴
70
Hi, i used combat to remove the batch bais, however, there are some negative numbers in the result matrix. what is the means of those negative number, can i use this matrix to find the different gene?
i inputted FPKM for running combat.
the command is
combat_edata1 = ComBat(dat=edata, batch=batch, mod=NULL, par.prior=TRUE, prior.plots=FALSE)
thank you