-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
49 lines (48 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(all_tables)
export(conserved_tables)
export(diseasedrug_tables)
export(get.multimir)
export(get_multimir)
export(list.multimir)
export(list_multimir)
export(multimir_dbCount)
export(multimir_dbInfo)
export(multimir_dbInfoVersions)
export(multimir_dbSchema)
export(multimir_dbTables)
export(multimir_switchDBVersion)
export(predicted_tables)
export(reverse_table_lookup)
export(search.multimir)
export(search_multimir)
export(table_types)
export(tables_wo_target)
export(validated_tables)
exportClasses(mmquery_bioc)
exportMethods(columns)
exportMethods(keys)
exportMethods(keytypes)
exportMethods(select)
exportMethods(show)
importFrom(AnnotationDbi,columns)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,keytypes)
importFrom(AnnotationDbi,select)
importFrom(AnnotationDbi,show)
importFrom(BiocGenerics,Filter)
importFrom(RCurl,postForm)
importFrom(XML,readHTMLTable)
importFrom(dplyr,full_join)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(purrr,compact)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,simplify_all)
importFrom(purrr,transpose)
importFrom(stats,setNames)
importFrom(tibble,as_data_frame)