Converts a features or featureGroups object to an xcmsSet or XCMSnExp object.

getXCMSSet(obj, verbose = TRUE, ...)

getXCMSnExp(obj, verbose = TRUE, ...)

# S4 method for class 'features'
getXCMSSet(obj, verbose, loadRawData)

# S4 method for class 'featuresXCMS'
getXCMSSet(obj, verbose = TRUE, ...)

# S4 method for class 'featureGroups'
getXCMSSet(obj, verbose, loadRawData)

# S4 method for class 'featureGroupsXCMS'
getXCMSSet(obj, verbose, loadRawData)

# S4 method for class 'featuresSet'
getXCMSSet(obj, ..., set)

# S4 method for class 'featureGroupsSet'
getXCMSSet(obj, ..., set)

# S4 method for class 'features'
getXCMSnExp(obj, verbose, loadRawData)

# S4 method for class 'featuresXCMS3'
getXCMSnExp(obj, verbose = TRUE, ...)

# S4 method for class 'featureGroups'
getXCMSnExp(obj, verbose, loadRawData)

# S4 method for class 'featureGroupsXCMS3'
getXCMSnExp(obj, verbose, loadRawData)

# S4 method for class 'featuresSet'
getXCMSnExp(obj, ..., set)

# S4 method for class 'featureGroupsSet'
getXCMSnExp(obj, ..., set)

Arguments

obj

The object that should be converted.

verbose

If FALSE then no text output is shown.

...

(sets workflow) Further arguments passed to non-sets method.

Otherwise ignored.

loadRawData

Set to TRUE if analyses are available as mzXML or mzML files. Otherwise MS data is not loaded, and some dummy data (e.g. file paths) is used in the returned object.

set

(sets workflow) The name of the set to be exported.

Sets workflows

In a sets workflow, unset is used to convert the feature (group) data before the object is exported.