R/diffExp.R

#' Differential expression
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Varies, depending on the method.
#'
#' @examples
#' showMethods("diffExp")
setGeneric(
    name = "diffExp",
    def = function(object, ...) {
        standardGeneric("diffExp")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.