-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
110 lines (109 loc) · 2.67 KB
/
Copy pathNAMESPACE
File metadata and controls
110 lines (109 loc) · 2.67 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
107
108
109
110
# Generated by roxygen2: do not edit by hand
export(bubble_plot)
export(check_alignment)
export(diff_plot)
export(equate)
export(get_mzxml_spectra)
export(m_pow_x)
export(ms_search_lipidmaps)
export(msca)
export(msca_p)
export(msms_search_lipidmaps)
export(multiplot)
export(ncomp_opls)
export(o2pls)
export(o2pls_pred)
export(opls)
export(opls_pred)
export(pca_plots)
export(perm_test)
export(plot_histogram)
export(pqn)
export(preprocess)
export(qc_plot)
export(qc_rlsc)
export(read_mgf)
export(reverse_predict)
export(summary_fit)
export(summary_se)
export(unmap)
export(vip)
export(vip_jh)
export(write_mgf)
import(ggplot2)
importFrom(base64enc,base64decode)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setform)
importFrom(curl,new_handle)
importFrom(data.table,fread)
importFrom(dplyr,"%>%")
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labeller)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,nclass.FD)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(methods,is)
importFrom(pcaMethods,nipalsPca)
importFrom(pcaMethods,svdPca)
importFrom(pls,plsr)
importFrom(plyr,ddply)
importFrom(plyr,rename)
importFrom(preprocessCore,normalize.quantiles)
importFrom(rlang,"!!")
importFrom(rlang,as_label)
importFrom(rlang,enquo)
importFrom(rlang,quo_is_null)
importFrom(rvest,html_node)
importFrom(rvest,html_table)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,qf)
importFrom(stats,qt)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)
importFrom(utils,flush.console)
importFrom(utils,read.table)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_ns)
importFrom(xml2,xml_text)