-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
106 lines (105 loc) · 2.81 KB
/
NAMESPACE
File metadata and controls
106 lines (105 loc) · 2.81 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Generated by roxygen2: do not edit by hand
export(AlignPeakParam)
export(AlignPeakParamRaw)
export(BinPrecursorParam)
export(CombineParam)
export(CorrectRTLandmarksParam)
export(DereplicatePeaksParam)
export(DetectEIMPeaksParam)
export(DiscoverSCEventsParam)
export(Experiment)
export(ExtractIMDataParam)
export(ExtractIMMSMSParam)
export(ExtractIndividualCellParam)
export(ExtractSCIMDataParam)
export(FillPeakParam)
export(FinalizeFeatureIOIParam)
export(FinalizeFeatureParam)
export(GaussianSmoothParam)
export(GroupDensityParam)
export(IsotopeParam)
export(LOESSSmoothParam)
export(MatchBetweenRunParam)
export(MatchParam)
export(QueryImsDataParam)
export(QueryTimsDataParam)
export(QueryTimsDataSegmentParam)
export(ReadSpectraParam)
export(SCMatchParam)
export(SearchParam)
export(SearchPeakTargetParam)
export(TrimSCTimsDataParam)
export(UniteCellSuperpositionFrameParam)
exportClasses(DDAExperiment)
exportClasses(DIAExperiment)
exportClasses(Experiment)
exportClasses(IMData)
exportClasses(SingleCellExperiment)
exportClasses(SingleCellLipidomicsExperiment)
exportClasses(TimsData)
exportMethods(AlignPeaks)
exportMethods(BinPrecursors)
exportMethods(CorrectRT)
exportMethods(DereplicatePeaks)
exportMethods(DetectEIMPeaks)
exportMethods(DiscoverSCEvents)
exportMethods(DropProfile)
exportMethods(ExtractIMData)
exportMethods(ExtractIMMSMS)
exportMethods(ExtractIMMSMS_DTIM)
exportMethods(ExtractIndividualCell)
exportMethods(ExtractSCIMData)
exportMethods(FillPeaks)
exportMethods(FillPeaks_IOI)
exportMethods(FillSCPeaks)
exportMethods(FinalizeFeatures)
exportMethods(FinalizeFeatures_DIA)
exportMethods(FinalizeFeatures_DTIM)
exportMethods(FinalizeFeatures_IOI)
exportMethods(GenerateMS2)
exportMethods(GetPeakInfo)
exportMethods(GroupPeaks)
exportMethods(GroupSCPeaks)
exportMethods(IdentifyPeaks)
exportMethods(IdentifyPeaks_input_library)
exportMethods(IdentifySCPeaks)
exportMethods(ImsData)
exportMethods(InterpolateEIM)
exportMethods(MatchBetweenRuns)
exportMethods(MatchBetweenRuns_DTIM_IOI)
exportMethods(MatchBetweenRuns_IOI)
exportMethods(QueryImsData)
exportMethods(QueryImsmsData)
exportMethods(QueryTimsData)
exportMethods(QueryTimsDataSegment)
exportMethods(QueryTimsData_DIA)
exportMethods(QueryTimsData_MS2)
exportMethods(ReadSpectraData)
exportMethods(SearchPeakTargets)
exportMethods(SetData)
exportMethods(SetInfo)
exportMethods(SmoothData)
exportMethods(TimsData)
exportMethods(TrimSCTimsData)
exportMethods(UniteCellSuperpositionFrame)
exportMethods(as.list)
exportMethods(plot)
exportMethods(show)
import(BiocParallel)
import(Rcpp)
import(RcppProgress)
import(SpectraTools)
import(collapse)
import(data.table)
import(dplyr)
import(fastmatch)
import(ggpmisc)
import(mzR)
import(opentimsr)
import(parallel)
import(smoother)
import(splus2R)
importFrom(Rcpp,evalCpp)
importFrom(data.table,":=")
importFrom(plyr,rbind.fill)
useDynLib(MetCell)