Description Usage Arguments Value Examples
Loads a mass spectrometry feature set, containing found features, into memory as a FeatureMap object. The feature file must be in featureXML (OpenMS) format.
1 | loadFeatureFile(filePath)
|
filePath |
The location of the featureXML file, as a string. |
The in-memory representation of the feature set, as a FeatureMap.
1 2 3 4 5 | ## Not run:
featureSet <- loadFeatureFile("inst/extdata/featureSetA.featureXML")
featureSet$size() # Returns 720
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.