edgeR_norm {gene_quantification} R Documentation

Apply of the edgeR TMM factor normalization method to the raw counts matrix

Description

Usage

edgeR_norm(counts,
    trimFractionM = 0.3,
    trimFractionA = 0.05);

Arguments

counts

[as Matrix]

Details

Authors

rnaseq

Value

this function returns data object of type Matrix.

clr value class

Examples


[Package gene_quantification version 1.0.0.0 Index]