-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
31 lines (28 loc) · 1.27 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
## load specific functions from tools and robustbase
import(BiocGenerics, except=relist)
import(methods)
import(xcms, except=plot)
import(CAMERA)
import(utils)
importFrom(tools, file_ext, list_files_with_exts, file_path_sans_ext)
importFrom(robustbase, lmrob)
importFrom(Matrix, Matrix)
importFrom("graphics", "legend", "lines", "plot")
importFrom("stats", "aggregate", "approx", "coef", "cutree", "dist",
"hclust", "lm", "median", "predict")
importFrom("utils","capture.output", "read.table", "sessionInfo")
## Export all functions that could be useful for users. Not only the
## two toplevel functions runGC and runLC, but also those functions one
## layer lower in abstraction level.
export(runGC, runLC, peakDetection, matchExpSpec,
write.msp, construct.msp, filter.msp, read.msp, to.msp,
addRI, treat.DB, matchSamples2DB, matchSamples2Samples,
constructExpPseudoSpectra, getFeatureInfo, getAnnotationMat,
AnnotateFeature, AnnotateTable,
plotPseudoSpectrum, processStandards,
alignmentLC, runCAMERA, getAnnotationLC, getPeakTable,
createSTDdbGC, createSTDdbLC, readStdInfo,
generateStdDBGC, generateStdDBLC,
metaMSsettings, metaSetting)
exportClasses("metaMSsettings")
exportMethods("metaSetting", "metaSetting<-", "show")