forked from oboforty/metafetcher
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
53 lines (53 loc) · 1.17 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
import(Rcpp)
import(httr)
import(RPostgreSQL)
import(hfun)
#import(stringi)
importFrom(stringr, str_detect)
importFrom(stringr, str_match_all)
importFrom(stringr, str_replace_all)
importFrom(stringr, str_split)
import(sets)
import(XML)
import(DBI)
import(config)
import(iterators)
import(RPostgres)
exportClasses(PubchemHandler)
exportClasses(HmdbHandler)
exportClasses(KeggHandler)
exportClasses(LipidmapsHandler)
exportClasses(ChebiHandler)
export(install_databases)
export(bulk_insert_secondary_ids)
export(bulk_insert_lipidmaps)
export(bulk_insert_hmdb)
export(bulk_insert_chebi)
export(resolve_metabolites)
export(resolve_single_id)
export(db.query)
export(db.connect)
export(db.disconnect)
export(db.transaction)
export(db.commit)
export(db.rollback)
export(db.write_df)
export(db.create_database)
export(null2na)
export(is.empty)
export(lstrip)
export(join_sql_arr)
export(pg_vector2str)
export(pg_str2vector)
export(convert_df_to_db_array)
export(mod)
export(create_empty_record)
export(transform_df)
export(revert_df)
export(http_call_api)
export(id_to_url)
export(list_to_text)
export(create_kegg_record)
export(create_pubchem_record)
export(do_consistency_test)
export(write_config)