We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dba6bc commit 2b7cac3Copy full SHA for 2b7cac3
1 file changed
R/GeneModules.R
@@ -32,7 +32,8 @@ CalculateUCellScores <- function(seuratObj, forceRecalculate = FALSE, seed = Get
32
IEGs = GetGeneSet('IEGs'),
33
MHCII = GetGeneSet('MHC-II'),
34
TCellMemory = GetGeneSet('TCellMemoryS100'),
35
- InflMyeloid = GetGeneSet('InflMyeloid')
+ InflMyeloid = GetGeneSet('InflMyeloid'),
36
+ Perforin = 'PRF1'
37
)
38
39
if (dropAllExistingUcells) {
0 commit comments