dia_nmf {DIA} R Documentation

make the spectrum set decompose into multiple spectrum groups via the NMF method

Description

Usage

dia_nmf(spectrum, n,
    maxItrs = 1000,
    tolerance = 0.001,
    eps = 0.0001);

Arguments

spectrum

a set of the mzkit supported spectrum object.

n

the number of the target spectrum to decomposed, this number should be query from the DDA experiment database. [as integer]

env

[as Environment]

Details

Authors

BioNovoGene

Value

a set of the decomposed spectrum object

clr value class

Examples


[Package DIA version 1.0.0.0 Index]