#' Trimmed mean of M-values
#'
#' TMM normalization is recommended for RNA-seq data generally when the majority
#' of genes are not differentially expressed.
#'
#' @note Only recommended for gene-level counts.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @references Robinson and Oshlack (2010).
#'
#' @seealso
#' - `edgeR::calcNormFactors()`.
#' - `edgeR::cpm()`.
#'
#' @return `matrix`.
#'
#' @examples
#' showMethods("tmm")
setGeneric(
name = "tmm",
def = function(object, ...) {
standardGeneric("tmm")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.