-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
45 lines (44 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(discoApp)
export(discoBatch)
export(discoCheckInput)
export(discoDFtoSE)
export(discoDesignSummary)
export(discoGetODAs)
export(discoGetSimu)
export(discoInterCorOutliers)
export(discoODAs)
export(discoPCA)
export(discoPCAoutliers)
export(discoParseMeta)
export(discoPeriodDetection)
export(discoRepAnalysis)
export(discoSEtoDF)
import(BiocStyle)
import(DT)
import(UpSetR)
import(VennDiagram)
import(broom)
import(dplyr)
import(ggplot2)
import(heatmaply)
import(magick)
import(shinycssloaders)
import(shinydashboard)
import(shinyjs)
import(viridis)
import(zip)
importFrom(BiocGenerics,rownames)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(ggExtra,ggMarginal)
importFrom(gridExtra,grid.arrange)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,row_spec)
importFrom(knitr,kable)
importFrom(plotly,ggplotly)
importFrom(plotly,plotly)
importFrom(reshape2,melt)
importFrom(shinyBS,bsTooltip)