-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·96 lines (95 loc) · 2.53 KB
/
NAMESPACE
File metadata and controls
executable file
·96 lines (95 loc) · 2.53 KB
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
# Generated by roxygen2: do not edit by hand
export(GOGeneSets)
export(GSCA)
export(GSCABatch)
export(HTSanalyzeR2Pipe)
export(HTSanalyzeR4MAGeCK)
export(KeggGeneSets)
export(MSigDBGeneSets)
export(NWA)
export(NWABatch)
export(analyzeGscaTS)
export(analyzeNwaTS)
export(annotationConvertor)
export(appendGSTermsTS)
export(cellHTS2OutputStatTests)
export(duplicateRemover)
export(interactomeNwaTS)
export(preprocessGscaTS)
export(preprocessNwaTS)
export(reportAll)
exportMethods(analyze)
exportMethods(appendGSTerms)
exportMethods(extractEnrichMap)
exportMethods(extractSubNet)
exportMethods(getInteractome)
exportMethods(getPara)
exportMethods(getResult)
exportMethods(getSummary)
exportMethods(getTopGeneSets)
exportMethods(interactome)
exportMethods(plotGSEA)
exportMethods(preprocess)
exportMethods(report)
exportMethods(summarize)
exportMethods(viewEnrichMap)
exportMethods(viewGSEA)
exportMethods(viewSubNet)
import(DT)
import(GO.db)
import(colourpicker)
import(foreach)
import(graphics)
importFrom(AnnotationDbi,GOID)
importFrom(AnnotationDbi,Ontology)
importFrom(AnnotationDbi,as.list)
importFrom(AnnotationDbi,columns)
importFrom(AnnotationDbi,mapIds)
importFrom(BioNet,fitBumModel)
importFrom(BioNet,makeNetwork)
importFrom(BioNet,runFastHeinz)
importFrom(BioNet,scoreNodes)
importFrom(BiocParallel,bplapply)
importFrom(KEGGREST,keggConv)
importFrom(KEGGREST,keggLink)
importFrom(KEGGREST,keggList)
importFrom(RankProd,RP)
importFrom(Rcpp,sourceCpp)
importFrom(cellHTS2,Data)
importFrom(data.table,fread)
importFrom(fgsea,fgsea)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_data_frame)
importFrom(igraph,ecount)
importFrom(igraph,graph.adjacency)
importFrom(igraph,make_empty_graph)
importFrom(igraph,set_vertex_attr)
importFrom(igraph,simplify)
importFrom(igraph,vcount)
importFrom(igraph,vertex_attr)
importFrom(methods,is)
importFrom(msigdbr,msigdbr)
importFrom(shiny,tagList)
importFrom(shinydashboard,dashboardPage)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(stringr,str_replace)
importFrom(stringr,str_sub)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
importFrom(utils,unzip)
useDynLib(HTSanalyzeR2)