-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.check_login)
export(.convert_id_to_structure_pubchem)
export(.convert_inchikey_to_inchi_chemspider)
export(.convert_inchikey_to_inchi_pubchem)
export(.format_chembl_activities)
export(.format_chembl_names)
export(.format_chembl_structures)
export(.format_chemicalprobes_activities)
export(.format_chemicalprobes_names)
export(.format_chemicalprobes_structures)
export(.format_dgidb_activities)
export(.format_dgidb_names)
export(.format_dgidb_structures)
export(.format_drugbank_activities)
export(.format_drugbank_names)
export(.format_drugbank_structures)
export(.get_chembl_files)
export(.get_chemicalprobes_data)
export(.get_drugbank_data)
export(filter_structures)
export(generate_external_links)
export(generate_fingerprints)
export(prepare_dgidb_data)
export(prepare_dgidb_names_for_pubchem)
export(process_activities)
export(process_chembl)
export(process_chemicalprobes)
export(process_dgidb)
export(process_drugbank)
export(process_external_ids)
export(process_names)
export(process_structures)
export(syn_login)
import(reticulate)
importFrom(magrittr,"%>%")