normalize_counts: Normalize counts using a normalization method + correction of...

Description Usage Arguments

View source: R/normalize_counts.R

Description

Normalize counts using a normalization method + correction of library size with dispersion correction

Usage

1
2
normalize_counts(x, method = c("TMM", "RLE", "upperquartile", "none"),
  round_output = FALSE, ...)

Arguments

x

matrix

method

Method passed to calcNormFactors function of edgeR

round_output

round output?

...

additional parameters passed to calcNormFactors of edgeR


leandroroser/RNASeqFunctions documentation built on May 17, 2019, 7:31 p.m.