ms1_mz_bins {mzkit} R Documentation

Extract the ion m/z features

Description

Usage

ms1_mz_bins(files,
    mzdiff = 0.001);

Arguments

files

a character vector of file path of the XIC data files which are extract from the rawdata file via the ms1_xic_bins function.

Details

Authors

xieguigang

Value

a dataframe object that contains the ion m/z features, data fields are included inside this result table: 1. mz: the ion m/z feature numeric vector 2. into: the max intensity value of current ion feature

Examples


[Package mzkit version 3.2.56.56444 Index]