-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
executable file
·71 lines (70 loc) · 1.95 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
# Generated by roxygen2: do not edit by hand
export(build.tissue.specific.networks)
export(dis.rel.tissues)
export(disease.vrnts)
export(generate.ora.data)
export(generate.ora.plots)
export(integrate.scores)
export(list.dis.rel.tissues)
export(list.tissue.specific.scores)
export(modulation.score)
export(node.centrality)
export(novelty.plots)
export(ppvpercents)
export(tissue.expr)
export(tissue.specific.scores)
export(visualize.graph)
export(weighted.shortest.path)
import(RCurl)
import(SPARQL)
import(XML)
import(ggplot2)
import(igraph)
import(visNetwork)
importFrom(MIGSA,downloadEnrichrGeneSets)
importFrom(Rdpack,reprompt)
importFrom(ReactomePA,enrichPathway)
importFrom(clusterProfiler,enrichGO)
importFrom(clusterProfiler,enrichKEGG)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(dnet,dRWR)
importFrom(doParallel,registerDoParallel)
importFrom(enrichplot,cnetplot)
importFrom(enrichplot,dotplot)
importFrom(enrichplot,emapplot)
importFrom(enrichplot,pmcplot)
importFrom(enrichplot,upsetplot)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,element_text)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as.undirected)
importFrom(igraph,betweenness)
importFrom(igraph,clusters)
importFrom(igraph,distances)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,induced.subgraph)
importFrom(igraph,shortest_paths)
importFrom(igraph,strength)
importFrom(igraph,transitivity)
importFrom(mltools,bin_data)
importFrom(prodlim,row.match)
importFrom(reshape2,melt)
importFrom(scales,rescale)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,renderTable)
importFrom(shiny,shinyApp)
importFrom(shiny,textOutput)
importFrom(shiny,validate)
importFrom(snow,makeCluster)
importFrom(snow,stopCluster)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,tail)