Skip to content

Commit

Permalink
Rename UCell
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed May 31, 2024
1 parent 3e74a67 commit a42a90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/GeneModules.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ CalculateUCellScores <- function(seuratObj, forceRecalculate = FALSE, seed = Get
TandNK_Activation = GetGeneSet('TandNK_Activation.1'),
TandNK_ActivationCore = GetGeneSet('TandNK_Activation.Core'),
Cytotoxicity = GetGeneSet('Cytotoxicity'),
Cytotoxicity.ABH = GetGeneSet('Cytotoxicity.ABH'),
Cytotoxicity.KM = GetGeneSet('Cytotoxicity.KM'),
Cytotoxicity.GzmABH = GetGeneSet('Cytotoxicity.GzmABH'),
Cytotoxicity.GzmKM = GetGeneSet('Cytotoxicity.GzmKM'),
EffectorT = GetGeneSet('EffectorT'),
NaiveT = GetGeneSet('NaiveT'),
Glycolysis = GetGeneSet('Glycolysis'),
Expand Down
4 changes: 2 additions & 2 deletions R/Phenotyping.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ GetGeneSet <- function(name) {

.RegisterGeneSet('Cytotoxicity', c('PRF1', 'GNLY', 'NKG7', 'GZMA','GZMB','GZMH','GZMK','GZMM'))

.RegisterGeneSet('Cytotoxicity.ABH', c('PRF1', 'GNLY', 'NKG7', 'GZMA','GZMB','GZMH'))
.RegisterGeneSet('Cytotoxicity.KM', c('GZMK','GZMM'))
.RegisterGeneSet('Cytotoxicity.GzmABH', c('PRF1', 'GNLY', 'NKG7', 'GZMA','GZMB','GZMH'))
.RegisterGeneSet('Cytotoxicity.GzmKM', c('GZMK','GZMM'))
.RegisterGeneSet('Metallothionein', c('MT1A', 'MT1E', 'MT1M', 'MT1X', 'MT2A', 'MT1JP'))
.RegisterGeneSet('IEGs', c('FOS', 'JUN', 'ZFP36'))

Expand Down

0 comments on commit a42a90a

Please sign in to comment.