-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
160 lines (159 loc) · 3.9 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
157
158
159
160
# Generated by roxygen2: do not edit by hand
S3method(alliance_version,alliance_tbl)
S3method(alliance_version,default)
S3method(as_tibble,esummary_list)
S3method(as_tibble,esummary_list_nested)
S3method(as_tibble,scopus_search)
S3method(as_tibble,scopus_search_list)
S3method(drop_blank,character)
S3method(drop_blank,list)
S3method(elucidate,omim_inventory)
S3method(extract_pmid,data.frame)
S3method(extract_pmid,elink)
S3method(extract_pmid,elink_list)
S3method(extract_pmid,pm_search)
S3method(extract_pmid,pmc_search)
S3method(html_col_sort,data.frame)
S3method(html_col_sort,default)
S3method(identify_obsolete,doid_edit)
S3method(is_invariant,data.frame)
S3method(is_invariant,default)
S3method(is_invariant,list)
S3method(is_invariant,numeric)
S3method(print,get_url_names)
S3method(print,oieb)
S3method(replace_blank,default)
S3method(replace_blank,list)
S3method(replace_na,list)
S3method(tidy_pub_records,esummary_list)
S3method(tidy_pub_records,esummary_list_nested)
S3method(tidy_pub_records,scopus_search)
S3method(tidy_pub_records,scopus_search_list)
S3method(to_character,data.frame)
S3method(to_character,default)
S3method(to_character,list)
S3method(write_gs,omim_inventory)
export("%>%")
export(DOrepo)
export(all_duplicated)
export(append_empty_col)
export(append_to_url)
export(as_tibble)
export(batch_id_converter)
export(build_hyperlink)
export(citedby_pmid)
export(citedby_pubmed)
export(citedby_scopus)
export(collapse_col)
export(collapse_col_flex)
export(collapse_to_string)
export(confine_list)
export(count_alliance_records)
export(count_delim)
export(cur_yr)
export(download_alliance_tsv)
export(download_file)
export(download_obo_ontology)
export(download_omim)
export(drop_blank)
export(elucidate)
export(extract_as_tidygraph)
export(extract_class_axiom)
export(extract_eq_axiom)
export(extract_ordo_mappings)
export(extract_pm_date)
export(extract_pmid)
export(extract_subclass_axiom)
export(extract_subtree)
export(format_axiom)
export(format_doid)
export(format_hyperlink)
export(format_obo)
export(format_subtree)
export(get_bioc_pkg_stats)
export(hyperlink_curie)
export(iff_all_vals)
export(install_robot)
export(inventory_omim)
export(invert_sublists)
export(is_blank)
export(is_boolean)
export(is_curie)
export(is_invariant)
export(is_missing)
export(is_negative)
export(is_positive)
export(is_scalar_whole_number)
export(is_valid_doid)
export(is_valid_obo)
export(is_whole_number)
export(length_order)
export(length_sort)
export(lengthen_col)
export(lexiclean)
export(make_contributor_html)
export(make_use_case_html)
export(make_user_list_html)
export(match_carefully)
export(match_citations)
export(match_fz)
export(onto_missing)
export(owl_xml)
export(parse_mapping)
export(partition)
export(plot_branch_counts)
export(plot_citedby)
export(plot_def_src)
export(plot_term_def_counts)
export(plot_xref_counts)
export(pmc_summary)
export(priority_sort)
export(progress_bar)
export(pubmed_summary)
export(pyobo_map)
export(queue_xref_split)
export(read_alliance)
export(read_ga)
export(read_omim)
export(read_pubmed_txt)
export(release_list)
export(replace_blank)
export(replace_na)
export(replace_null)
export(restore_names)
export(robot)
export(robot_query)
export(round_down)
export(round_up)
export(round_zero)
export(sandwich_text)
export(save_alliance_counts)
export(search_pmc)
export(search_pubmed)
export(set_entrez_key)
export(set_scopus_keys)
export(suggest_regex)
export(theme_DO)
export(tidy_pub_records)
export(tidy_pubmed_summary)
export(tidy_sparql)
export(to_curie)
export(to_range)
export(to_uri)
export(today_datestamp)
export(unique_if_invariant)
export(unique_to_string)
export(unnest_cross)
export(unnest_mapping)
export(update_website_count_tables)
export(vctr_to_string)
export(wrap_onscreen)
export(write_graphml)
export(write_gs)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(rentrez,set_entrez_key)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(tibble,as_tibble)
importFrom(tidyr,replace_na)