-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
116 lines (115 loc) · 3.26 KB
/
NAMESPACE
File metadata and controls
116 lines (115 loc) · 3.26 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
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
export(bind_cols_fill)
export(dge_filters)
export(format_results)
export(gen_DT_lst)
export(gen_df_DT_tibble)
export(gen_selected_sets_xlsx)
export(gen_upset_plot)
export(gen_venn)
export(get_intersection_genes)
export(get_significant_genes_by_comparison_lst)
export(lfcpal)
export(named_group_split)
export(pvalpal)
export(results_table_DT)
export(run_app)
export(set_list_2_combinations)
export(set_selected_set_2_inputs)
export(volcano_plotter)
import(bs4Dash)
import(utils)
importFrom(BiocManager,install)
importFrom(DT,datatable)
importFrom(DT,formatSignif)
importFrom(DT,formatStyle)
importFrom(DT,styleInterval)
importFrom(bs4Dash,box)
importFrom(bs4Dash,bs4DashControlbar)
importFrom(bs4Dash,column)
importFrom(bs4Dash,controlbarItem)
importFrom(bs4Dash,dashboardBody)
importFrom(bs4Dash,tabBox)
importFrom(colourScaleR,universal_colour_scaler)
importFrom(dplyr,"%>%")
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_keys)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme_bw)
importFrom(ggrepel,geom_label_repel)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(latex2exp,TeX)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,conditionalFormatting)
importFrom(openxlsx,createStyle)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,freezePane)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,setColWidths)
importFrom(openxlsx,writeData)
importFrom(openxlsx,writeDataTable)
importFrom(purrr,imap_dfc)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(rlang,inject)
importFrom(rlang,set_names)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,moduleServer)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,span)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,verbatimTextOutput)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(stringr,str_trunc)
importFrom(stringr,str_wrap)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(upsetjs,chartTheme)
importFrom(upsetjs,fromList)
importFrom(upsetjs,interactiveChart)
importFrom(upsetjs,setSelection)
importFrom(upsetjs,upsetjs)
importFrom(upsetjs,upsetjsOutput)
importFrom(upsetjs,upsetjsVennDiagram)