parallel_tree {taxonomy} R Documentation

create taxonomy tree for multiple sample data in parallel

Description

Usage

parallel_tree(x,
    mzdiff = 0.3,
    intocutoff = 0.05,
    equals = 0.85,
    interval = 0.1);

Arguments

x

a collection of the spectrum sample data, should be a tuple list object that contains multiple sample data to build tree. each slot value in this tuple list should be a vector of the PeakMs2 spectrum data. [as list]

mzdiff

[as double]

intocutoff

[as double]

equals

[as double]

interval

[as double]

env

[as Environment]

Details

Authors

BioNovoGene

Value

a union spectrum taxonomy tree object

clr value class

Examples


[Package taxonomy version 1.0.0.0 Index]