R/degIntersection.R

#' Intersection of differentially expressed genes
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `integer`.
#' Integer denoting the number of intersections, sorted from highest to
#' lowest. Gene identifiers are defined as the names.
#'
#' @examples
#' showMethods("degIntersection")
setGeneric(
    name = "degIntersection",
    def = function(object, ...) {
        standardGeneric("degIntersection")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.