-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·78 lines (77 loc) · 2.07 KB
/
NAMESPACE
File metadata and controls
executable file
·78 lines (77 loc) · 2.07 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
# Generated by roxygen2: do not edit by hand
export(add_file_clusdf)
export(add_file_degdf)
export(add_file_rrdf)
export(add_rr_tophmap)
export(clusterTabServer)
export(clusterTabUI)
export(get_clustering_methods)
export(launch_richStudio)
export(merge_genesets)
export(perform_clustering)
export(richCluster)
export(rm_file_clusdf)
export(rm_file_degdf)
export(rm_file_rrdf)
export(saveTabServer)
export(saveTabUI)
export(updateTabServer)
export(updateTabUI)
import(shiny)
import(shinydashboard)
importFrom(DT,DTOutput)
importFrom(DT,coerceValue)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDT)
importFrom(DT,renderDataTable)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(future,future)
importFrom(heatmaply,heatmaply)
importFrom(jsonlite,read_json)
importFrom(jsonlite,write_json)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(promises,finally)
importFrom(promises,then)
importFrom(readxl,read_excel)
importFrom(reshape2,melt)
importFrom(richR,richCluster)
importFrom(rlang,.data)
importFrom(shiny,NS)
importFrom(shiny,incProgress)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,showNotification)
importFrom(shiny,updateNumericInput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,withProgress)
importFrom(shinyjqui,jqui_resizable)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(stringdist,stringdistmatrix)
importFrom(tibble,as_tibble)
importFrom(tidyr,drop_na)
importFrom(utils,head)
importFrom(writexl,write_xlsx)
importFrom(zip,zip)
useDynLib(richStudio)