forked from cpanse/protViz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (62 loc) · 1.75 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
useDynLib(protViz, .registration = TRUE)
import("methods")
import("Rcpp")
importFrom("stats", "lm")
importFrom("grDevices", "dev.off", "gray.colors", "pdf", "rainbow",
"rgb")
importFrom("graphics", "abline", "axis", "barplot", "box", "boxplot",
"close.screen", "hist", "image", "legend", "lines", "par",
"pie", "plot", "points", "rect", "screen", "segments",
"split.screen", "text")
importFrom("stats", "aov", "cor", "dist", "dnorm", "quantile",
"reshape", "sd", "t.test")
importFrom("utils", "combn", "packageVersion", "read.table",
"write.table")
importFrom("utils", "packageVersion")
export("aa2mass")
export("defaultIon")
export("deisotoper")
export("de_novo")
export("findNN_")
export("findNN")
export("fragmentIon")
export("genMod")
export("iTRAQ2GroupAnalysis")
export("lcmsmap")
export("mdp")
export("parentIonMass")
export("peakplot")
export("pgImporter")
export("pgLFQaov")
export("pgLFQtNpq")
export("ppp")
export("pps")
export("psm")
export("PTM_MarkerFinder")
export("PTM_MarkerFinder_util")
export("ssrc")
export("is.psm")
export("plot.psm")
S3method(plot, psm)
S3method(plot, psmSet)
S3method(summary, psmSet)
export("is.psmSet")
export("summary.psmSet")
export("plot.psmSet")
export("as.data.frame.psmSet")
export("findMz")
export("findMz.psmSet")
S3method(findMz, psmSet)
export("as.psmSet")
S3method(as.data.frame, psmSet)
S3method(is, mascot)
S3method(is, mascot_query)
S3method(plot, mascot)
S3method(plot, mascot_query)
S3method(summary, mascot)
S3method(as.data.frame, mascot)
S3method(findMz, mascot)
S3method(as.psmSet, mascot)
export("plot.mascot", "plot.mascot_query", "summary.mascot",
"as.data.frame.mascot", "is.mascot", "is.mascot_query",
"findMz.mascot")