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