-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("adjusted_df<-")
export("aligned<-")
export("all_matched<-")
export("consolidated<-")
export("cutoffs<-")
export("iso_matched<-")
export("isolated<-")
export("metadata<-")
export("ms1<-")
export("ms2<-")
export("name<-")
export("pre_iso_matched<-")
export("raw_df<-")
export("scaled_df<-")
export("scaled_values<-")
export("smooth_method<-")
export(adjusted_df)
export(aligned)
export(all_matched)
export(auto_combine)
export(auto_scale)
export(cd2csv)
export(cluster)
export(combine_QI_TF)
export(consolidate)
export(consolidated)
export(create_ms_obj)
export(cutoffs)
export(distribution_plot)
export(filter_intensities)
export(final_plots)
export(iso_matched)
export(isolated)
export(load_data)
export(load_ihmp_data)
export(metadata)
export(ml_match)
export(ms1)
export(ms2)
export(name)
export(pre_iso_matched)
export(raw_df)
export(scaled_df)
export(scaled_values)
export(smooth_method)
exportClasses(MSObject)
exportClasses(MergedMSObject)
exportMethods("metadata<-")
exportMethods(metadata)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
useDynLib(massSight, .registration = TRUE)