Open ysbioinfo opened 5 years ago
Very weird. You are saying that sometimes you run the same function again it doesn't fail?
I have seen that since an update a few weeks ago, using too many cores makes SingleR fail because of memory issues. I need to find time to fix it, but in the meantime, the best I can suggest is to limit the number of cores.
Yes it's so weird. I will limit the cores and apply more memory. Thanks for your suggestion!
There is no error if I set the numCores to 1. Should be some bugs related with parallel computing. Thanks!
Hi,
Same error using CreateBigSingleRObject
function. As @snoopy-448 mentioned there's no error when using numCores = 1
.
Cheers
I'm jumping on this for a related question regarding the CreateSingleRSeurateObject. I'm new to single-cell RNA seq analysis and this is my first dataset to analyze. I know this is more a Seurat question but I noticed that when I do CreateSingleRSeurateObject, I can pick "uMI "or "^mt-" genes for regress.out . Do you have any advices/preferences on which one to pick? I'm working with a tissue where there is a lot of smooth muscle cells and I'm afraid the mt genes may introduce a bias. thanks,
Yes, this is more of Seurat question. The wrapper function that creates a Seurat object regresses for nUMIs (in default). It also calculates the mitochondrial genes proportion, but not uses it. It is possible to regress it out as well, but you should probably first observe how it looks.
HI, I am using singler but when I run CreateSinglerSeuratObject():
It successfully create the Seurat object (NormalizeData, Findvariablegenes, ScaleData), but throw an error when doing finetuning:
And this error doesn't occur in all samples. Sometimes if I run this command again on a failed sample, it works well and no error occurs. Could you figure out which cause this error? Could it be something related with parallel computing or memory?
Thanks!