-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.11 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
# Generated by roxygen2: do not edit by hand
S3method(adjClust,dgCMatrix)
S3method(adjClust,dgTMatrix)
S3method(adjClust,dgeMatrix)
S3method(adjClust,dist)
S3method(adjClust,dsCMatrix)
S3method(adjClust,dsTMatrix)
S3method(adjClust,dsyMatrix)
S3method(adjClust,matrix)
S3method(as.hclust,chac)
S3method(correct,chac)
S3method(diagnose,chac)
S3method(head,chac)
S3method(hicClust,HTCexp)
S3method(hicClust,Matrix)
S3method(hicClust,character)
S3method(hicClust,data.frame)
S3method(hicClust,dgCMatrix)
S3method(hicClust,dgeMatrix)
S3method(hicClust,dsCMatrix)
S3method(hicClust,matrix)
S3method(plot,chac)
S3method(plotSim,HTCexp)
S3method(plotSim,SnpMatrix)
S3method(plotSim,default)
S3method(plotSim,dgCMatrix)
S3method(plotSim,dist)
S3method(plotSim,dsCMatrix)
S3method(print,chac)
S3method(select,chac)
S3method(snpClust,dgCMatrix)
S3method(snpClust,dsCMatrix)
S3method(snpClust,matrix)
S3method(snpClust,snpStats)
S3method(summary,chac)
export(adjClust)
export(correct)
export(cutree_chac)
export(diagnose)
export(hicClust)
export(plotSim)
export(select)
export(snpClust)
import(Rcpp)
import(ggplot2)
importFrom(Matrix,diag)
importFrom(Matrix,forceSymmetric)
importFrom(Matrix,isSymmetric)
importFrom(Matrix,t)
importFrom(capushe,DDSE)
importFrom(capushe,Djump)
importFrom(dendextend,"%>%")
importFrom(dendextend,as.ggdend)
importFrom(dendextend,set)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(sparseMatrixStats,colCumsums)
importFrom(sparseMatrixStats,rowCumsums)
importFrom(stats,as.dendrogram)
importFrom(stats,as.hclust)
importFrom(stats,cutree)
importFrom(stats,is.leaf)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,str)
useDynLib(adjclust, .registration = TRUE)