Skip to content

Commit f0f9690

Browse files
committed
Bugfix to LDA
1 parent 70e60ff commit f0f9690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/RunLDA.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ldaFiles <- data.frame(DatasetId = character(), FileName = character())
1414
stop(paste0('The object has ', ncol(seuratObj), ' which is above the maxAllowableCells: ', maxAllowableCells))
1515
}
1616

17-
ldaResults <- bindArgs(CellMembrane::RunLDA, seuratObj)()
17+
ldaResults <- bindArgs(CellMembrane::DoLdaParameterScan, seuratObj)()
1818

1919
outputFileId <- ifelse(datasetId %in% names(datasetIdToOutputFileId), yes = datasetIdToOutputFileId[[datasetId]], no = NA)
2020
ldaResults$OutputFileId <- outputFileId

0 commit comments

Comments
 (0)