-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
executable file
·156 lines (155 loc) · 4.6 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# Generated by roxygen2: do not edit by hand
export(convert2metid)
export(convert_bigg_universal2metid)
export(convert_chebi2metid)
export(convert_foodb2metid)
export(convert_gnps2metid)
export(convert_hmdb2metid)
export(convert_kegg2metid)
export(convert_kegg2metpath)
export(convert_lipidbank2metid)
export(convert_lipidmaps2metid)
export(convert_massbank2metid)
export(convert_massbank2metid_nist)
export(convert_massbank2metid_riken)
export(convert_mona2metid)
export(convert_nist2metid)
export(convert_smpdb2metpath)
export(convert_species2source)
export(download_bigg_model)
export(download_bigg_universal_metabolite)
export(download_chebi_compound)
export(download_foodb_compound)
export(download_gnps_spectral_library)
export(download_kegg_compound)
export(download_kegg_drug)
export(download_kegg_pathway)
export(download_kegg_rclass)
export(download_kegg_reaction)
export(download_lipidbank_lipid_class)
export(download_lipidmaps_lipid)
export(download_massbank_compound)
export(download_pubchem_compound)
export(download_smpdb_pathway)
export(get_words_similarity)
export(massdatabase_logo)
export(massdatabase_packages)
export(parse_pubchem_compound)
export(parse_reactome_reaction)
export(read_bigg_model)
export(read_bigg_universal_metabolite)
export(read_chebi_compound)
export(read_foodb_compound)
export(read_gpml)
export(read_kegg_compound)
export(read_kegg_drug)
export(read_kegg_pathway)
export(read_msp_data)
export(read_msp_data_gnps)
export(read_msp_data_massbank)
export(read_msp_data_mona)
export(read_msp_data_nist)
export(read_sdf_data_lipidmaps)
export(read_smpdb_pathway)
export(read_xml_data)
export(read_xml_data_hmdb)
export(request_bigg_model_info)
export(request_bigg_reaction_info)
export(request_bigg_universal_metabolite)
export(request_bigg_universal_metabolite_info)
export(request_bigg_universal_reaction)
export(request_bigg_universal_reaction_info)
export(request_bigg_version)
export(request_chebi_compound)
export(request_foodb_compound)
export(request_foodb_compound_info)
export(request_foodb_compound_info_crawler)
export(request_foodb_compound_ms2)
export(request_hmdb_metabolite)
export(request_hmdb_reaction)
export(request_kegg_compound)
export(request_kegg_compound_info)
export(request_kegg_drug)
export(request_kegg_drug_info)
export(request_kegg_pathway)
export(request_kegg_pathway_info)
export(request_kegg_rclass)
export(request_kegg_rclass_info)
export(request_kegg_reaction)
export(request_kegg_reaction_info)
export(request_lipidbank_lipid_class)
export(request_lipidmaps_lipid)
export(request_pubchem_compound)
export(request_reactome_reaction)
export(request_wikipedia_compound)
export(request_wikipedia_scientific_classification)
export(search_hmdb_database)
export(show_progresser)
importClassesFrom(metid,databaseClass)
importClassesFrom(metpath,pathway_database)
importFrom(KEGGREST,keggGet)
importFrom(KEGGREST,keggList)
importFrom(Rdisop,getMass)
importFrom(Rdisop,getMolecule)
importFrom(XML,xmlToList)
importFrom(XML,xmlTreeParse)
importFrom(crayon,green)
importFrom(curl,curl)
importFrom(curl,curl_download)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggplot)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(magrittr,"%>%")
importFrom(masstools,convert_precursor_mz2accurate_mass)
importFrom(masstools,name_duplicated)
importFrom(masstools,show_progresser)
importFrom(masstools,sum_formula)
importFrom(metid,construct_database)
importFrom(plyr,.)
importFrom(plyr,dlply)
importFrom(progress,progress_bar)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,walk)
importFrom(readr,read_delim)
importFrom(readr,write_csv)
importFrom(rvest,html_attr)
importFrom(rvest,html_element)
importFrom(rvest,html_elements)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(stringdist,stringsim)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)