#' Leading edge genes
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character`.
#' Elements of gene set that correspond to leading edge.
#'
#' @examples
#' showMethods("leadingEdge")
setGeneric(
name = "leadingEdge",
def = function(object, ...) {
standardGeneric("leadingEdge")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.