Skip to content

Commit

Permalink
averageHeatmap on Seurat V5 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
junjunlab committed Jun 5, 2024
1 parent 83ff8d3 commit 7a05249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/averageHeatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ averageHeatmap <- function(
gene.order = NULL,
...) {
# get cells mean gene expression
# check Seurat version
# check Seurat version first
if(utils::packageVersion("Seurat") > 4){
mean_gene_exp <- as.matrix(
data.frame(
Expand Down

0 comments on commit 7a05249

Please sign in to comment.