forked from cbroeckl/RAMClustR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
82 lines (81 loc) · 2.09 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
# Generated by roxygen2: do not edit by hand
export(RCQC)
export(add_params)
export(compute_SpecAbundAve)
export(compute_do.sets)
export(compute_wt_mean)
export(create_ramclustObj)
export(defineExperiment)
export(define_samples)
export(do.findmain)
export(exportDataset)
export(filter_blanks)
export(filter_good_features)
export(filter_signal)
export(find_good_features)
export(findfeature)
export(findmass)
export(getData)
export(get_ExpDes)
export(get_instrument_platform)
export(mean_signal_intensities)
export(mergeRCobjects)
export(ramclustR)
export(rc.calibrate.ri)
export(rc.cmpd.filter.blanks)
export(rc.cmpd.filter.cv)
export(rc.cmpd.replace.na)
export(rc.expand.sample.names)
export(rc.export.msp.rc)
export(rc.feature.filter.blanks)
export(rc.feature.filter.cv)
export(rc.feature.normalize.batch.qc)
export(rc.feature.normalize.qc)
export(rc.feature.normalize.quantile)
export(rc.feature.normalize.tic)
export(rc.feature.replace.na)
export(rc.get.csv.data)
export(rc.get.df.data)
export(rc.get.xcms.data)
export(rc.qc)
export(rc.ramclustr)
export(rc.remove.qc)
export(rc.restore.qc.samples)
export(remove_blanks)
export(replace_na)
export(write.methods)
export(write.msp)
export(write_csv)
importFrom(dynamicTreeCut,cutreeDynamicTree)
importFrom(e1071,skewness)
importFrom(fastcluster,hclust)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,"legend")
importFrom(graphics,"par")
importFrom(graphics,"plot")
importFrom(graphics,"points")
importFrom(graphics,"title")
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(pcaMethods,pca)
importFrom(preprocessCore,normalize.quantiles)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,citation)
importFrom(utils,edit)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.delim2)
importFrom(utils,write.csv)