Closed hfberg closed 5 years ago
My guess is that there is some kind of memory failure. Try reducing numCores to 8 instead of 16.
I also strongly suggest using seurat@data instead of raw.data. raw.data is not filtered while the rest of the data from seurat is (clusters, xy).
Ah, yes, ofc i should use the seurat@data, tnx:)
I reduced the numCores and also freed space on my computer, but that did not help I'm afraid.
> singler<-CreateBigSingleRObject(counts=seurat@data, annot = NULL, project.name="test123", xy=seurat@dr$tsne@cell.embeddings, clusters=seurat@ident,N=max.cell, numCores = 8)
[1] 1
[1] "Dimensions of counts data: 14401x200"
[1] "Annotating data with HPCA..."
[1] "Variable genes method: de"
[1] "Number of DE genes:2706"
[1] "Number of cells: 200"
[1] "Fine-tuning round on top cell types (using 8 CPU cores):"
Error in get("mcinteractive", pkg) : object 'mcinteractive' not found
For future users: This problem occurred because of an update in pbmcapply making it incompatible with R 3.4.4, I solved the problem by updating to R 3.5.3
Hi! Now I've used SingleR for a while without problems, but this weekend I got this issue and today I haven't been able to find the root of the problem. Does anyone know what this is?
`> singler<-CreateBigSingleRObject(counts=seurat@raw.data, annot = NULL, project.name="test123", xy=seurat@dr$tsne@cell.embeddings, clusters=seurat@ident,N=max.cell) [1] 1 [1] "Dimensions of counts data: 14401x200" [1] "Annotating data with HPCA..." [1] "Variable genes method: de" [1] "Number of DE genes:2706" [1] "Number of cells: 200" [1] "Fine-tuning round on top cell types (using 16 CPU cores):" Error in get("mcinteractive", pkg) : object 'mcinteractive' not found