-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
118 lines (117 loc) · 3.17 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
export("%>%")
export(binParameters)
export(binneRlyse)
export(detectInfusionScans)
export(detectParameters)
export(plan)
export(plotChromFromFile)
export(readBinningParameters)
export(readFiles)
export(singleSample)
exportClasses(BinParameters)
exportClasses(Binalysis)
exportMethods("cls<-")
exportMethods("scans<-")
exportMethods(accurateData)
exportMethods(binnedData)
exportMethods(binningParameters)
exportMethods(cls)
exportMethods(creationDate)
exportMethods(filePaths)
exportMethods(plotBin)
exportMethods(plotCentrality)
exportMethods(plotChromatogram)
exportMethods(plotFingerprint)
exportMethods(plotPurity)
exportMethods(plotTIC)
exportMethods(sampleInfo)
exportMethods(scans)
exportMethods(show)
exportMethods(version)
importFrom(cli,console_width)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggthemes,scale_fill_ptol)
importFrom(lubridate,seconds_to_period)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(methods,show)
importFrom(mzR,close)
importFrom(mzR,header)
importFrom(mzR,openMSfile)
importFrom(mzR,peaks)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(stats,IQR)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stringr,regex)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tools,file_path_sans_ext)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(yaml,read_yaml)