View source: R/method_formula_based_spec_compare.R
method_formula_based_spec_compare | R Documentation |
FUNCTION_DESCRIPTION
method_formula_based_spec_compare(
path = .MCn.sirius,
dirs = "all",
cpu_cores = 8,
compare_fun = "dotproduct",
precursor_mass_diff = T,
edge_filter = 0.3,
only_identical_class = T,
min_hierarchy = 5,
filter_only_max = 2000,
min_zodiac = 0.9,
min_tanimoto = 0.4,
...
)
path |
PARAM_DESCRIPTION, Default: .MCn.sirius |
dirs |
PARAM_DESCRIPTION, Default: 'all' |
cpu_cores |
PARAM_DESCRIPTION, Default: 8 |
compare_fun |
PARAM_DESCRIPTION, Default: 'dotproduct' |
precursor_mass_diff |
PARAM_DESCRIPTION, Default: T |
edge_filter |
PARAM_DESCRIPTION, Default: 0.3 |
only_identical_class |
PARAM_DESCRIPTION, Default: T |
min_hierarchy |
PARAM_DESCRIPTION, Default: 5 |
filter_only_max |
PARAM_DESCRIPTION, Default: 2000 |
min_zodiac |
PARAM_DESCRIPTION, Default: 0.9 |
min_tanimoto |
PARAM_DESCRIPTION, Default: 0.4 |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
pbapply
rename
, mutate
, filter
, group_by
, summarise_all
, select
, distinct
, reexports
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.