importFeatures: Import features

View source: R/features.R

importFeaturesR Documentation

Import features

Description

Generic function to import features produced by other software.

Usage

importFeatures(analysisInfo, type, ...)

Arguments

analysisInfo

A data.frame with Analysis information.

type

What type of data should be imported: "xcms", "xcms3", "kpic2" or "envimass".

...

Further arguments passed to the selected import algorithm function.

Details

importFeatures is a generic function that will import features by one of the supported algorithms. The actual functionality is provided by algorithm specific functions such as importFeaturesXCMS3 and importFeaturesKPIC2. While these functions may be called directly, importFeatures provides a generic interface and is therefore usually preferred.

Value

An object of a class which is derived from features.

See Also

The features output class and its methods and the algorithm specific functions: importFeaturesXCMS, importFeaturesXCMS3, importFeaturesKPIC2, importFeaturesEnviMass

findFeatures to find new features.


rickhelmus/patRoon documentation built on April 25, 2024, 8:15 a.m.