#' Find cluster-specific marker genes
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `data.frame`.
#'
#' @examples
#' showMethods("findMarkers")
setGeneric(
name = "findMarkers",
def = function(object, ...) {
standardGeneric("findMarkers")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.