R/resultsDiff.R

#' Relative difference of results
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Named `numeric`.
#' Names correspond to the features (i.e. genes) analyzed.
#'
#' @examples
#' showMethods("resultsDiff")
setGeneric(
    name = "resultsDiff",
    def = function(x, y, ...) {
        standardGeneric("resultsDiff")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.