Replies: 1 comment
-
Option 5 seems like the preferred option here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Option 1: Current
Process ADT profile
(e.g. DSB) requires info from the Raw or GEX profile.Option 2: Sequential
Process everything sequentially.
Option 3: Hierarchy of modalities
Treat GEX as the 'main' modality and pass the objects to other modalities.
Option 4: Pass cell calling
Extract the cell calling after the single-sample GEX processing and pass it to other modalities.
Option 5: Unfiltered processing before splitting
Unfiltered processing includes:
Beta Was this translation helpful? Give feedback.
All reactions