R/fpkm.R

#' Fragments per kilobase per million mapped fragments
#'
#' Return fragment counts normalized per kilobase of feature length per million
#' mapped fragments.
#'
#' @note Only recommended for gene-level counts.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @seealso `DESeq2::fpkm()`.
#'
#' @return `matrix`
#'
#' @examples
#' showMethods("fpkm")
setGeneric(
    name = "fpkm",
    def = function(object, ...) {
        standardGeneric("fpkm")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.