-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
118 lines (117 loc) · 2.74 KB
/
NAMESPACE
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
export(AnnotationDb_database)
export(AnnotationDb_select)
export(BiocFileCache_database)
export(CompoundDb_source)
export(GO_database)
export(MTox700plus_database)
export(PathBank_metabolite_database)
export(add_columns)
export(add_labels)
export(annotation_bar_chart)
export(annotation_database)
export(annotation_histogram)
export(annotation_histogram2d)
export(annotation_pie_chart)
export(annotation_source)
export(annotation_table)
export(annotation_upset_chart)
export(annotation_venn_chart)
export(cache_as_is)
export(calc_ppm_diff)
export(calc_rt_diff)
export(cd_source)
export(classyfire_lookup)
export(combine_columns)
export(combine_records)
export(combine_sources)
export(compute_column)
export(compute_mean)
export(compute_median)
export(compute_mode)
export(compute_record)
export(count_records)
export(database_lookup)
export(eutils_lookup)
export(excel_database)
export(filter_labels)
export(filter_na)
export(filter_range)
export(filter_records)
export(filter_venn)
export(fuse)
export(fuse_unique)
export(github_file)
export(greek_dictionary)
export(hmdb_lookup)
export(id_counts)
export(import_source)
export(kegg_lookup)
export(lcms_table)
export(lipidmaps_lookup)
export(ls_source)
export(mspurity_source)
export(mwb_compound_lookup)
export(mwb_refmet_database)
export(mwb_structure)
export(mz_match)
export(mzrt_match)
export(normalise_lipids)
export(normalise_strings)
export(nothing)
export(openbabel_structure)
export(opsin_lookup)
export(pivot_columns)
export(prioritise)
export(prioritise_columns)
export(pubchem_compound_lookup)
export(pubchem_property_lookup)
export(pubchem_structure)
export(pubchem_widget)
export(racemic_dictionary)
export(rdata_database)
export(rds_cache)
export(rds_database)
export(remove_columns)
export(rename_columns)
export(rest_api)
export(rt_match)
export(select_columns)
export(select_exact)
export(select_grade)
export(select_match)
export(select_max)
export(select_min)
export(split_column)
export(split_records)
export(sqlite_database)
export(trim_whitespace)
export(tripeptide_dictionary)
export(unique_records)
export(unzip_before_cache)
export(wherever)
exportMethods(chart_plot)
exportMethods(check_for_columns)
exportMethods(is_writable)
exportMethods(model_apply)
exportMethods(read_database)
exportMethods(read_source)
exportMethods(required_cols)
exportMethods(vertical_join)
exportMethods(write_database)
import(cowplot, except = theme_map)
import(dplyr, except = as_data_frame)
import(ggplot2)
import(ggthemes)
import(httr)
import(methods)
import(rlang)
import(struct)
importFrom(scales,manual_pal)
importFrom(stats,setNames)
importFrom(utils,URLencode)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,stack)
importFrom(utils,unzip)