Understanding getMarkerFeatures() output #1694
-
Hello and thanks for the great package! I run the follow code to find all differentially accessible peaks between my clusters: I know that I have 178,877 peaks in my ArchR object because I have that many ranges in my My understanding of the output of getMarkerFeatures is that each row represents each peak in my ArchR object, and then for each peak there are results from the differential accessibility tests (LogFC, FDRs, etc) for each cluster of cells. I guess that perhaps some peaks are not being outputted to se due to some filters, but I haven't been able to figure out what these filters are and how I can adjust them to make sure my getMarkerFeatures output includes all of my peaks. Any clarification around this would be appreciated! Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Without a reproducible example, I cannot comment explicitly but one possibility is the filtering performed here: Lines 427 to 440 in f6c0388 |
Beta Was this translation helpful? Give feedback.
Without a reproducible example, I cannot comment explicitly but one possibility is the filtering performed here:
ArchR/R/MarkerFeatures.R
Lines 427 to 440 in f6c0388