-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(GOAnalysis)
export(GeneAnnotation)
export(KEGGAnalysis)
export(clusterAnalysis)
export(createOrLoadAnnotations)
export(doClusterAnalysis)
export(doGOAnalysis)
export(doGeneAnnotation)
export(doKEGGAnalysis)
export(doLmAnalysis)
export(doMultCompAnalysis)
export(filterData)
export(lmAnalysis)
export(multipleComp)
export(normalization)
export(normplots2File)
export(readOrLoad.RawData)
export(saveData)
import(GO.db)
import(GOstats)
importFrom(DBI,dbGetQuery)
importFrom(GOstats,hyperGTest)
importFrom(SortableHTMLTables,sortable.html.table)
importFrom(VennDiagram,venn.diagram)
importFrom(affy,ReadAffy)
importFrom(affy,rma)
importFrom(annotate,getSYMBOL)
importFrom(annotate,htmlpage)
importFrom(gplots,heatmap.2)
importFrom(grDevices,pdf)
importFrom(grDevices,tiff)
importFrom(grid,grid.draw)
importFrom(limma,contrasts.fit)
importFrom(limma,decideTests)
importFrom(limma,duplicateCorrelation)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(limma,volcanoplot)
importFrom(links2File,addToLinksFile)
importFrom(oligo,read.celfiles)
importFrom(stats,as.dendrogram)
importFrom(stats,hclust)