-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
146 lines (145 loc) · 3.82 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("MFrankThreshold<-")
export("adductRules<-")
export("adducts<-")
export("correlationsParameters<-")
export("isotopeRules<-")
export("isotopes<-")
export("limit<-")
export("maxM<-")
export("ppm<-")
export("transformationRules<-")
export("transformations<-")
export(MFrankThreshold)
export(addIsoAssign)
export(adductRules)
export(adducts)
export(assignMFs)
export(assignedData)
export(assignment)
export(assignmentParameters)
export(assignments)
export(availableTechniques)
export(calcCorrelations)
export(calcRelationships)
export(component)
export(components)
export(correlations)
export(correlationsParameters)
export(edges)
export(featureComponents)
export(featureData)
export(graph)
export(isotopeRules)
export(isotopes)
export(iterations)
export(limit)
export(maxM)
export(nodes)
export(plan)
export(plotAdductDist)
export(plotComponent)
export(plotFeatureComponents)
export(plotSpectrum)
export(ppm)
export(relationships)
export(summariseAssignments)
export(technique)
export(transformationAssign)
export(transformationRules)
export(transformations)
importFrom(cli,console_width)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,inner_join)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(furrr,future_map_dfr)
importFrom(future,plan)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,edge.attributes)
importFrom(igraph,vertex.attributes)
importFrom(lubridate,seconds_to_period)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_names)
importFrom(metabolyseR,analysisParameters)
importFrom(metabolyseR,analysisResults)
importFrom(metabolyseR,dat)
importFrom(metabolyseR,metabolyse)
importFrom(metabolyseR,preTreated)
importFrom(metabolyseR,raw)
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,validObject)
importFrom(mzAnnotation,adduct_rules)
importFrom(mzAnnotation,calcM)
importFrom(mzAnnotation,ipMF)
importFrom(mzAnnotation,isotope_rules)
importFrom(mzAnnotation,relationshipCalculator)
importFrom(mzAnnotation,transformMF)
importFrom(mzAnnotation,transformationPossible)
importFrom(mzAnnotation,transformation_rules)
importFrom(purrr,compact)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(rlang,check_installed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,bind_graphs)
importFrom(tidygraph,graph_size)
importFrom(tidygraph,group_components)
importFrom(tidygraph,morph)
importFrom(tidygraph,tbl_graph)
importFrom(tidygraph,to_components)
importFrom(tidygraph,unmorph)
importFrom(tidyr,expand_grid)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)