-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathNAMESPACE
138 lines (137 loc) · 3.72 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Generated by roxygen2: do not edit by hand
export(PhyloVision)
export(Vision)
export(addHotspotToVision)
export(addSignatures)
export(addTSNE)
export(addUMAP)
export(analyzeHotspotObjectVision)
export(analyzeLocalCorrelations)
export(analyzeLocalCorrelationsModules)
export(annotateLatentComponents)
export(applyMicroClustering)
export(calcModuleScores)
export(calcSignatureScores)
export(calc_mod_sig_enrichment)
export(calc_set_enrichment)
export(clusterModScores)
export(clusterSigScores)
export(computeLatentSpace)
export(computePlasticityScores)
export(computeSingleCellPlasticities)
export(convertGeneIds)
export(createGeneSignature)
export(depthBasedCladewiseTreeCluster)
export(depthBasedTreeCluster)
export(draw_hotspot_heatmap)
export(generateOverlapSignatures)
export(group_modules_enrichment)
export(hsCalculateModuleScores)
export(hsComputeAutoCorrelations)
export(hsComputeLocalCorrelations)
export(hsCreateKnnGraph)
export(hsInit)
export(lca_based_depth)
export(loadHotspotObject)
export(poolMatrixCols)
export(poolMatrixRows)
export(poolMetaData)
export(read_10x)
export(read_10x_h5)
export(read_10x_h5_v2)
export(read_10x_h5_v3)
export(runHotspot)
export(saveHSBytestToPickle)
export(treeClusterMinCladeSize)
export(trivial_dist)
exportMethods(PhyloVision)
exportMethods(Vision)
exportMethods(addProjection)
exportMethods(analyze)
exportMethods(getLatentSpace)
exportMethods(getLatentTrajectory)
exportMethods(getMetaAutocorrelation)
exportMethods(getMetaDifferential)
exportMethods(getProjections)
exportMethods(getSelections)
exportMethods(getSignatureAutocorrelation)
exportMethods(getSignatureDifferential)
exportMethods(getSignatureScores)
exportMethods(phyloAnalyze)
exportMethods(saveAndViewResults)
exportMethods(viewResults)
import(Matrix)
import(Rcpp)
import(ape)
import(logging)
import(methods)
import(reticulate)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,readMM)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,tcrossprod)
importFrom(RANN,nn2)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(Rtsne,Rtsne)
importFrom(fastICA,fastICA)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,embed_adjacency_matrix)
importFrom(igraph,ends)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout_as_tree)
importFrom(igraph,layout_with_dh)
importFrom(igraph,layout_with_fr)
importFrom(igraph,layout_with_mds)
importFrom(irlba,irlba)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(matrixStats,colCounts)
importFrom(matrixStats,colMaxs)
importFrom(matrixStats,colMeans2)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,colRanks)
importFrom(matrixStats,colSds)
importFrom(matrixStats,colVars)
importFrom(matrixStats,logSumExp)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowSds)
importFrom(matrixStats,rowVars)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(mime,guess_type)
importFrom(parallel,mclapply)
importFrom(pbmcapply,pbmclapply)
importFrom(phangorn,parsimony)
importFrom(plumber,forward)
importFrom(plumber,plumber)
importFrom(rsvd,rsvd)
importFrom(stats,chisq.test)
importFrom(stats,cor.test)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,URLdecode)
importFrom(utils,browseURL)
importFrom(utils,read.table)
importFrom(utils,stack)
importFrom(vegan,isomap)
importFrom(wordspace,dist.matrix)
useDynLib(VISION)