-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
75 lines (74 loc) · 1.92 KB
/
NAMESPACE
File metadata and controls
75 lines (74 loc) · 1.92 KB
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
# Generated by roxygen2: do not edit by hand
export(AlignPeakParam)
export(AlignPeakParamRaw)
export(BinPrecursorParam)
export(CombineParam)
export(CorrectRTLandmarksParam)
export(DereplicatePeaksParam)
export(Experiment)
export(ExtractIMDataParam)
export(ExtractIMMSMSParam)
export(FillPeakParam)
export(FinalizeFeatureIOIParam)
export(FinalizeFeatureParam)
export(GaussianSmoothParam)
export(GroupDensityParam)
export(LOESSSmoothParam)
export(MatchBetweenRunParam)
export(MatchParam)
export(QueryImsDataParam)
export(QueryTimsDataParam)
export(ReadSpectraParam)
export(SearchParam)
exportClasses(DDAExperiment)
exportClasses(DIAExperiment)
exportClasses(Experiment)
exportClasses(TimsData)
exportMethods(AlignPeaks)
exportMethods(BinPrecursors)
exportMethods(CorrectRT)
exportMethods(DereplicatePeaks)
exportMethods(DropProfile)
exportMethods(ExtractIMData)
exportMethods(ExtractIMMSMS)
exportMethods(ExtractIMMSMS_DTIM)
exportMethods(FillPeaks)
exportMethods(FillPeaks_IOI)
exportMethods(FinalizeFeatures)
exportMethods(FinalizeFeatures_DIA)
exportMethods(FinalizeFeatures_DTIM)
exportMethods(FinalizeFeatures_IOI)
exportMethods(GenerateMS2)
exportMethods(GetPeakInfo)
exportMethods(GroupPeaks)
exportMethods(IdentifyPeaks)
exportMethods(IdentifyPeaks_input_library)
exportMethods(ImsData)
exportMethods(InterpolateEIM)
exportMethods(MatchBetweenRuns)
exportMethods(MatchBetweenRuns_DTIM_IOI)
exportMethods(MatchBetweenRuns_IOI)
exportMethods(QueryImsData)
exportMethods(QueryImsmsData)
exportMethods(QueryTimsData)
exportMethods(QueryTimsData_DIA)
exportMethods(QueryTimsData_MS2)
exportMethods(ReadSpectraData)
exportMethods(SetData)
exportMethods(SetInfo)
exportMethods(SmoothData)
exportMethods(TimsData)
exportMethods(as.list)
exportMethods(plot)
exportMethods(show)
import(BiocParallel)
import(Rcpp)
import(SpectraTools)
import(fastmatch)
import(ggpmisc)
import(mzR)
import(opentimsr)
import(smoother)
import(splus2R)
importFrom(Rcpp,evalCpp)
useDynLib(Met4DX)