-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
export(correlatePCs)
export(distro_expr)
export(geneprofiler)
export(genespca)
export(get_annotation)
export(get_annotation_orgdb)
export(hi_loadings)
export(limmaquickpca2go)
export(makeExampleDESeqDataSet_multifac)
export(pair_corr)
export(pca2go)
export(pcaExplorer)
export(pcaplot)
export(pcaplot3d)
export(pcascree)
export(plotPCcorrs)
export(topGOtable)
import(DESeq2)
import(GO.db)
import(SummarizedExperiment)
import(biomaRt)
import(ggplot2)
import(knitr)
import(methods)
import(plyr)
import(rmarkdown)
import(shiny)
import(shinydashboard)
import(threejs)
import(topGO)
importFrom(AnnotationDbi,Term)
importFrom(AnnotationDbi,mapIds)
importFrom(AnnotationDbi,select)
importFrom(DT,datatable)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(NMF,aheatmap)
importFrom(S4Vectors,DataFrame)
importFrom(base64enc,dataURI)
importFrom(genefilter,rowVars)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,colorRamp)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(heatmaply,heatmaply)
importFrom(limma,goana)
importFrom(limma,topGO)
importFrom(mosdef,gene_plot)
importFrom(mosdef,run_topGO)
importFrom(pheatmap,pheatmap)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(scales,brewer_pal)
importFrom(scales,hue_pal)
importFrom(shiny,addResourcePath)
importFrom(shinyAce,aceAutocomplete)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,getAceModes)
importFrom(shinyAce,getAceThemes)
importFrom(shinyAce,updateAceEditor)
importFrom(shinyBS,bsCollapse)
importFrom(shinyBS,bsCollapsePanel)
importFrom(shinyBS,bsTooltip)
importFrom(tidyr,gather)
importMethodsFrom(GOstats,hyperGTest)
importMethodsFrom(GOstats,summary)