Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Oct 13, 2024
1 parent b9d39ea commit b54e27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Phenotyping.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ PlotImmuneMarkers <- function(seuratObj, reductions = c('tsne', 'umap')) {
cytokines <- c(cytokines, c('LOC114675338', 'LOC114675718', 'LOC100426853'))
PlotMarkerSeries(seuratObj, reductions = reductions, features = cytokines, 'Cytokines/Receptors')

PlotMarkerSeries(seuratObj, reductions = reductions, GetGeneSet('MHC-II') = cytokines, 'MHC-II')
PlotMarkerSeries(seuratObj, reductions = reductions, features = GetGeneSet('MHC-II'), 'MHC-II')

# KLRC2 = ENSMMUG00000050862
klrs <- c('KLRB1', 'KLRC1', 'KLRD1', 'KLRF1', 'KLRF2', 'KLRG1', 'KLRG2', 'KLRC2', 'KLRC3', 'KLRK1', 'ENSMMUG00000050862')
Expand Down

0 comments on commit b54e27e

Please sign in to comment.