-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
41 lines (28 loc) · 989 Bytes
/
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
import("methods")
import("RSQLite")
importFrom("DBI", dbDriver)
importFrom("protViz", aa2mass)
importFrom("protViz", findNN)
importFrom("protViz", findNN_)
importFrom("protViz", fragmentIon)
importFrom("protViz", ssrc)
importFrom("protViz", lower_bound_)
importFrom("protViz", is.psmSet)
importFrom("seqinr", read.fasta)
importFrom("grDevices", "rainbow", "rgb")
importFrom("graphics", "abline", "barplot", "hist", "legend", "par",
"points", "text")
importFrom("stats", "aggregate", "lm", "predict", "quantile")
importFrom("utils", "object.size", "write.table", "packageVersion")
export("read.bibliospec")
export("summary.psmSet")
export("plot.psmSet")
export("plot.psm")
export("annotate.protein_id")
export("genSwathIonLib")
export("cdsw")
exportClasses("specL", "specLSet")
exportMethods("show", "summary", "plot",
"write.spectronaut", "generate.consensus",
"ionlibrary", "rt.input", "rt.normalized",
"merge.specLSet","getProteinPeptideTable")