-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
148 lines (147 loc) · 4.28 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
138
139
140
141
142
143
144
145
146
147
148
# Generated by roxygen2: do not edit by hand
export(CRISPRball)
export(build_depmap_db)
export(gene_ingress)
export(get_depmap_essentiality)
export(get_depmap_plot_data)
export(plot_bar)
export(plot_correlation_heatmap)
export(plot_depmap_cn)
export(plot_depmap_dependency)
export(plot_depmap_expression)
export(plot_depmap_lineages)
export(plot_hist)
export(plot_lawn)
export(plot_pca_biplot)
export(plot_rank)
export(plot_volcano)
export(read_mle_gene_summary)
import(shiny, except = c(dataTableOutput, renderDataTable))
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,UpSet)
importFrom(ComplexHeatmap,comb_name)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,extract_comb)
importFrom(ComplexHeatmap,make_comb_mat)
importFrom(ComplexHeatmap,pheatmap)
importFrom(ComplexHeatmap,set_name)
importFrom(DT,"%>%")
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(InteractiveComplexHeatmap,InteractiveComplexHeatmapOutput)
importFrom(InteractiveComplexHeatmap,makeInteractiveComplexHeatmap)
importFrom(PCAtools,pca)
importFrom(circlize,colorRamp2)
importFrom(colourpicker,colourInput)
importFrom(dittoSeq,dittoColors)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,hist)
importFrom(grid,grid.newpage)
importFrom(grid,grid.text)
importFrom(htmlwidgets,saveWidget)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMins)
importFrom(matrixStats,rowVars)
importFrom(methods,is)
importFrom(plotly,"%>%")
importFrom(plotly,add_annotations)
importFrom(plotly,add_segments)
importFrom(plotly,add_trace)
importFrom(plotly,config)
importFrom(plotly,event_data)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,style)
importFrom(plotly,toRGB)
importFrom(plotly,toWebGL)
importFrom(shiny,HTML)
importFrom(shiny,a)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,code)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,div)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,h2)
importFrom(shiny,h3)
importFrom(shiny,h4)
importFrom(shiny,hr)
importFrom(shiny,icon)
importFrom(shiny,img)
importFrom(shiny,isolate)
importFrom(shiny,mainPanel)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,span)
importFrom(shiny,splitLayout)
importFrom(shiny,strong)
importFrom(shiny,tabPanel)
importFrom(shiny,tagList)
importFrom(shiny,uiOutput)
importFrom(shiny,updateSelectizeInput)
importFrom(shiny,wellPanel)
importFrom(shinyBS,bsCollapse)
importFrom(shinyBS,bsCollapsePanel)
importFrom(shinyBS,popify)
importFrom(shinyBS,tipify)
importFrom(shinyWidgets,dropdownButton)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinyWidgets,tooltipOptions)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjqui,jqui_resizable)
importFrom(shinyjs,click)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,extendShinyjs)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,js)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(utils,read.csv)
importFrom(utils,read.delim)