Skip to content

Commit

Permalink
Fix plot_celltype_associations for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Mar 2, 2023
1 parent e19acf1 commit c37cf84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/plot_celltype_associations.r
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
#' ctAssocs <- MAGMA.Celltyping::enrichment_results[[1]]$ctAssocsLinear
#' ctd <- ewceData::ctd()
#' figs <- plot_celltype_associations(ctAssocs = ctAssocs,
#' ctd = ctd)
#' ctd = ctd,
#' savePDF = FALSE)
plot_celltype_associations <- function(ctAssocs,
ctd,
useSignificanceLine = TRUE,
Expand Down
3 changes: 2 additions & 1 deletion man/plot_celltype_associations.Rd

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

0 comments on commit c37cf84

Please sign in to comment.