#' Plot top gene effect per group
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @seealso
#' - DepMapAnalysis package.
#'
#' @examples
#' showMethods("plotTopGeneEffectPerGroup")
setGeneric(
name = "plotTopGeneEffectPerGroup",
def = function(object, ...) {
standardGeneric("plotTopGeneEffectPerGroup")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.