Description Usage Arguments Value
Spectral similarity searching against a pre-computed CFM library
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
query_spectrum |
An MSnbase::Spectrum2 object to search against the library |
exact_mass |
The neutral exact mass of the query spectrum |
mol_form |
The molecular formula assigned to the query spectrum. |
db_file |
A database file containing the CFM precomputed spectra |
spec_table_name |
The name of the table containing the precomputed spectra |
mol_table_name |
The name of the table containing molecules |
molprop_table_name |
The name of the table continaing molecular properties |
ID |
Values to filter by. Corresponds to the ID column in the table. If NULL than all spectra from the library are compared. |
fun |
Function to use for spectral comparrison (common, cor, or dotproduct). See MSnbase::compareSpectra. |
bin |
Bin size for peak patching. See MSnbase::compareSpectra for details. |
pol |
Polarity (positive or negative) |
ppm |
Mass error for filtering molecules by neutral mass |
excl_precur |
Should precursor ion from query spectrum be excluded. (T/F) |
A tibble with variables ID,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.