#' 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.