Description Usage Arguments Value See Also
Method annotates a dataset using a chemical reference database. Peak-groups, or Pseudo Chemical Spectra (PCS), in the dataset are compared with the peak-groups representing reference compounds in the database. PCS are annotated using dot-product estimation between the spectra of the PCS and the corresponding chemical in the database.
1 2 3 4 5 6 7 8 9 | ## S4 method for signature 'massFlowAnno'
annotateDS(
object,
db_file = NULL,
out_dir = NULL,
mz_err = 0.01,
rt_err = 10,
ncores = 2
)
|
object |
|
db_file |
|
out_dir |
|
mz_err |
|
rt_err |
|
ncores |
|
Method writes an updated dataset table with columns 'chemid', 'dbname', and 'similarity', indicating matched chemical reference standards from the database. Column 'similarity' indicates the stringth of spectral similarity between the PCS and the corresponding chemical compound, ranging from 0 to 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.