-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
114 lines (113 loc) · 2.78 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
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
export(CDplot)
export(CDplotWrapper)
export(aggregateTests)
export(areamir)
export(availableTests)
export(breakStrings)
export(dround)
export(ebayes)
export(enrichMiR)
export(enrichMiR.server)
export(enrichMiR.ui)
export(enrichPlot)
export(findGO)
export(fisher.test.p)
export(getGOgenes)
export(getHumanMirExp)
export(getMouseMirExp)
export(getResults)
export(gsea)
export(ks)
export(lmadd)
export(modscore)
export(modsites)
export(mw)
export(overlap)
export(plMod)
export(recapitalizeGenes)
export(recapitalizeMiRs)
export(regmir)
export(regmir.bb)
export(regmir.bc)
export(regmir.cc)
export(setTargetFeatures)
export(siteoverlap)
export(siteoverlap.old)
export(targetAnnotation)
export(testEnrichment)
export(woverlap)
exportClasses(enrich.results)
exportClasses(targetAnnotationDF)
exportClasses(targetAnnotationMatrix)
exportMethods("$")
exportMethods("[")
exportMethods(as.data.frame)
exportMethods(as.matrix)
exportMethods(head)
exportMethods(length)
exportMethods(names)
exportMethods(setTargetFeatures)
exportMethods(show)
exportMethods(summary)
import(GO.db)
import(Matrix)
import(ggplot2)
import(methods)
import(shiny)
import(shinycssloaders)
import(shinydashboard)
import(sparseMatrixStats)
importFrom(AnnotationDbi,Term)
importFrom(AnnotationDbi,mget)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(IRanges,CharacterList)
importFrom(IRanges,FactorList)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(data.table,as.data.table)
importFrom(data.table,setkey)
importFrom(dplyr,bind_rows)
importFrom(ggrepel,geom_text_repel)
importFrom(goseq,goseq)
importFrom(goseq,nullp)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(plotly,event_data)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rintrojs,introjs)
importFrom(rintrojs,introjsUI)
importFrom(scales,log_breaks)
importFrom(scales,trans_new)
importFrom(shinyWidgets,execute_safely)
importFrom(shinyWidgets,sendSweetAlert)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjqui,jqui_resizable)
importFrom(shinyjs,hideElement)
importFrom(shinyjs,runjs)
importFrom(shinyjs,showElement)
importFrom(shinyjs,useShinyjs)
importFrom(stats,.lm.fit)
importFrom(stats,coef)
importFrom(stats,dhyper)
importFrom(stats,ks.test)
importFrom(stats,lm.fit)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,wilcox.test)
importFrom(tools,toTitleCase)
importFrom(viper,msviper)
importFrom(waiter,spin_1)
importFrom(waiter,use_waiter)
importFrom(waiter,waiter_hide)
importFrom(waiter,waiter_show_on_load)
importMethodsFrom(methods,show)