exportmzML | R Documentation |
Exports the superspectra of a given MS2Exp ID into an mzML format file. Warning! The retention time information is not included in the mzML file.
exportmzML(struct, id, fname, whichSpec = NA, collisionEnergy = 35)
struct |
RHermesExp object |
id |
Index of the MS2Exp that you want to export |
fname |
Name of the output file, without the .mzML termination |
whichSpec |
Which entries to export. Defaults to all of them. |
collisionEnergy |
Numeric. Desired collision energy (in other unit) |
An .mzML file
Jordi Capellades
Other Exports:
exportMGF()
,
exportMSP()
,
exportSIRIUS()
if(FALSE){
exportmzML(struct, 1, "output")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.