We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319506b commit 6aa2678Copy full SHA for 6aa2678
singlecell/resources/chunks/AppendSaturation.R
@@ -6,7 +6,7 @@ for (datasetId in names(seuratObjects)) {
6
stop('Seurat object lacks a DatasetId field!')
7
}
8
9
- seuratObj <- CellMembrane::AppendPerCellSaturationInBulk(seuratObj, molInfoList = molInfoFiles[[datasetId]])
+ seuratObj <- CellMembrane::AppendPerCellSaturationInBulk(seuratObj, molInfoList = molInfoFiles)
10
newSeuratObjects[[datasetId]] <- seuratObj
11
12
# Cleanup
0 commit comments