R bug during normalize
0
0
Entering edit mode
14 months ago
Andy ▴ 120

Hello everyone, I am combining three different datasets together, and on the process to normalize the data, I encounter following errors. I am not sure how to solve the issue. I hope you guys could offer some suggestions.

data.anchors_new <- FindIntegrationAnchors(object.list = object.list_new, normalization.method = "SCT", +                                            anchor.features = integrate.features, verbose = FALSE)
  |++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=44m 50s
Warning message:
In CheckDuplicateCellNames(object.list = object.list) :
  Some cell names are duplicated across objects provided. Renaming to enforce unique cell names.

data.combined_new <- IntegrateData(anchorset = data.anchors_new, normalization.method = "SCT", verbose = FALSE)
Error in x$.self$finalize() : attempt to apply non-function
seurat R • 626 views
ADD COMMENT
2
Entering edit mode

You should address this question directly to the seurat developers in git as it is code related. A quick search seems to suggest that updating Rcpp might fix the issue.

ADD REPLY
0
Entering edit mode

Problem solved. Thanks.

ADD REPLY

Login before adding your answer.

Traffic: 1526 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6