write.mgf {assembly} R Documentation

write spectra data in mgf file format.

Description

Usage

write.mgf(ions, file,
    relativeInto = FALSE);

Arguments

ions

-

file

the file path of the mgf file to write spectra data. [as string]

relativeInto

write relative intensity value into the mgf file instead of the raw intensity value. no recommended. [as boolean]

Details

Authors

BioNovoGene

Value

this function returns data object of type boolean.

clr value class

Examples


[Package assembly version 1.0.0.0 Index]