Skip to content

Commit

Permalink
Merge pull request #148 from selkamand/147-convert-gg1d-legend_title_…
Browse files Browse the repository at this point in the history
…beautify-argument-to-beautify_text

fix: dropped hanging ... arg
  • Loading branch information
selkamand authored Nov 20, 2024
2 parents 10514d8 + c261678 commit a0981fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 59 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Description: Generate oncoplots from tabular mutational data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Imports:
assertions (>= 0.0.0.9000),
cli,
Expand Down
4 changes: 1 addition & 3 deletions R/oncoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ utils::globalVariables(
#' @param verbose verbose mode (flag, default TRUE)
#' @param options a list of additional visual parameters created by calling [ggoncoplot_options()]. See \code{\link{ggoncoplot_options}} for details.
#'
#' @inheritDotParams gg1d::gg1d
#'
#' @return ggplot or girafe object if \code{interactive=TRUE}
#' @export
Expand Down Expand Up @@ -118,8 +117,7 @@ ggoncoplot <- function(data,
total_samples = c('any_mutations', 'all', 'oncoplot'),
interactive = TRUE,
options = ggoncoplot_options(),
verbose = TRUE,
...
verbose = TRUE
) {


Expand Down
55 changes: 1 addition & 54 deletions man/ggoncoplot.Rd

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

1 change: 0 additions & 1 deletion vignettes/manual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ ggoncoplot <- brca_df |>
HER2 = c("Indeterminate" = "gray80", Equivocal = "grey80", "Negative" = "black", "Positive" = "#DF536B", "[Not Evaluated]" = "grey90"),
Classification = c("Ambiguous" = "gray80", "Triple Negative" = "black", "Not Triple Negative" = "#ff0000")
),
relative_height_numeric = 2.5,
options = ggoncoplot_options(
show_genebar_labels = TRUE,
plotsize_metadata_rel_height = 40,
Expand Down

0 comments on commit a0981fe

Please sign in to comment.