Skip to content

Commit

Permalink
cleanup: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdreval committed May 20, 2022
1 parent d699442 commit 9e0e383
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/viz.R
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,9 @@ prettyOncoplot = function(maftools_obj,
#' recognized by prettyOncoplot are supported and can be specified when calling this function.
#' For both oncoplots the same specified parameters will be applied (e.g. genes to display, split columns,
#' font size, top annotation etc). If the provided argument is not recognized by prettyOncoplot,
#' it will be discarded. For developers: new arguments added to prettyOncoplot in the future
#' it will be discarded. If you want a specific order of oncoplots on the left and right, please
#' ensure the argument `comparison_column` is a factor with first level being the group
#' you want to be plotted on the left side. For developers: new arguments added to prettyOncoplot in the future
#' are expected to be out-of-the-box compatible with this function nd would not need code modifications.
#'
#' @param maf Required argument. A maftools object containing the mutations you want to plot on both oncoplots.
Expand Down
4 changes: 3 additions & 1 deletion man/prettyCoOncoplot.Rd

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

0 comments on commit 9e0e383

Please # to comment.