sctransform icon indicating copy to clipboard operation
sctransform copied to clipboard

'node stack overflow' when using 'IntegrateData'!

Open amssljc opened this issue 3 years ago • 1 comments

When i run this code:

seurat.anchors <- FindIntegrationAnchors(object.list = seurat_list, anchor.features = features,nn.method = 'rann',reference = 10)
seurat.intergrated <- IntegrateData(anchorset = seurat.anchors)

The errors come up in this step:

Finding integration vector weights
Error: node stack overflow
Error during wrapup: node stack overflow
Error: no more error handlers available (recursive errors?); invoking 'abort' restart

Now I have loook several bugs about node stack overflow, it seems that 'Rfast' cause the error. I think there may exist some functions used in Seurat have been rewritten by Rfast, so it causes a false calling. Can you give me any suggestion to integrate my data?

amssljc avatar Dec 16 '21 13:12 amssljc

I have solved it by restart Rstudio and unloadNamespace. But i's not a long-term solution.

amssljc avatar Dec 17 '21 02:12 amssljc