write_mgf: Write mgf file

View source: R/write_mgf.R

write_mgfR Documentation

Write mgf file

Description

Write a dataframe to a mgf file.

Usage

write_mgf(filename = NULL, mgf_data = NULL)

Arguments

filename

filename of the mgf file

mgf_data

data frame containing all the data. Each row is a MSMS spectrum.

Details

Columns which will be written to the mgf file: scans, pepmass, mslevel, charge, rtminutes, ion, msms_spectrum

Author(s)

Rico Derks


ricoderks/Rcpm documentation built on May 18, 2022, 7:49 a.m.