We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab24cc3 commit e90c143Copy full SHA for e90c143
singlecell/resources/chunks/RunRiraClassification.R
@@ -4,7 +4,6 @@ for (datasetId in names(seuratObjects)) {
4
5
seuratObj <- RIRA::Classify_ImmuneCells(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
6
seuratObj <- RIRA::Classify_TNK(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
7
- seuratObj$RIRA_TNK_v2.predicted_labels[seuratObj$RIRA_Immune_v2.majority_voting != 'T_NK'] <- 'Other'
8
9
seuratObj <- RIRA::Classify_Myeloid(seuratObj, maxBatchSize = maxBatchSize, retainProbabilityMatrix = retainProbabilityMatrix)
10
0 commit comments