-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
46 lines (45 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method("dimnames<-",spam)
S3method(WeightedNNBasedLinesetMatching,default)
S3method(WeightedNNBasedLinesetMatching,dotprops)
S3method(WeightedNNBasedLinesetMatching,neuron)
S3method(diagonal,default)
S3method(dimnames,spam)
S3method(nblast_allbyall,character)
S3method(nblast_allbyall,neuronlist)
S3method(plot3d,hclust)
S3method(subset,hclust)
export(NeuriteBlast)
export(WeightedNNBasedLinesetMatching)
export(calc_dists_dotprods)
export(calc_prob_mat)
export(calc_score_matrix)
export(create_scoringmatrix)
export(diagonal)
export(fill_in_sparse_score_mat)
export(fill_pairs_sparse_score_mat)
export(nblast)
export(nblast_allbyall)
export(neuron_pairs)
export(nhclust)
export(show_similarity)
export(sparse_score_mat)
export(sub_dist_mat)
export(sub_score_mat)
exportMethods("[")
import(methods)
importFrom(dendroextras,slice)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(nabor,knn)
importFrom(nat,dotprops)
importFrom(nat,is.neuronlist)
importFrom(nat,neuronlist)
importFrom(plyr,mlply)
importFrom(rgl,plot3d)
importFrom(spam,as.matrix)
importFrom(spam,diag)
importFrom(spam,spam)
importFrom(stats,as.dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)