We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8bc15 commit 9c2e268Copy full SHA for 9c2e268
singlecell/resources/chunks/RunCelltypistCustomModel.R
@@ -2,7 +2,7 @@ for (datasetId in names(seuratObjects)) {
2
printName(datasetId)
3
seuratObj <- readRDS(seuratObjects[[datasetId]])
4
5
- seuratObj <- RIRA::RunCellTypist(seuratObj, modelName = modelFile)
+ seuratObj <- RIRA::RunCellTypist(seuratObj, modelName = modelFile, columnPrefix = columnPrefix)
6
7
saveData(seuratObj, datasetId)
8
}
0 commit comments