-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
89 lines (88 loc) · 2.45 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
# Generated by roxygen2: do not edit by hand
export(color_palettes__)
export(convert_range)
export(extend.color__)
export(gAnnotation)
export(gClusters)
export(gDashboard)
export(gNetwork)
export(gNetwork_view)
export(make_line_plot)
export(make_stackbar_plot)
export(make_the_graph)
export(make_the_table)
export(mass_produce_lm__)
export(match.color__)
export(match_database)
export(paste_URL)
export(pre_process)
export(reshape_for_make_functions)
export(scale_by_row__)
export(transpose_dataframe__)
import(dplyr)
import(ggplot2)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise_at)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggraph,geom_edge_link)
importFrom(ggraph,geom_node_label)
importFrom(ggraph,ggraph)
importFrom(ggraph,scale_edge_alpha)
importFrom(grid,unit)
importFrom(igraph,graph_from_data_frame)
importFrom(purrr,map_dbl)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(rlang,enquo)
importFrom(shiny,HTML)
importFrom(shiny,br)
importFrom(shiny,brushOpts)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,h3)
importFrom(shiny,icon)
importFrom(shiny,observe)
importFrom(shiny,plotOutput)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,tags)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(stringr,str_extract_all)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)