We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e60ff commit f0f9690Copy full SHA for f0f9690
singlecell/resources/chunks/RunLDA.R
@@ -14,7 +14,7 @@ ldaFiles <- data.frame(DatasetId = character(), FileName = character())
14
stop(paste0('The object has ', ncol(seuratObj), ' which is above the maxAllowableCells: ', maxAllowableCells))
15
}
16
17
- ldaResults <- bindArgs(CellMembrane::RunLDA, seuratObj)()
+ ldaResults <- bindArgs(CellMembrane::DoLdaParameterScan, seuratObj)()
18
19
outputFileId <- ifelse(datasetId %in% names(datasetIdToOutputFileId), yes = datasetIdToOutputFileId[[datasetId]], no = NA)
20
ldaResults$OutputFileId <- outputFileId
0 commit comments