#' Plot reduced dimensions
#'
#' Plot cell-level dimensionality reduction.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotReducedDim")
setGeneric(
name = "plotReducedDim",
def = function(object, ...) {
standardGeneric("plotReducedDim")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.