Skip to content

Commit f005c76

Browse files
committed
Do not storeStimLevelData for TRA
1 parent 2e6c233 commit f005c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/IdentifyAndStoreActiveClonotypes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for (datasetId in names(seuratObjects)) {
1111
printName(datasetId)
1212
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])
1313

14-
Rdiscvr::IdentifyAndStoreActiveClonotypes(seuratObj, chain = 'TRA')
14+
Rdiscvr::IdentifyAndStoreActiveClonotypes(seuratObj, chain = 'TRA', storeStimLevelData = FALSE)
1515
Rdiscvr::IdentifyAndStoreActiveClonotypes(seuratObj, chain = 'TRB')
1616

1717
saveData(seuratObj, datasetId)

0 commit comments

Comments
 (0)