Closed kenneditodd closed 11 months ago
Hi @kenneditodd,
I will take a look at it. Just to make sure I can try and replicate your issue, can you confirm if any of the objects are saved via BPCells or whether they are all in memory? What is approximate total number of cells/objects?
Thanks! Sam
Also do you get the same error if you run this?
test_merge <- merge(obj[[1]], obj[[2:length(obj)]])
Hi @kenneditodd,
Are you still having this issue? Were you able to try code I suggested? If you’re still having issues could you also let me know the answers to my questions in first comment?
Thanks, Sam
Hi @kenneditodd,
Since I have not heard back I'm going to close this issue for now. If this problem is still present please respond here and see my previous posts above and I reopen the issue and work to solve the issue.
Best, Sam
Hello,
I am unsure if this is an issue with scCustomize or Seurat as a similar issue has been mentioned here.
I am trying to merge my list of seurat objects after running SCTransform.
After the last line, I get the following error message.
However, if do NOT run SCTransform I can merge the list of seurat objects just fine.