View source: R/function_RT_export.R
RT.export | R Documentation |
Export RT to external Mass Spectrometry Software
RT.export(data, program = "MSFINDER", pol = "pos")
data |
The dataframe with RT prediction calculated you want to export |
program |
The name of the software you want to use. Options are: MSDIAL, MSFINDER, AGILENT, THERMO, WATERS |
pol |
Polarity you are going to use, could be positive "pos" or negative "neg" |
Write a file (txt or csv) formatted with external software requirements with Retention time calculated in the main folder
export_rtp <- RT.export(data,program="MSDIAL",pol="pos")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.