-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
77 lines (76 loc) · 2.21 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
# Generated by roxygen2: do not edit by hand
export(shinyDECorr)
export(shinyDESeq2)
export(shinyPCAtools)
import(ComplexHeatmap)
import(DT)
import(InteractiveComplexHeatmap)
import(PCAtools)
import(circlize)
import(dashboardthemes)
import(ggplot2)
import(shiny, except = c(dataTableOutput, renderDataTable))
import(shinydashboard)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,pheatmap)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,counts)
importFrom(DESeq2,lfcShrink)
importFrom(DESeq2,results)
importFrom(DESeq2,resultsNames)
importFrom(GetoptLong,qq)
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(colourpicker,colourInput)
importFrom(dittoSeq,dittoColors)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,par)
importFrom(grid,gpar)
importFrom(grid,grid.newpage)
importFrom(grid,grid.text)
importFrom(grid,unit)
importFrom(htmlwidgets,saveWidget)
importFrom(matrixStats,rowVars)
importFrom(methods,is)
importFrom(plotly,add_annotations)
importFrom(plotly,add_lines)
importFrom(plotly,add_markers)
importFrom(plotly,add_segments)
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,toRGB)
importFrom(plotly,toWebGL)
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(shinycssloaders,withSpinner)
importFrom(shinyjqui,jqui_resizable)
importFrom(shinyjs,click)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,fitted.values)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,quantile)
importFrom(utils,combn)