-
Notifications
You must be signed in to change notification settings - Fork 22
/
NAMESPACE
executable file
·62 lines (55 loc) · 1.68 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
useDynLib(CAMERA)
import("methods")
import(xcms, except=c(plot))
importFrom("RBGL", "highlyConnSG")
importFrom("graph", "ftM2graphNEL")
importFrom("Hmisc", "rcorr")
importMethodsFrom("graph", "addNode", "nodes")
importFrom("graphics", "legend", "plot", "points", "strheight", "text")
importFrom("grDevices", "rgb")
importFrom("stats", "cor.test")
importFrom("utils", "flush.console", "object.size", "read.table")
importFrom("igraph", "graph.data.frame", "label.propagation.community")
importClassesFrom(Biobase, "Versioned")
importFrom(Biobase, validMsg)
export("annotate",
"annotateDiffreport",
"cleanParallel",
"combinexsAnnos",
"getIsotopeCluster",
"getpspectra",
"findKendrickMasses",
"findNeutralLoss",
"findNeutralLossSpecs",
"pspec2metfrag",
"pspec2metfusion",
"xsAnnotate",
"compoundQuantiles",
"compoundLibraries",
"massWindowSizes")
exportClasses("xsAnnotate")
exportClasses("compoundQuantiles")
exportMethods("groupFWHM")
exportMethods("findIsotopes", "findIsotopesWithValidation")
exportMethods("getAtomCount", "getIsotopeProportion")
exportMethods("groupCorr")
exportMethods("groupDen")
exportMethods("findAdducts")
exportMethods("show")
exportMethods("plotEICs")
exportMethods("plotPsSpectrum")
exportMethods("getPeaklist")
exportMethods("getReducedPeaklist")
exportMethods("getAllPeakEICs")
exportMethods("calcPC",
"calcPC.lpc",
"calcPC.hcs")
exportMethods("calcCiS",
"calcCaS",
"calcIsotopes")
exportClasses("ruleSet")
exportMethods("setDefaultLists",
"readLists",
"setDefaultParams",
"setParams",
"generateRules")