-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.13 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
# Generated by roxygen2: do not edit by hand
export(DeaPdxServer)
export(DeaPdxUI)
export(PDX_app)
export(ui_PDX_app)
import(BioshinyModules)
import(ComplexHeatmap)
import(cicerone)
import(data.table)
import(dplyr)
import(ggiraph)
import(ggplot2)
import(kableExtra)
import(knitr)
import(limma)
import(shiny)
import(shinydashboard)
import(shinydashboardPlus)
import(tictoc)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,sizeFactors)
importFrom(DT,datatable)
importFrom(circlize,colorRamp2)
importFrom(cowplot,draw_grob)
importFrom(cowplot,get_legend)
importFrom(cowplot,panel_border)
importFrom(cowplot,plot_grid)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(edgeR,DGEList)
importFrom(ggrepel,geom_text_repel)
importFrom(ggthemes,theme_gdocs)
importFrom(grid,gpar)
importFrom(grid,grid.rect)
importFrom(htmltools,HTML)
importFrom(htmltools,singleton)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(plyr,join)
importFrom(readxl,read_excel)
importFrom(rlist,list.append)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,callModule)
importFrom(shiny,icon)
importFrom(shiny,modalDialog)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderUI)
importFrom(shiny,showModal)
importFrom(shiny,uiOutput)
importFrom(shinyAce,aceAutocomplete)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,getAceModes)
importFrom(shinyAce,getAceThemes)
importFrom(shinyAce,updateAceEditor)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinydashboard,infoBox)
importFrom(shinydashboard,infoBoxOutput)
importFrom(shinydashboard,renderInfoBox)
importFrom(shinydashboard,renderValueBox)
importFrom(shinydashboard,valueBox)
importFrom(shinydashboard,valueBoxOutput)
importFrom(shinyjs,useShinyjs)
importFrom(tictoc,tic)
importFrom(tictoc,toc)
importFrom(tidyr,gather)
importFrom(xfun,embed_files)