exportmzML: exportmzML

exportmzMLR Documentation

exportmzML

Description

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.

Usage

exportmzML(struct, id, fname, whichSpec = NA)

Arguments

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.

Value

An .mzML file

Author(s)

Jordi Capellades

See Also

Other Exports: exportMGF(), exportMSP(), exportSIRIUS()

Examples

  if(FALSE){
       exportmzML(struct, 1, "output")
   }

RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.