Description Usage Arguments Details Value See Also
View source: R/functions-buildDB.R
Function generates a chemical reference database table from rda files in the selected directory (rda_dir).
1 |
rda_dir |
|
out_dir |
|
peakgr_thr |
|
compound_thr |
|
Each rda file must be written for each chemical compond separately and contain a chem.file list, comprising the following four entries:
header listing experimental details.
id specifying chemical compound identity.
reference
analytical listing all detected peaks, which were built into chemical spectra (i.e. peak groups).
The database table contains columns: "peakid", "mz", "rt", "into", "chemid", "dbid", "dbname".
Function returns generated database table and writes it to a csv file in the selected directory (out_dir).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.