Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error running single cell ATAC-seq data #27

Open
jhong26 opened this issue Jun 21, 2023 · 1 comment
Open

error running single cell ATAC-seq data #27

jhong26 opened this issue Jun 21, 2023 · 1 comment

Comments

@jhong26
Copy link

jhong26 commented Jun 21, 2023

Hello,
I'm trying to run Augur on single-cell ATAC-seq data on human PBMCs from healthy vs disease subjects.
However, I am getting the following error: "no cell type had at least 20 cells in all conditions"

library(Augur)
expr=SeurObj@assays$ATAC@counts
meta=SeurObj@meta.data # has columns "label" for disease vs healthy status, and "cell_type" for 29 different cell type labels. #all cell types have well over 20 cells per condition
augur = calculate_auc(expr, meta)
Error in calculate_auc(expr, meta) :
no cell type had at least 20 cells in all conditions
In addition: Warning messages:
1: In calculate_auc(expr, meta) : coercing labels to factor ...
2: In mclapply(X, FUN, ..., mc.cores = mc.cores, mc.preschedule = mc.preschedule, :
scheduled cores 1, 2, 3, 4 did not deliver results, all values of the jobs will be affected
Execution halted

Any input would be much appreciated.
Thank you!
Jason

@skinnider
Copy link
Collaborator

Hi Jason, sorry for the delay getting back to you. Tough to say without looking at your dataset but my guess would be that each process is running out of memory. You could try: (1) running on a single core to get a more informative error message (n_threads = 1) and/or (2) sending me a small subset of your dataset that reproduces the error and I can dig into it in more detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants