-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
53 lines (52 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
export(enrichedPD)
export(extractSentences)
export(geneAttrPlot)
export(getUMLs)
export(jaccardEstimation)
export(ndisease)
export(ngene)
export(pantherGraphic)
export(plot)
export(psygenetDisease)
export(psygenetDiseaseSentences)
export(psygenetGene)
export(psygenetGeneSentences)
export(topAnatEnrichment)
exportClasses(DataGeNET.Psy)
exportClasses(JaccardIndexPsy)
exportMethods(extract)
import(Biobase)
import(labeling)
importFrom(RCurl,getURL)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useMart)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,qplot)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,unit)
importFrom(igraph,V)
importFrom(igraph,ecount)
importFrom(igraph,graph.data.frame)
importFrom(igraph,plot.igraph)
importFrom(igraph,simplify)
importFrom(igraph,vcount)
importFrom(parallel,mclapply)
importFrom(reshape2,melt)
importFrom(stringr,str_replace)