To integrate or not to integrate? #10088
Unanswered
beletskayo
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi hi,
I am trying to run an analysis on 5 publicly available single-cell datasets, spanning 3 different conditions (I have at least 2 different datasets for each condition). Cell type and condition are already annotated in each dataset. Because of this, and since ultimately, my goal is to run differential expression analyses using a pre-defined list of genes (which shouldn't be done on the integrated assay anyway), I am wondering if there is any use in running the integration workflow at all in this case? To reduce the batch effect, I used SCTransform on the merged object, here’s my rough workflow:
merged.seurat
objectFindTransferAnchors()
and `TransferData()FindMarkers()
using the SCT assay a) across the entire dataset, b) in each cell type (subset Seurat Object +FindMarkers()
)Does this workflow make sense, should any steps be re-ordered, and do I need to include integration at any point?
Thank you!
Sera
Beta Was this translation helpful? Give feedback.
All reactions