Entering edit mode
9 months ago
Long
•
0
Good morning,
I have a question about how to merge Seurat objects. My Seurat objects are from separately integrated datasets using Harmony. The reason for performing separate Harmony integration is that the data size is too large and cannot be integrated effectively as a single dataset. Now, I want to merge these objects together. However, I have encountered a failure, and my error message is:
testMerge <- merge(othercell, y = tcell, project = "TestMerge")
Error in apply(X = GetAssayData(object = object, assay = assay, slot = "scale.data")[, :
dim(X) must have a positive length
it worked! thanks!
A small educational note: if an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they work. This will help future users that might find this post find the right answer.