Whether the "arrow" files storage the result of ArchR projecet after perfoming filterDoublets function or not? #1889
-
Hello everybody, I filtered the cells with lower TSS and nFrags , and computed the Doublets score , and storaged the results as "project1";then I filtered the Doublets and saved the result as "project2".The cell number of project2 is lower the project1. But when I use the Arrowfiles from "project2" to create the new ArchR project "project3", the cell number of project3 is equal to the cell number of project1, what happened? Thanks for your reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you look at the code for Lines 45 to 106 in 968e442 |
Beta Was this translation helpful? Give feedback.
If you look at the code for
filterDoublets()
, this works at the level of theArchRProject
and does not touch the Arrow files themselves.ArchR/R/FilterCells.R
Lines 45 to 106 in 968e442