Removing cells from analysis #732
Unanswered
NoemieL
asked this question in
Questions / Documentation
Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am analyzing magnetic-column sorted cells by scATACseq and scRNAseq. After integrating scRNAseq data, I identified contaminated cells (cells of non interest) that I want to removed from my analysis.
1) I was using subsetCells to remove these cells but I read different comments and I was wandering if I need to use subsetArchRProject instead? I don't understand what are really the consequences linked to the choice between subsetArchRProject and subsetCells (except that in one case we removed cells from the Arrow file) on the rest of the analysis since I am saving it as a new project to work on (proj_all_8=subsetCells(ArchRProj = proj_all_3, cellNames = kept_cells).
2) After removing the cells, do we need to remove the matched cells on the scRNAseq data and reperform the scRNAseq integration step? I was only reperforming the clustering step, but it is a question I had.
3) Since I am using the scATACseq and scRNAseq data from the same patients samples, I was wandering if there is a way to performed only the constrained integration based on samples and not based on clusters? I have sometimes ATACseq cells from one patient that match with RNAseq cells from other patients if I used the clusters as shown in the manual.
Thanks in advances for your help
Beta Was this translation helpful? Give feedback.
All reactions