metadna {metadna} R Documentation

Create an algorithm module for run metaDNA inferance

Description

Usage

metadna(
    ms1ppm = "ppm:20",
    mzwidth = "da:0.3",
    dotcutoff = 0.5,
    allowMs1 = TRUE,
    maxIterations = 1000,
    debug = FALSE);

Arguments

ms1ppm

the mass tolerance error for matches the ms1 ion

mzwidth

-

dotcutoff

network propagation score cutoff, could be lower to 0.4 ~ 0.5. [as double]

allowMs1

[as boolean]

maxIterations

[as integer]

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type Algorithm.

clr value class

Examples


[Package metadna version 1.0.0.0 Index]