Skip to content

Commit dde9a8c

Browse files
committed
Bugfix to re-running RIRA
1 parent 6bf3fff commit dde9a8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

singlecell/resources/chunks/UpdateSeuratPrototype.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ for (datasetId in names(seuratObjects)) {
2626
}
2727

2828
if (runRira) {
29-
seuratObj <- RIRA::Classify_ImmuneCells(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix, maxAllowedUnknown = maxAllowedUnknown)
30-
seuratObj <- RIRA::Classify_TNK(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
31-
seuratObj <- RIRA::Classify_Myeloid(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
29+
seuratObj <- RIRA::Classify_ImmuneCells(seuratObj, maxBatchSize = 500000, retainProbabilityMatrix = FALSE, maxAllowedUnknown = maxAllowedUnknown)
30+
seuratObj <- RIRA::Classify_TNK(seuratObj, maxBatchSize = 500000, retainProbabilityMatrix = FALSE)
31+
seuratObj <- RIRA::Classify_Myeloid(seuratObj, maxBatchSize = 500000, retainProbabilityMatrix = FALSE)
3232
}
3333

3434
if (runTNKClassification) {

0 commit comments

Comments
 (0)