GreenleafLab / ArchR

ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)
MIT License
378 stars 135 forks source link

How to deal with dsciATAC data, it's about 50,000 cells per sample. #1936

Open Goood2001 opened 1 year ago

Goood2001 commented 1 year ago

I'm working with an object which is about 50,000 cells per sample. When I use ArchR addDoubletScores() function to inferring dsciATAC-seq Doublets, there are only a few cells can be detection as doublets and most of cells have low doubleScore. About this issue my solution is using subsetArchRProject() to split my ArrowFiles into 3 or 5 parts and calculate each DoubleScore. Then I can get normal doublets rate. Thus, is there any max level of cell numbers per sample that ArchR can deal with? I guess it's around 10k cells?

image
rcorces commented 1 year ago

Hi @Goood2001! Thanks for using ArchR! I am currently on vacation and will not be responding to any issues or discussion threads until 5/5.
Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
It is worth noting that there are very few actual bugs in ArchR. If you are getting an error, it is probably something specific to your dataset, usage, or computational environment, all of which are extremely challenging to troubleshoot. As such, we require reproducible examples (preferably using the tutorial dataset) from users who want assistance. If you cannot reproduce your error, how will we be able to help? Before going through the work of making a reproducible example, search the previous Issues, Discussions, function definitions, or the ArchR manual and you will likely find the answers you are looking for. If your post does not contain a reproducible example, it is unlikely to receive a response.
1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved? 2. Can you recapitulate your error using the tutorial code and dataset? If so, provide a reproducible example. 3. Did you post your log file? If not, add it now. 4. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.