R/plotMarker.R

#' Plot cell-type-specific gene markers
#'
#' Visualize gene markers on a reduced dimension plot (e.g. t-SNE, UMAP).
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Show graphical output.
#' Invisibly return a `ggplot` `list`.
#'
#' @examples
#' showMethods("plotMarker")
setGeneric(
    name = "plotMarker",
    def = function(object, ...) {
        standardGeneric("plotMarker")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.