normalize_counts: Calculate normalized counts.

Description Usage Arguments Details Value Methods (by class) See Also

Description

Calculate normalized counts.

Usage

1
2
3
4
5
6
7
normalize_counts(x, ...)

## S4 method for signature 'BbcSE'
normalize_counts(x, de_pkg = "edger")

## S4 method for signature 'DGEList'
normalize_counts(x)

Arguments

x

A BbcSE object or a DGEList or a DESeqDataSet.

...

Not used currently

de_pkg

"edger" or "deseq2". Only used if x is a BbcSE

Details

Normalization uses methods from the package corresponding to the de_pkg paramter:

edger

Uses edgeR::cpm with normalized.lib.sizes = TRUE and log = TRUE

deseq2

Not implemented yet.

Value

A BbcSE object or a matrix or....

Methods (by class)

See Also

cpm


vari-bbc/bbcRNA documentation built on Nov. 10, 2020, 11:09 p.m.