nf2nr {manta}R Documentation

convert the normalization factors to a normalization line

Description

.

Usage

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


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

nf2nr(x)



[Package manta version 1.30.0 Index]