-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
100 lines (99 loc) · 2.65 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
97
98
99
100
# Generated by roxygen2: do not edit by hand
export(CV_ratio)
export(Plot2DPCA)
export(RLA)
export(annotate_univariate_results)
export(as.PomaSummarizedExperiment)
export(as.metaboset)
export(calc_RI)
export(calc_reference)
export(check_RT)
export(check_RT_mass)
export(check_mass)
export(collapse_tech_rep)
export(filter_NA)
export(filter_metabolite_associations)
export(filtering)
export(get_spectra_list_from_vector)
export(h_map)
export(h_map_MSMS_comparison)
export(heatscatter_chromatography)
export(imputation)
export(keep_strongest_representative)
export(mR_pca)
export(m_z_filtering)
export(mean_median_stdev_samples)
export(metab_boxplot)
export(metabolite_identification)
export(normalize_profiles)
export(pathway_analysis)
export(peak_matching)
export(pqn)
export(read_input_file)
export(remove_samples)
export(select_library)
export(select_sign_features)
export(size_effect)
export(splitQC)
export(univariate)
export(visualize_1spectra)
export(visualize_associated_spectra)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(Biobase,fData)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(Hmisc,minor.tick)
importFrom(LSD,heatscatter)
importFrom(clusterProfiler,GSEA)
importFrom(clusterProfiler,enricher)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(grid,gpar)
importFrom(grid,grid.text)
importFrom(notame,construct_metabosets)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeDataTable)
importFrom(pals,alphabet)
importFrom(pals,alphabet2)
importFrom(pals,brewer.paired)
importFrom(pals,brewer.purples)
importFrom(pals,brewer.rdylbu)
importFrom(pals,polychrome)
importFrom(pcaMethods,pca)
importFrom(pcaMethods,scores)
importFrom(plotrix,thigmophobe.labels)
importFrom(stats,TukeyHSD)
importFrom(stats,aggregate)
importFrom(stats,anova)
importFrom(stats,aov)
importFrom(stats,kruskal.test)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(utils,data)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,stack)
importFrom(utils,write.csv)