Description Usage Arguments Value Author(s)
Given an MSlist object containing peak picking results from mzpick
, export a peak table.csv.
1 | writePeaklist(MSlist, directory, filename, overwrite = FALSE)
|
MSlist |
A MSlist object generated by |
directory |
Character string with the directory to write to |
filename |
Name of the .csv file to create |
overwrite |
TRUE/FALSE |
.csv table, with columns:
m/z (mean m/z of peak measurements), var_m/z (m/z variation of peak measurements), max_int (base-line corrected maximum intensity), sum_int (sum of all base-line corrected peak measurement intensities), RT (retention time at maximum intensity), minRT (start peak RT), maxRT (end peak RT), peak# (peak ID number), EIC# (EIC ID number), Score (not yet implemented)
Martin Loos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.