R/plotTopGeneEffectPerCell.R

#' Plot top gene effect per cell
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @seealso
#' - DepMapAnalysis package.
#'
#' @examples
#' showMethods("plotTopGeneEffectPerCell")
setGeneric(
    name = "plotTopGeneEffectPerCell",
    def = function(object, ...) {
        standardGeneric("plotTopGeneEffectPerCell")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.