exportMSP | R Documentation |
Exports the superspectra of a given MS2Exp ID into an .msp format file
exportMSP(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 .msp termination |
whichSpec |
Which entries to export. Defaults to all of them. |
An .msp file
Other Exports:
exportMGF()
,
exportSIRIUS()
,
exportmzML()
if(FALSE){ exportMSP(struct, 1, "output") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.