Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 30, 2025
1 parent f52a581 commit c4edd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/NimbleAPI.R
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ PerformDefaultNimbleAppend <- function(seuratObj, isotypeFilterThreshold = 0.1,
maxLibrarySizeRatio = maxLibrarySizeRatio,
replaceExistingAssayData = TRUE,
featureRenameList = list(
'Mamu-E*01,Mamu-E*08' = 'Mamu-E*01/08'
'Mamu-E*01g,Mamu-E*08g' = 'Mamu-E*01/08'
)
)
seuratObj <- PerformMhcNormalization(seuratObj)
Expand Down

0 comments on commit c4edd92

Please sign in to comment.