-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
84 lines (83 loc) · 2.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
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
# Generated by roxygen2: do not edit by hand
S3method("[",pathway_database)
S3method(arrange,enrich_result)
S3method(filter,enrich_result)
S3method(filter,pathway_database)
S3method(length,pathway_database)
S3method(names,pathway_database)
S3method(print,metpath_conflicts)
export(arrange)
export(enrich_bar_plot)
export(enrich_hmdb)
export(enrich_kegg)
export(enrich_network)
export(enrich_scatter_plot)
export(filter)
export(filter_pathway)
export(get_hmdb_compound)
export(get_hmdb_pathway)
export(get_kegg_compound)
export(get_kegg_pathway)
export(get_pathway_class)
export(metpath_conflicts)
export(metpath_logo)
export(metpath_packages)
exportClasses(enrich_result)
exportClasses(pathway_database)
exportMethods(compound_list)
exportMethods(database_info)
exportMethods(describtion)
exportMethods(gene_list)
exportMethods(pathway_class)
exportMethods(pathway_id)
exportMethods(pathway_name)
exportMethods(reference_list)
exportMethods(related_disease)
exportMethods(related_module)
import(ggplot2)
import(ggraph)
importClassesFrom(massdataset,tidymass_parameter)
importFrom(KEGGREST,keggGet)
importFrom(KEGGREST,keggList)
importFrom(crayon,blue)
importFrom(crayon,col_align)
importFrom(crayon,col_nchar)
importFrom(crayon,num_colors)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(furrr,future_map)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(ggrepel,geom_text_repel)
importFrom(magrittr,"%>%")
importFrom(methods,.hasSlot)
importFrom(methods,new)
importFrom(metid,construct_database)
importFrom(openxlsx,write.xlsx)
importFrom(pbapply,pblapply)
importFrom(purrr,map)
importFrom(rlang,"!!!")
importFrom(rlang,quos)
importFrom(rstudioapi,getThemeInfo)
importFrom(rstudioapi,hasFun)
importFrom(rstudioapi,isAvailable)
importFrom(stats,fisher.test)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tidygraph,tbl_graph)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,str)
importFrom(utils,tail)