Skip to content

Commit 5587aec

Browse files
committed
Add Classify_Myeloid to RIRA step
1 parent b667a9a commit 5587aec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

singlecell/resources/chunks/RunRiraClassification.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ for (datasetId in names(seuratObjects)) {
44

55
seuratObj <- RIRA::Classify_ImmuneCells(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
66
seuratObj <- RIRA::Classify_TNK(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
7-
87
seuratObj$RIRA_TNK_v2.predicted_labels[seuratObj$RIRA_Immune_v2.majority_voting != 'T_NK'] <- 'Other'
98

9+
seuratObj <- RIRA::Classify_Myeloid(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
10+
1011
saveData(seuratObj, datasetId)
1112
}

0 commit comments

Comments
 (0)