getMarkerFeatures() all groups vs specific group #1448
Unanswered
wuv21
asked this question in
Questions / Documentation
Replies: 1 comment 11 replies
-
Have you used |
Beta Was this translation helpful? Give feedback.
11 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.
-
Hi! Just a conceptual question regarding getMarkerFeatures() (and to make sure I'm understanding this function correctly):
I understand that getMarkerFeatures() as used below will return a list of markers that are unique to each group in the
groupBy
column data. If I understand correctly, the background group is set to all other cells not in the current group being examined.However, if I run the below code instead - should I expect the same list of significant markers as compared to markers that are specific to Group_Level_1 from the above code? When I try it out on my data, I don't see the same list of significant markers. Any clarification on this would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions