Description Usage Arguments Value Examples
Generates a data frame from a feature set. Every feature is represented as a row, containing its retention time, mass-to-charge, and signal intensity, in that order.
1 | generateFeatureDataFrame(featureFilePath)
|
featureFilePath |
The location of the featureXML file, as a string. |
The corresponding data frame for the feature set.
1 2 3 4 5 | ## Not run:
featureFrame <- generateFeatureDataFrame(
"inst/extdata/featureSetA.featureXML")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.