Skip to content

Commit

Permalink
Bugfix in plotGroupedHeatmap, resolve #200
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Aug 23, 2023
1 parent 930d517 commit 0ea50dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Authors@R: c(
person("Leo", "Lahti", role=c("ctb"), email="leo.lahti@utu.fi",
comment = c(ORCID = "0000-0001-5537-637X"))
)
Version: 1.29.3
Date: 2023-07-06
Version: 1.29.4
Date: 2023-08-23
License: GPL-3
Title: Single-Cell Analysis Toolkit for Gene Expression Data in R
Description: A collection of tools for doing various analyses of
Expand Down
1 change: 1 addition & 0 deletions R/plotGroupedHeatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ plotGroupedHeatmap <- function(object, features, group, block = NULL,
ids <- ids[columns,,drop=FALSE]
}
heat.se <- summarizeAssayByGroup(heat.vals, ids, statistics="mean")
colnames(heat.se) <- heat.se$group
if (!is.null(block)) {
heat.se <- correctGroupSummary(assay(heat.se), group=heat.se$group, block=heat.se$block)
}
Expand Down

0 comments on commit 0ea50dd

Please sign in to comment.