write_ms2_data | R Documentation |
Write ms2_data class object to msp or mgf
write_ms2_data(
object,
file_type = c("mgf", "msp"),
file_name = "ms2_data",
path = "."
)
object |
(required) mass_dataset class object. |
file_type |
(required) mgf or msp |
file_name |
(required) output file name. |
path |
(required) working directory. |
msp or mgf
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
Xiaotao Shen shenxt1990@outlook.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.