Skip to content

Commit

Permalink
Update plot_cpdb.R
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Dec 6, 2023
1 parent 7f96585 commit 980361f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_cpdb.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ plot_cpdb <- function(
default_style = TRUE, highlight_col = "red", highlight_size = NULL, max_highlight_size = 2,
special_character_regex_pattern = NULL, degs_analysis = FALSE, return_table = FALSE,
exclude_interactions = NULL, min_interaction_score = 0, scale_alpha_by_interaction_scores = FALSE,
scale_alpha_by_cellsign = FALSE, filter_by_cellsign = FALSE, title = "", keep_id_cp_interaction = FALSE ...) {
scale_alpha_by_cellsign = FALSE, filter_by_cellsign = FALSE, title = "", keep_id_cp_interaction = FALSE, ...) {
requireNamespace("SingleCellExperiment")
requireNamespace("grDevices")
if (is.null(special_character_regex_pattern)) {
Expand Down

0 comments on commit 980361f

Please sign in to comment.