We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ae984 commit c90bc28Copy full SHA for c90bc28
singlecell/resources/chunks/MergeSeurat.R
@@ -51,7 +51,6 @@ if (length(seuratObjects) == 1) {
51
} else {
52
message('performing final merge')
53
seuratObj <- merge(x = mergedObjects[[1]], y = mergedObjects[2:length(mergedObjects)], project = mergedObjects[[1]]@project.name)
54
- seuratObj <- CellMembrane::MergeSeuratObjs(mergedObjects, projectName = mergedObjects[[1]]@project.name, doGC = doDiet, errorOnBarcodeSuffix = errorOnBarcodeSuffix)
55
if (HasSplitLayers(seuratObj)) {
56
seuratObj <- MergeSplitLayers(seuratObj)
57
}
0 commit comments