read.peakFeatures {mzDeco} R Documentation

read the peak feature table data

Description

Usage

read.peakFeatures(file,
    readBin = FALSE);

Arguments

file

[as string]

readBin

does the given data file is in binary format not a csv table file, and this function should be parsed as a binary data file?. [as boolean]

Details

Authors

BioNovoGene

Value

this function returns data object of type PeakFeature.

clr value class

Examples


[Package mzDeco version 1.0.0.0 Index]