We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9ba2d commit 962ddccCopy full SHA for 962ddcc
1 file changed
singlecell/resources/chunks/UpdateSeuratPrototype.R
@@ -43,7 +43,7 @@ for (datasetId in names(seuratObjects)) {
43
if (saveRepertoireStats) {
44
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])
45
outputFile <- gsub(seuratObjects[[datasetId]], pattern = '.rds', replacement = '.tcrStats.txt')
46
- df <- Rdiscvr::CalculateAndStoreTcrRepertoireStats(seuratObj, outputFile = outFile)
+ df <- Rdiscvr::CalculateAndStoreTcrRepertoireStats(seuratObj, outputFile = outputFile)
47
}
48
49
if (scoreActivation) {
0 commit comments