Generic function to import features produced by other software.
importFeatures(analysisInfo, type, ...)
A data.frame
with Analysis information.
What type of data should be imported: "xcms"
, "xcms3"
, "kpic2"
or "envimass"
.
Further arguments passed to the selected import algorithm function.
An object of a class which is derived from features
.
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.
The features
output class and its methods and the algorithm specific functions:
importFeaturesXCMS
, importFeaturesXCMS3
, importFeaturesKPIC2
, importFeaturesEnviMass
findFeatures
to find new features.