#' Plot features detected
#'
#' Visualize the number of features (i.e. genes) detected.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotFeaturesDetected")
setGeneric(
name = "plotFeaturesDetected",
def = function(object, ...) {
standardGeneric("plotFeaturesDetected")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.