Description Usage Arguments Value Examples
View source: R/CpdaddPreparation.R
Function CpdaddPreparation
computes a matrix that allows
the fast matching of a peak list
to KEGG database from a data frame containing adducts and
fragments information.
1 |
KeggDB |
Data frame containing a column named Compound with KEGG identifiers and a column named exact_mass with the corresponding exact masses. If NULL, the database available in mWISE will be used. |
Info.Add |
Data frame with adducts and in source fragments information. The columns should be:
|
do.Par |
TRUE if parallel computing is required. Def: TRUE. |
nClust |
Number of clusters that may be used. Def: Number of clusters - 1. |
Function CpdaddPreparation
returns a data frame with
the mass-to-charge ratio of all the KEGG compounds and
adducts or fragments provided in Info.Add.
1 2 | data("sample.keggDB")
Cpd.Add <- CpdaddPreparation(KeggDB = sample.keggDB, do.Par = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.