Skip to content

Commit 2b7cac3

Browse files
committed
Add PRF1 UCell
1 parent 2dba6bc commit 2b7cac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/GeneModules.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ CalculateUCellScores <- function(seuratObj, forceRecalculate = FALSE, seed = Get
3232
IEGs = GetGeneSet('IEGs'),
3333
MHCII = GetGeneSet('MHC-II'),
3434
TCellMemory = GetGeneSet('TCellMemoryS100'),
35-
InflMyeloid = GetGeneSet('InflMyeloid')
35+
InflMyeloid = GetGeneSet('InflMyeloid'),
36+
Perforin = 'PRF1'
3637
)
3738

3839
if (dropAllExistingUcells) {

0 commit comments

Comments
 (0)