Skip to content

Commit

Permalink
Update ssGSEA_heatmap.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrewcow authored Jun 24, 2024
1 parent 383ce84 commit f976dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssGSEA_heatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gene.sets1 <- getGeneSets(library = "C5", gene.sets = c("GOBP_NEURON_DEATH",'GOB
ES <- enrichIt(obj = lyd_RGC,
gene.sets = gene.sets1,
groups = 1000, cores = 8)
lyd_RGC <- AddMetaData(lyd_RGC, ES)
ES2 <- data.frame(lyd_RGC[[]], Idents(lyd_RGC))
colnames(ES2)[ncol(ES2)] <- "cluster"

Expand Down

0 comments on commit f976dc3

Please sign in to comment.