-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
69 lines (68 loc) · 1.84 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
# Generated by roxygen2: do not edit by hand
export(FA_sub_extract)
export(FA_sub_transform)
export(FA_substructure_analysis)
export(add_rev_reaction)
export(build_FA_net)
export(build_char_table)
export(build_species_net)
export(draw_network)
export(lipid_class_substructure_analysis)
export(lipid_species_substructure_analysis)
export(lipid_sub_matrix)
export(path_scoring)
export(reaction_scoring)
export(species_sub_extract)
export(species_sub_transform)
export(t_test)
export(unprocessed_data_test)
import(ggplot2)
importFrom(dplyr,add_row)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,recode)
importFrom(dplyr,select)
importFrom(ggtext,element_markdown)
importFrom(gplots,bluered)
importFrom(gtools,permutations)
importFrom(igraph,all_simple_paths)
importFrom(igraph,graph_from_data_frame)
importFrom(magrittr,"%>%")
importFrom(plyr,ldply)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,p.adjust)
importFrom(stats,qnorm)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tidyr,"%>%")
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(visNetwork,visIgraphLayout)
importFrom(visNetwork,visNetwork)