-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
104 lines (103 loc) · 2.87 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
# Generated by roxygen2: do not edit by hand
S3method(summary,easylab)
export(easyMAplot)
export(easyManhattan)
export(easyVolcano)
export(easylabel)
export(gg_qqplot)
export(loadlabel)
export(qqplot)
export(qqplot2)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,formatSignif)
importFrom(RColorBrewer,brewer.pal)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(gtools,mixedsort)
importFrom(plotly,"%>%")
importFrom(plotly,add_markers)
importFrom(plotly,config)
importFrom(plotly,event_data)
importFrom(plotly,event_register)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,plotlyProxy)
importFrom(plotly,plotlyProxyInvoke)
importFrom(plotly,renderPlotly)
importFrom(rlang,.data)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,debounce)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h4)
importFrom(shiny,h5)
importFrom(shiny,icon)
importFrom(shiny,isolate)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeModal)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,stopApp)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,updateSelectizeInput)
importFrom(shinybusy,remove_modal_spinner)
importFrom(shinybusy,show_modal_spinner)
importFrom(shinycssloaders,withSpinner)
importFrom(stats,as.formula)
importFrom(stats,p.adjust)