ms2_data-class: write_ms2_data

write_ms2_dataR Documentation

write_ms2_data

Description

Write ms2_data class object to msp or mgf

Usage

write_ms2_data(
  object,
  file_type = c("mgf", "msp"),
  file_name = "ms2_data",
  path = "."
)

Arguments

object

(required) mass_dataset class object.

file_type

(required) mgf or msp

file_name

(required) output file name.

path

(required) working directory.

Value

msp or mgf

Slots

column

column

polarity

polarity

variable_id

variable_id

ms2_spectrum_id

ms2_spectrum_id

ms2_mz

ms2_mz

ms2_rt

ms2_rt

ms2_file

ms2_file

ms2_spectra

ms2_spectra

mz_tol

mz_tol

rt_tol

rt_tol

Author(s)

Xiaotao Shen shenxt1990@outlook.com


tidymass/massdataset documentation built on Jan. 30, 2024, 2:55 p.m.