exportSIRIUS | R Documentation |
Exports all processed Hermes spectra into a .ms format suitable for SIRIUS analysis.
exportSIRIUS(struct, id, file, whichSpec = NA)
struct |
RHermesExp object |
id |
Index of the MS2Exp that you want to export |
file |
Name of the output file, without the .ms termination |
whichSpec |
Which entries to export. Defaults to all of them. |
Returns nothing, but generates an .ms file where specified.
Other Exports:
exportMGF()
,
exportMSP()
,
exportmzML()
if(FALSE){ exportmzML(struct, 1, "output") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.