splitClusterRT {MoleculeNetworking} R Documentation

Split each cluster data into multiple parts by a givne rt window

Description

Usage

splitClusterRT(clusters,
    rtwin = 30,
    wrap.peaks = FALSE);

Arguments

clusters

-

rtwin

[as double]

wrap.peaks

wraping the networking node data as the spectrum peak object?. [as boolean]

env

[as Environment]

Details

This function works for the small molecular networking analysis

Authors

BioNovoGene

Value

the value type of this function is affects by the `wrap_peaks` parameter: 1. for wrap_peaks is set to false by default, a vector of the raw NetworkingNode which is extract from the cluster data will be returns 2. otherwise the spectrum peaks data will be returns if the parameter value is set to value true.

clr value class

Examples


[Package MoleculeNetworking version 1.0.0.0 Index]