-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
137 lines (136 loc) · 3.8 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Generated by roxygen2: do not edit by hand
export(bubble_plot)
export(compare_samples_heatmap)
export(cor_heatmap)
export(do_stat_test)
export(launchApp)
export(show_rsd_histogram)
export(show_rsd_lipidclass_violin)
export(volcano_plot)
import(iheatmapr)
import(shiny)
import(tidyselect)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(broom,tidy)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(ggCPM,cpm_cols)
importFrom(ggCPM,theme_cpm)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRamp)
importFrom(grDevices,rainbow)
importFrom(iheatmapr,iheatmaprOutput)
importFrom(iheatmapr,renderIheatmap)
importFrom(janitor,clean_names)
importFrom(janitor,make_clean_names)
importFrom(magrittr,"%>%")
importFrom(openxlsx,write.xlsx)
importFrom(plotly,add_bars)
importFrom(plotly,add_markers)
importFrom(plotly,colorbar)
importFrom(plotly,config)
importFrom(plotly,event_data)
importFrom(plotly,event_register)
importFrom(plotly,hide_legend)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,cols)
importFrom(readr,read_delim)
importFrom(readxl,read_xlsx)
importFrom(recipes,all_predictors)
importFrom(recipes,juice)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_center)
importFrom(recipes,step_log)
importFrom(recipes,step_normalize)
importFrom(recipes,step_pca)
importFrom(recipes,step_scale)
importFrom(recipes,tidy)
importFrom(recipes,update_role)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rmarkdown,render)
importFrom(scales,scientific)
importFrom(sessioninfo,session_info)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,plotOutput)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,hidden)
importFrom(shinyjs,toggle)
importFrom(shinyjs,useShinyjs)
importFrom(stats,cor)
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tibble,column_to_rownames)
importFrom(tibble,tibble)
importFrom(tidyr,everything)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tools,file_ext)
importFrom(utils,head)
importFrom(utils,packageVersion)