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 b04b6f4 commit 2a00a36Copy full SHA for 2a00a36
singlecell/resources/chunks/PredictTcellActivation.R
@@ -2,7 +2,7 @@ for (datasetId in names(seuratObjects)) {
2
printName(datasetId)
3
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])
4
5
- seuratObj <- PredictTcellActivation(seuratObj)
+ seuratObj <- RIRA::PredictTcellActivation(seuratObj)
6
7
saveData(seuratObj, datasetId)
8
0 commit comments