read.xcms_peaks {mzDeco} R Documentation

read the peaktable file that in xcms2 output format

Description

Usage

read.xcms_peaks(file,
    tsv = FALSE,
    general.method = FALSE,
    make.unique = FALSE);

Arguments

file

should be the file path to the peaktable csv/txt file.

make.unique

set this parameter to value TRUE will ensure that the xcms reference id is always unique. [as boolean]

Details

Authors

BioNovoGene

Value

A collection set of the xcms2 peak features data object

clr value class

Examples


[Package mzDeco version 1.0.0.0 Index]