Hi Everyone,
In my experiment, I have cells (same cell type) with 5 different drug treatments. These cells are sequenced in 3 batches and the goal is to find differentially expressed genes between treatments.
I use SCDE for the differential expression analysis. SCDE accept gene read counts as an optimal input and there is an argument in the script that it takes batch information to deal with batch effect (In the PCA I can see the batches). In the end, I have differentially expressed genes and their significance, but it doesn't give an access to the user its batch effect corrected values (I guess this is also true in Seurat).
As I can't get corrected values from SCDE and in order to continue the analysis based on DE genes, I used the Limma removeBatchEffect function on my read counts (or TPM or log2(TPM+1)). In this case, In outputs, I get negative values (probably due to regressing out) or all zeros in each batch change to the slightly bigger or smaller values (i.e. 0 to 0.1234).
What is the solution to get proper batch affected corrected values to continue the analysis with? Is the thing I do fine? My batch effect correction methods in SCDE and Limma are different, Is it okay? What people usually do.