getMarkerFeatures's Log2FC changes dramatically by testMethod.... #1168
-
Hi, I'm using ArchR's getMarkerFeatures function for finding DARs between two clusters. First, When I used testMethod=wilcoxson with binarization, the log2FC of my interest is below:
Second, When I used testMethod=binomial with binarization, the log2FC of my interest is dramatically changed as below:
My first thought was the different picking of background cells, but When I checked selected background cells, there was no difference...
Any possible reasons for those differnces? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is because there are different normalization factors imposed on the matrix if you use the binomial test. See the code snippet below: Lines 203 to 223 in 968e442 I believe if you set |
Beta Was this translation helpful? Give feedback.
This is because there are different normalization factors imposed on the matrix if you use the binomial test. See the code snippet below:
ArchR/R/MarkerFeatures.R
Lines 203 to 223 in 968e442