Convert mass spectral datafiles (CDF) into a csv file
1 2 3 4 5 6 7 8 | convertCDFstoCSVs(
paths_to_cdfs,
min_mz = 50,
max_mz = 800,
min_rt = NULL,
max_rt = NULL,
force = FALSE
)
|
paths_to_cdfs |
Paths to CDF files |
min_mz |
Smallest m/z value to process (acts like a filter) |
max_mz |
Largest m/z value to process (acts like a filter) |
min_rt |
(optional) Smallest retention time to process (acts like a filter) |
max_rt |
(optional) Largest retention time to process (acts like a filter) |
force |
Convert all CDF files, even if they've already been converted previously |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.