Skip to content

Commit

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 95 additions & 0 deletions man/featureCornerAxes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83ff8d3

Please sign in to comment.