-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
97 lines (96 loc) · 2.57 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand
export(acquisitionDirectory)
export(analyzeAcquisitionFIA)
export(dataMatrix)
export(determiningInjectionZone)
export(determiningSizePeak.Geom)
export(estimateNoiseMS)
export(findBandsFIA)
export(findFIASignal)
export(getInjectionPeak)
export(groupMatrix)
export(injectionPeaks)
export(phenoClasses)
export(plotNoise)
export(proFIAset)
exportClasses(proFIAset)
exportMethods(dataMatrix)
exportMethods(exportDataMatrix)
exportMethods(exportExpressionSet)
exportMethods(exportPeakTable)
exportMethods(exportSampleMetadata)
exportMethods(exportVariableMetadata)
exportMethods(findMzGroup)
exportMethods(group.FIA)
exportMethods(groupMatrix)
exportMethods(impute.FIA)
exportMethods(impute.KNN_TN)
exportMethods(impute.randomForest)
exportMethods(injectionPeaks)
exportMethods(makeDataMatrix)
exportMethods(peaks)
exportMethods(peaksGroup)
exportMethods(phenoClasses)
exportMethods(plot)
exportMethods(plotFlowgrams)
exportMethods(plotRaw)
exportMethods(plotSamplePeaks)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(Biobase,ExpressionSet)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,new)
importFrom(minpack.lm,nls.lm)
importFrom(minpack.lm,nls.lm.control)
importFrom(missForest,missForest)
importFrom(pracma,pinv)
importFrom(ropls,opls)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,convolve)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dexp)
importFrom(stats,dnorm)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nextn)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(utils,combn)
importFrom(utils,object.size)
importFrom(utils,write.table)
importFrom(xcms,peaks)
importFrom(xcms,plotRaw)
importFrom(xcms,plotTIC)
importFrom(xcms,rawEIC)
importFrom(xcms,xcmsRaw)
importMethodsFrom(ropls,plot)
useDynLib(proFIA)