Replies: 2 comments
-
Hello @cmtom, thanks for using our tool! The "sample" parameter needs to be given a vector of sample labels that is the same length as the number of cells. It denotes which sample each cell belongs to. So your code should look like this:
with the "..." being the rest of the parameters you set. Just let me know if you have any more questions. I will move this to a Discussion as others may have the same question. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you very much for the help! I am still having some issues, I still get "Cholmod error 'problem too large' at file ../Core/cholmod_dense.c" with scDblFinder, and with doubletFinder I get the error "cannot allocate vector of size 358.0 Gb". But if I load just one sample it works. The full error for scDblFinder: Thanks again! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have the pipeline working for a single sample but run into issues when I load in multiple samples. Below is my code and the error I get. I was wondering if I'm doing something wrong or if you have any suggestions?
If I run runCellQC() as above except with sample = NULL, it uses 30GB of RAM and takes a very long time, it still has yet to finish. If I use "scDblFinder" instead then I get an error: Cholmod error 'problem too large' at file ../Core/cholmod_dense.c
Beta Was this translation helpful? Give feedback.
All reactions