#' Plot top markers
#'
#' @export
#' @inheritParams AcidRoxygen::params
#' @param markers Object containing cell marker expression data.
#'
#' @return Show graphical output. Invisibly return a `ggplot` `list`.
#'
#' @examples
#' showMethods("plotTopMarkers")
setGeneric(
name = "plotTopMarkers",
def = function(object, markers, ...) {
standardGeneric("plotTopMarkers")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.