Different logFC and FDR in pairwise testing using getMarkerFeatures() depending on order of groups #1927
Unanswered
mireiacodina
asked this question in
Questions / Documentation
Replies: 1 comment 4 replies
-
I believe you are running into the same phenomenon that was described here and fixed a while back. Specifically, the closest param Line 44 in 629cf1d |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thanks for developing ArchR. I have a question related to the getMarkerfeatures() function to do pairwise testing between groups. I want to compare the accessibility between two cell types and I get different logFC and FDR values depending on the group that I use in useGroups and the one that I set as bgdGroups.
Here is the code that I run:
Also, the total number of significant peaks based on the cutoff that I used is different (3601 for sig_peaks and 4889 for sig_peaks2). I would be very thankful if I could get any feedback on why the results are different. I also tried running the code without the "bias" variable but it did not change the outcome.
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions