forked from RECETOX/recetox-xMSannotator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
41 lines (40 loc) · 1.14 KB
/
NAMESPACE
File metadata and controls
41 lines (40 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Generated by roxygen2: do not edit by hand
export(add_isotopic_peaks)
export(advanced_annotation)
export(as_pathway_table)
export(compute_chemical_score)
export(compute_isotopic_pattern)
export(compute_peak_correlations)
export(compute_peak_modules)
export(compute_rt_modules)
export(create_adduct_weights)
export(get_chemscore)
export(get_peak_intensity_matrix)
export(group_by_rt)
export(load_adduct_table_parquet)
export(load_boost_compounds_csv)
export(load_compound_table_parquet)
export(load_expected_adducts_csv)
export(load_peak_table_parquet)
export(multilevelannotationstep4)
export(reformat_annotation_table)
export(reformat_correlation_matrix)
export(remove_water_adducts)
export(save_parquet)
export(simple_annotation)
export(upgrade_confidence_with_evidence)
import(WGCNA)
import(dplyr)
import(tidyr)
importFrom(RANN,nn2)
importFrom(Rdisop,getMolecule)
importFrom(dplyr,bind_rows)
importFrom(dplyr,left_join)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(pastecs,turnpoints)
importFrom(purrr,pmap_dfr)
importFrom(rlang,.data)
importFrom(rlist,list.filter)
useDynLib(CLUES.xMSannotator)