-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
96 lines (95 loc) · 2.39 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
# Generated by roxygen2: do not edit by hand
S3method(boxplot,peak_table)
S3method(dim,peak_table)
S3method(head,peak_table)
S3method(plot,peak_list)
S3method(plot,peak_table)
S3method(plot,ptw_list)
S3method(print,peak_table)
S3method(row.names,peak_table)
S3method(tail,peak_table)
export(attach_metadata)
export(attach_ref_spectra)
export(cluster_spectra)
export(combine_peaks)
export(correct_peaks)
export(correct_rt)
export(filter_peaks)
export(filter_peaktable)
export(find_peaks)
export(fit_peaks)
export(get_agilent_threshold)
export(get_lambdas)
export(get_peaks)
export(get_peaktable)
export(get_purity)
export(get_times)
export(merge_peaks)
export(mirror_plot)
export(normalize_data)
export(plot_all_spectra)
export(plot_chroms)
export(plot_spectrum)
export(preprocess)
export(read_chroms)
export(reshape_chroms)
export(reshape_peaktable)
export(scan_chrom)
export(trim_peak)
export(write_peaktable)
import(ptw)
importFrom(Formula,Formula)
importFrom(caTools,runmean)
importFrom(chromConverter,read_chroms)
importFrom(dynamicTreeCut,cutreeDynamicTree)
importFrom(fastcluster,hclust)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,identify)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lattice,panel.abline)
importFrom(lattice,panel.stripplot)
importFrom(lattice,stripplot)
importFrom(methods,new)
importFrom(minpack.lm,nlsLM)
importFrom(parallel,mclapply)
importFrom(scales,alpha)
importFrom(scales,rescale)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,convolve)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,deriv)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,ksmooth)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,nls.control)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,write.csv)