Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Mar 29, 2021
1 parent f4a3131 commit cf7aca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/show_group_enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ plot_enrichment_simple <- function(data, x, y, fill_scale,
}
orders <- data2 %>%
dplyr::group_split(.data$grp_var, .keep = FALSE) %>%
purrr:::map(get_cluster_order) %>%
purrr::map(get_cluster_order) %>%
purrr::reduce(c) %>%
unique()
message("All subgroup orders: ", paste(orders, collapse = ", "))
Expand Down

0 comments on commit cf7aca5

Please sign in to comment.