-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
50 lines (49 loc) · 1.16 KB
/
NAMESPACE
File metadata and controls
50 lines (49 loc) · 1.16 KB
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
# Generated by roxygen2: do not edit by hand
export(commuteTimeKernel)
export(diffuse)
export(diffuse_grid)
export(diffuse_mc)
export(diffuse_raw)
export(diffusionKernel)
export(generate_graph)
export(generate_input)
export(get_covar)
export(get_mu)
export(get_mu_reference)
export(get_var_reference)
export(inverseCosineKernel)
export(is_kernel)
export(largest_cc)
export(metric_auc)
export(metric_fun)
export(pStepKernel)
export(perf)
export(perf_eval)
export(perf_wilcox)
export(regularisedLaplacianKernel)
export(scores2colours)
export(scores2shapes)
import(MASS)
import(Matrix)
import(RcppArmadillo)
import(igraph)
import(plyr)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(checkmate,assertMatrix)
importFrom(checkmate,assertSubset)
importFrom(checkmate,assertTRUE)
importFrom(checkmate,qassert)
importFrom(expm,"%^%")
importFrom(grDevices,colorRampPalette)
importFrom(methods,as)
importFrom(plyr,llply)
importFrom(precrec,evalmod)
importFrom(precrec,part)
importFrom(precrec,pauc)
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,wilcox.test)
useDynLib(diffuStats, .registration = TRUE)