Learn R Programming

MetaboAnalystR (version 2.0.0)

FormatPeakList: Format Peak List This function formats the CAMERA output to a usable format for MetaboAanlyst.

Usage

FormatPeakList(annotPeaks, annParams, filtIso = TRUE,
  filtAdducts = FALSE, missPercent = 0.5)

Arguments

annotPeaks

The object created using the PerformPeakAnnotation.

annParams

The object created using the SetAnnotationParam function, containing user's specified or default parameters for downstream raw MS data pre-processing.

filtIso

Logical, filter out all isotopes except for [M]+ for positive ion mode and [M]- for negative ion mode. By default it is set to true.

filtAdducts

Logical, filter out all adducts except [M+H]+ for positive ion more and [M-H]- for negative ion mode. By default it is set to false.

missPercent

Numeric, specify the threshold to remove features missing in X that are missing from 50