-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.1 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(CHOproportion)
export(adductTransformMF)
export(adduct_names)
export(adduct_rules)
export(calcAccurateMass)
export(calcM)
export(calcMZ)
export(count.elements)
export(elementCountCheck)
export(elementFrequencies)
export(elementRatioCheck)
export(elementRatios)
export(elements)
export(generateMF)
export(goldenRules)
export(goldenRulesScore)
export(ipMF)
export(isotopeDistribution)
export(isotopePossible)
export(isotope_names)
export(isotope_rules)
export(lewis)
export(ppmError)
export(ppmRange)
export(rdbe)
export(relationshipCalculator)
export(senior)
export(suitableElementRanges)
export(transformMF)
export(transformationPossible)
export(transformation_names)
export(transformation_rules)
importFrom(CHNOSZ,count.elements)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,eval_tidy)
importFrom(rlang,parse_expr)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,expand_grid)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
importFrom(utils,combn)
useDynLib(mzAnnotation)