exportSIRIUS: exportSIRIUS

View source: R/MS2_methods.R

exportSIRIUSR Documentation

exportSIRIUS

Description

Exports all processed Hermes spectra into a .ms format suitable for SIRIUS analysis.

Usage

exportSIRIUS(struct, id, file, whichSpec = NA)

Arguments

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.

Value

Returns nothing, but generates an .ms file where specified.

See Also

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

Examples

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

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