#' Relative log expression
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @references Anders and Huber (2010).
#'
#' @seealso `edgeR::calcNormFactors()`.
#'
#' @return `matrix`.
#'
#' @examples
#' showMethods("relativeLogExpression")
setGeneric(
name = "relativeLogExpression",
def = function(object, ...) {
standardGeneric("relativeLogExpression")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.