-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
104 lines (103 loc) · 2.74 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
export(deseqresult2DEgenes)
export(deseqresult2tbl)
export(ggplotCounts)
export(goseqTable)
export(ideal)
export(plot_ma)
export(plot_volcano)
export(read_gmt)
export(sepguesser)
export(sig_heatmap)
export(wrapup_for_iSEE)
import(BiocParallel)
import(DESeq2)
import(GO.db)
import(GenomicRanges)
import(SummarizedExperiment)
import(ggplot2)
import(knitr)
import(methods)
import(rmarkdown)
import(shiny)
import(shinydashboard)
import(topGO)
importFrom(AnnotationDbi,keytypes)
importFrom(AnnotationDbi,mapIds)
importFrom(AnnotationDbi,select)
importFrom(DT,datatable)
importFrom(IHW,ihw)
importFrom(IRanges,IRanges)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,List)
importFrom(UpSetR,fromList)
importFrom(UpSetR,upset)
importFrom(base64enc,dataURI)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,mutate)
importFrom(dplyr,tbl_df)
importFrom(ggrepel,geom_text_repel)
importFrom(goseq,getgo)
importFrom(goseq,goseq)
importFrom(goseq,nullp)
importFrom(gplots,venn)
importFrom(grDevices,axisTicks)
importFrom(grDevices,colorRamp)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(heatmaply,heatmaply)
importFrom(limma,goana)
importFrom(limma,topGO)
importFrom(mosdef,create_link_ENSEMBL)
importFrom(mosdef,create_link_GO)
importFrom(mosdef,create_link_NCBI)
importFrom(mosdef,deresult_to_df)
importFrom(mosdef,gene_plot)
importFrom(mosdef,get_annotation_orgdb)
importFrom(mosdef,pair_corr)
importFrom(mosdef,run_goseq)
importFrom(mosdef,run_topGO)
importFrom(pheatmap,pheatmap)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rentrez,entrez_summary)
importFrom(rintrojs,introjs)
importFrom(rintrojs,introjsUI)
importFrom(rlang,.data)
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(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,terms.formula)
importFrom(stats,var)
importFrom(stringr,str_count)
importFrom(utils,count.fields)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,sessionInfo)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.csv)
importMethodsFrom(GOstats,hyperGTest)
importMethodsFrom(GOstats,summary)