#' 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.