-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
50 lines (49 loc) · 1001 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,sota)
S3method(print,sota)
export(PEI)
export(clEnrich)
export(clEnrich_one)
export(coExp)
export(corInCluster)
export(enrichment)
export(gene2set)
export(geneExpInCluster)
export(geneInCluster)
export(gmt2list)
export(gmtlist2file)
export(heatmapCluster)
export(heatmapCmap)
export(heatmapPEI)
export(logfc)
export(sota)
export(upDownGene)
exportClasses(cogena)
exportClasses(genecl)
exportMethods(clusterMethods)
exportMethods(geneclusters)
exportMethods(mat)
exportMethods(nClusters)
exportMethods(show)
exportMethods(summary)
import(amap)
import(apcluster)
import(biwt)
import(class)
import(cluster)
import(devtools)
import(doParallel)
import(dplyr)
import(fastcluster)
import(foreach)
import(ggplot2)
import(gplots)
import(methods)
import(parallel)
import(reshape2)
importFrom(corrplot,corrplot)
importFrom(kohonen,som)
importFrom(kohonen,somgrid)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importMethodsFrom(Biobase,exprs)