importFeatures | R Documentation |
Generic function to import features produced by other software.
importFeatures(analysisInfo, type, ...)
analysisInfo |
A |
type |
What type of data should be imported: |
... |
Further arguments passed to the selected import algorithm function. |
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.
An object of a class which is derived from features
.
The features
output class and its methods and the algorithm specific functions:
importFeaturesXCMS
, importFeaturesXCMS3
, importFeaturesKPIC2
, importFeaturesEnviMass
findFeatures
to find new features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.