-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
65 lines (64 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
export(Getfiles)
export(assessPuritySingle)
export(averageSpectraSingle)
export(combineAnnotations)
export(createDatabase)
export(create_database)
export(dimsPredictPuritySingle)
export(flag_remove)
export(get_additional_mzml_meta)
export(groupPeaksEx)
export(iwNormGauss)
export(iwNormQE.5)
export(iwNormRcosine)
export(pcalc)
export(purityA)
export(purityD)
export(purityX)
export(spectralMatching)
export(spectral_matching)
export(subtractMZ)
exportMethods(averageAllFragSpectra)
exportMethods(averageInterFragSpectra)
exportMethods(averageIntraFragSpectra)
exportMethods(averageSpectra)
exportMethods(createMSP)
exportMethods(dimsPredictPurity)
exportMethods(filterFragSpectra)
exportMethods(filterp)
exportMethods(frag4feature)
exportMethods(getP)
exportMethods(groupPeaks)
exportMethods(show)
exportMethods(subtract)
exportMethods(validate)
exportMethods(writeOut)
import(dbplyr)
import(doSNOW)
import(fastcluster)
import(foreach)
import(mzR)
import(parallel)
import(plyr)
import(reshape2)
import(stringr)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(stats,approxfun)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(utils,fix)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,write.csv)