Skip to content

Commit 2a00a36

Browse files
committed
Fully qualify method
1 parent b04b6f4 commit 2a00a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/PredictTcellActivation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ for (datasetId in names(seuratObjects)) {
22
printName(datasetId)
33
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])
44

5-
seuratObj <- PredictTcellActivation(seuratObj)
5+
seuratObj <- RIRA::PredictTcellActivation(seuratObj)
66

77
saveData(seuratObj, datasetId)
88

0 commit comments

Comments
 (0)