cast_findpeaks_raw {xcms} R Documentation

cast the xcms find peaks result raw dataframe to mzkit peak feature data

Description

Usage

cast_findpeaks_raw(x,
    sample.name = NULL);

Arguments

x

A dataframe result of the xcms findPeaks. data could be generated via as.data.frame(findPeaks(data));. this raw data frame output contains data fields: 1. mz, mzmin, mzmax 2. rt, rtmin, rtmax 3. into, intf 4. maxo, maxf 5. i 6. sn. [as dataframe]

Details

Authors

BioNovoGene

Value

this function returns data object of type PeakFeature.

clr value class

Examples


[Package xcms version 1.0.0.0 Index]