-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
69 lines (68 loc) · 1.97 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
# Generated by roxygen2: do not edit by hand
export("radius<-")
export(DE)
export(Terms)
export(clusterEnrichment)
export(clusterVisualization)
export(connectivityProperties)
export(differentiallyExpressed)
export(enrichmentPlot)
export(orderingProperties)
export(radius)
export(transcriptogramPreprocess)
export(transcriptogramStep1)
export(transcriptogramStep2)
exportClasses(Transcriptogram)
importClassesFrom(topGO,topGOdata)
importFrom(RedeR,RedPort)
importFrom(RedeR,addGraph)
importFrom(RedeR,att.setv)
importFrom(RedeR,calld)
importFrom(RedeR,relax)
importFrom(RedeR,selectNodes)
importFrom(RedeR,subg)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useMart)
importFrom(doSNOW,registerDoSNOW)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,count_triangles)
importFrom(igraph,graph.data.frame)
importFrom(limma,contrasts.fit)
importFrom(limma,decideTests)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(progress,progress_bar)
importFrom(snow,makeSOCKcluster)
importFrom(snow,parLapply)
importFrom(snow,stopCluster)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,smooth.spline)
importFrom(tidyr,gather)
importFrom(topGO,GenTable)
importFrom(topGO,annFUN.gene2GO)
importFrom(topGO,genesInTerm)
importFrom(topGO,groupGOTerms)
importFrom(topGO,runTest)
importFrom(utils,head)