getXCMSSet | R Documentation |
Converts a features
or featureGroups
object to an xcmsSet
or
XCMSnExp
object.
getXCMSSet(obj, verbose = TRUE, ...)
getXCMSnExp(obj, verbose = TRUE, ...)
## S4 method for signature 'features'
getXCMSSet(obj, verbose, loadRawData)
## S4 method for signature 'featuresXCMS'
getXCMSSet(obj, verbose = TRUE, ...)
## S4 method for signature 'featureGroups'
getXCMSSet(obj, verbose, loadRawData)
## S4 method for signature 'featureGroupsXCMS'
getXCMSSet(obj, verbose, loadRawData)
## S4 method for signature 'featuresSet'
getXCMSSet(obj, ..., set)
## S4 method for signature 'featureGroupsSet'
getXCMSSet(obj, ..., set)
## S4 method for signature 'features'
getXCMSnExp(obj, verbose, loadRawData)
## S4 method for signature 'featuresXCMS3'
getXCMSnExp(obj, verbose = TRUE, ...)
## S4 method for signature 'featureGroups'
getXCMSnExp(obj, verbose, loadRawData)
## S4 method for signature 'featureGroupsXCMS3'
getXCMSnExp(obj, verbose, loadRawData)
## S4 method for signature 'featuresSet'
getXCMSnExp(obj, ..., set)
## S4 method for signature 'featureGroupsSet'
getXCMSnExp(obj, ..., set)
obj |
The object that should be converted. |
verbose |
If |
... |
\setsWF Further arguments passed to non-sets method. Otherwise ignored. |
loadRawData |
Set to |
set |
\setsWF The name of the set to be exported. |
In a sets workflow, unset
is used to convert the
feature (group) data before the object is exported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.