-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
executable file
·44 lines (43 loc) · 998 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
# Generated by roxygen2: do not edit by hand
export(AintoB)
export(D2J)
export(J2D)
export(addSimilarities)
export(clusterGeneSim)
export(clusterSim)
export(combinadic)
export(combineScores)
export(combineScoresPar)
export(combineSources)
export(diceSim)
export(duplicateIndices)
export(geneSim)
export(inverseList)
export(mclusterGeneSim)
export(mclusterSim)
export(mgeneSim)
export(mpathSim)
export(pathSim)
export(plot_data)
export(plot_similarity)
export(removeDup)
export(seq2mat)
export(similarities)
export(weighted.prod)
export(weighted.sum)
exportMethods(clusterGeneSim)
exportMethods(clusterSim)
exportMethods(geneSim)
exportMethods(mclusterGeneSim)
exportMethods(mclusterSim)
exportMethods(mgeneSim)
exportMethods(pathSim)
import(BiocParallel)
import(GSEABase)
import(Matrix)
importFrom(methods,is)
importFrom(stats,cmdscale)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(utils,combn)
importMethodsFrom(GSEABase,incidence)