forked from LTLA/bluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
112 lines (111 loc) · 2.87 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Generated by roxygen2: do not edit by hand
export("centers<-")
export(.defaultScalarArguments)
export(.extractScalarArguments)
export(.showScalarArguments)
export(AffinityParam)
export(AgnesParam)
export(ClaraParam)
export(DbscanParam)
export(DianaParam)
export(DmmParam)
export(HclustParam)
export(KNNGraphParam)
export(KmeansParam)
export(MbkmeansParam)
export(NNGraphParam)
export(PamParam)
export(SNNGraphParam)
export(SomParam)
export(TwoStepParam)
export(approxSilhouette)
export(bootstrapStability)
export(centers)
export(clusterRMSD)
export(clusterRows)
export(clusterSweep)
export(compareClusterings)
export(linkClusters)
export(linkClustersMatrix)
export(makeKNNGraph)
export(makeSNNGraph)
export(mergeCommunities)
export(neighborPurity)
export(neighborsToKNNGraph)
export(neighborsToSNNGraph)
export(nestedClusters)
export(pairwiseModularity)
export(pairwiseRand)
exportClasses(AffinityParam)
exportClasses(AgnesParam)
exportClasses(BlusterParam)
exportClasses(ClaraParam)
exportClasses(DbscanParam)
exportClasses(DianaParam)
exportClasses(DmmParam)
exportClasses(FixedNumberParam)
exportClasses(HclustParam)
exportClasses(HierarchicalParam)
exportClasses(KNNGraphParam)
exportClasses(KmeansParam)
exportClasses(MbkmeansParam)
exportClasses(NNGraphParam)
exportClasses(PamParam)
exportClasses(SNNGraphParam)
exportClasses(SomParam)
exportClasses(TwoStepParam)
exportMethods("[[")
exportMethods("[[<-")
exportMethods("centers<-")
exportMethods(.defaultScalarArguments)
exportMethods(centers)
exportMethods(clusterRows)
exportMethods(show)
exportMethods(updateObject)
import(methods)
importFrom(BiocNeighbors,KmknnParam)
importFrom(BiocNeighbors,buildIndex)
importFrom(BiocNeighbors,findKNN)
importFrom(BiocNeighbors,findNeighbors)
importFrom(BiocNeighbors,queryKNN)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpisup)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpstart)
importFrom(BiocParallel,bpstop)
importFrom(Matrix,"diag<-")
importFrom(Matrix,diag)
importFrom(Rcpp,sourceCpp)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,I)
importFrom(S4Vectors,List)
importFrom(S4Vectors,coolcat)
importFrom(S4Vectors,setValidity2)
importFrom(S4Vectors,updateObject)
importFrom(cluster,agnes)
importFrom(cluster,clara)
importFrom(cluster,diana)
importFrom(cluster,pam)
importFrom(igraph,"E<-")
importFrom(igraph,E)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,components)
importFrom(igraph,graph.adjacency)
importFrom(igraph,is.directed)
importFrom(igraph,make_graph)
importFrom(igraph,membership)
importFrom(igraph,modularity)
importFrom(igraph,simplify)
importFrom(stats,as.hclust)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
useDynLib(bluster)