-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
125 lines (124 loc) · 3.34 KB
/
Copy pathNAMESPACE
File metadata and controls
125 lines (124 loc) · 3.34 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
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
# Generated by roxygen2: do not edit by hand
S3method(AIDs,PubChemInstance_AIDs)
S3method(CIDs,PubChemInstance_CIDs)
S3method(SIDs,PubChemInstance_SIDs)
S3method(as_tibble,PubChemBatchResult)
S3method(as_tibble,PubChemIdMap)
S3method(as_tibble,PubChemRecord)
S3method(as_tibble,PubChemResult)
S3method(instance,PubChemInstanceList)
S3method(print,PC_Substance)
S3method(print,PubChemBatchResult)
S3method(print,PubChemBenchmarkReport)
S3method(print,PubChemInstance)
S3method(print,PubChemInstanceList)
S3method(print,PubChemInstance_AIDs)
S3method(print,PubChemInstance_CIDs)
S3method(print,PubChemInstance_SIDs)
S3method(print,PubChemInstance_Synonyms)
S3method(print,PubChemModelMatrix)
S3method(print,PubChemResult)
S3method(print,PubChemSparseActivityMatrix)
S3method(print,PugRestInstance)
S3method(print,PugViewInstance)
S3method(print,PugViewSection)
S3method(print,PugViewSectionList)
S3method(pubChemData,PugRestInstance)
S3method(retrieve,PC_Substance)
S3method(retrieve,PubChemInstance)
S3method(retrieve,PubChemInstanceList)
S3method(retrieve,PugViewInstance)
S3method(retrieve,PugViewSection)
S3method(section,PugViewInstance)
S3method(section,PugViewSection)
S3method(section,PugViewSectionList)
S3method(sectionList,PugViewInstance)
S3method(sectionList,PugViewSection)
S3method(sectionList,PugViewSectionList)
S3method(synonyms,PubChemInstance_Synonyms)
export(AIDs)
export(CIDs)
export(SIDs)
export(download)
export(get_aids)
export(get_all_sources)
export(get_assays)
export(get_biological_test_results)
export(get_cids)
export(get_compounds)
export(get_properties)
export(get_pug_rest)
export(get_pug_view)
export(get_sdf)
export(get_sids)
export(get_substances)
export(get_synonyms)
export(instance)
export(pc_activity_matrix)
export(pc_activity_outcome_map)
export(pc_assay)
export(pc_assay_activity_long)
export(pc_batch)
export(pc_benchmark)
export(pc_benchmark_harness)
export(pc_cache_clear)
export(pc_cache_info)
export(pc_collect)
export(pc_compound)
export(pc_config)
export(pc_cross_domain_join)
export(pc_export_model_data)
export(pc_feature_table)
export(pc_identifier_map)
export(pc_lifecycle_policy)
export(pc_model_matrix)
export(pc_poll)
export(pc_profile)
export(pc_property)
export(pc_request)
export(pc_response)
export(pc_resume_batch)
export(pc_sdq_bioactivity)
export(pc_similarity_search)
export(pc_submit)
export(pc_substance)
export(pc_to_chemminer)
export(pc_to_rcdk)
export(property_map)
export(pubChemData)
export(request_args)
export(retrieve)
export(section)
export(sectionList)
export(synonyms)
importFrom(RJSONIO,fromJSON)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate_all)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,RETRY)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(magrittr,'%>%')
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_col)
importFrom(tibble,as_tibble_row)
importFrom(tibble,tibble)
importFrom(tidyr,as_tibble)
importFrom(tidyr,contains)
importFrom(tidyr,ends_with)
importFrom(tidyr,starts_with)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,object.size)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)