importChrom | R Documentation |
This function takes a csv file that was generated by exporting TIC, SIM, MRM, or binary-pump pressure chromatograms from Agilent MassHunter Qualitative Analysis and tidies the data into a useful data.frame since the output from Agilent software is so weird. Input is a character string that is the name of the csv file.
importChrom(csvfile, saveFile = FALSE)
csvfile |
The csv file name that was exported from MassHunter Qual |
Output is a tidy data.frame with columns indicating the file, the
chromatogram type, the ionization mode, the retention time, the counts,
etc. If saveFile
is set to TRUE, a new csv file of the tidied
chromatographic data will be saved in the same directory, and it will have
"- tidy" appended to the input file name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.