Skip to content

Commit

Permalink
SummarizeTCellActivation does not actually create a seurat object
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 12, 2024
1 parent e170708 commit 037d325
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions singlecell/resources/chunks/SummarizeTCellActivation.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ for (datasetId in names(seuratObjects)) {
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])

outFile <- paste0(outputPrefix, '.', makeLegalFileName(datasetId), '.activation.txt')
seuratObj <- Rdiscvr::SummarizeTNK_Activation(seuratObj, outFile = outFile, xFacetField = xFacetField, groupingFields = groupingFields, activationFieldName = activationFieldName, threshold = threshold)

saveData(seuratObj, datasetId)
Rdiscvr::SummarizeTNK_Activation(seuratObj, outFile = outFile, xFacetField = xFacetField, groupingFields = groupingFields, activationFieldName = activationFieldName, threshold = threshold)

# Cleanup
rm(seuratObj)
Expand Down

0 comments on commit 037d325

Please sign in to comment.