nf2nr: convert the normalization factors to a normalization line

Description Usage Arguments Value See Also Examples

View source: R/Normalize.R

Description

.

Usage

1
nf2nr(x, pair, method='nf', absolute=TRUE)

Arguments

x

a MANTA object.

pair

The two dimentions (conditions) which you wish to convert.

method

.

absolute

.

Value

a scalar normalization ratio

See Also

DGEList, manta, calcNormFactors

Examples

1
2
3
4
manta.path <- system.file("extdata","PapaGO-BLAST.results-diatoms.Rdata", package="manta")
load(manta.path)

nf2nr(x)

manta documentation built on Oct. 31, 2019, 3:03 a.m.

Related to nf2nr in manta...