Learn R Programming

manta (version 1.18.0)

nf2nr: 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

Run this code

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

nf2nr(x)


Run the code above in your browser using DataLab