Imports feature data generated with the legacy xcmsSet function from the xcms package.

importFeaturesXCMS(xs, analysisInfo)

Arguments

xs

An xcmsSet object.

analysisInfo

A data.frame with Analysis information.

Value

An object of a class which is derived from features.

Details

This function imports data from XCMS. This function is called when calling importFeatures with type="xcms".

References

xcms1

xcms2

xcms3

See also

importFeatures for more details and other algorithms.

importFeaturesXCMS3