IntegrateData #7311
Replies: 10 comments 13 replies
-
Similar problems here:
another run:
|
Beta Was this translation helpful? Give feedback.
-
Hi I got :
How can I solve @satijalab / @mojaveazure ? |
Beta Was this translation helpful? Give feedback.
-
Hi Did anyone manage to fix this ? I got the same error as well after running for 2 days.
https://github.com/satijalab / @mojaveazure could you please indicate the source of error or recommend some solution to this. Thanks !! |
Beta Was this translation helpful? Give feedback.
-
Hey all, the solution is that 4.3 is messing things up. Just upgrade to version 5 which is just 4.999 and it works again. |
Beta Was this translation helpful? Give feedback.
-
I tried with version 5 as well. It gives the same error. |
Beta Was this translation helpful? Give feedback.
-
Hello Im having the same error did anyone now how to solved it? |
Beta Was this translation helpful? Give feedback.
-
same error |
Beta Was this translation helpful? Give feedback.
-
I had the same error. scRNA.anchors <- FindIntegrationAnchors(object.list = scRNAlist,anchor.features = features, reduction="rpca", dims = 1:30) |
Beta Was this translation helpful? Give feedback.
-
Having the same error: Integrating data Has anyone found a solution? |
Beta Was this translation helpful? Give feedback.
-
I had this error consistently (using Seurat v4) when performing CA integration. Here is the fix: #4380 I installed a modified version of Seurat used to handle large matrices, it fixed the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a question about IntegrateData: integrate <- IntegrateData(anchorset = anchors, dims = 1:50, features.to.integrate = all_genes)
I got an error: Integrating data
Merging dataset 15 into 23 4
Extracting anchors for merged samples
Finding integration vectors
Finding integration vector weights
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Integrating data
Merging dataset 24 20 1 into 19 10 3
Extracting anchors for merged samples
Finding integration vectors
Error in .T2C(newTMat(i = c(ij1[, 1], ij2[, 1]), j = c(ij1[, 2], ij2[, :
'Calloc' could not allocate memory (298833518 of 8 bytes)
Beta Was this translation helpful? Give feedback.
All reactions