Closed mzz92 closed 1 year ago
Hi, Please see my comment at https://github.com/satijalab/seurat/discussions/7763 . You can see that P-values are actually the same from the 2 strategies. If you are worried about the log-fold-change: In DESeq2, they calculate the log-fc after the DESeq2 normalization (which normalizes the counts by using a size-factor estimated from all the genes) and a special shrinking strategy (to make the estimates of log-fc more robust when some genes do not have enough information). In Seurat, we simply calculate the log-fc by directly using data from the slot "data" (which is log-normalized) without other modifications. That is way you see the 2 log-fc are different.
Discussed in https://github.com/satijalab/seurat/discussions/7763