#' UpSet plot of directional DEG intersections across contrasts
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Plot.
#'
#' @examples
#' showMethods("plotDegUpset")
setGeneric(
name = "plotDegUpset",
def = function(object, ...) {
standardGeneric("plotDegUpset")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.