-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
executable file
·47 lines (47 loc) · 1.29 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
useDynLib(CLIMB, .registration=TRUE)
importFrom(abind, abind)
import(doParallel)
import(dplyr)
import(foreach)
import(JuliaCall)
importFrom(magrittr, "%>%")
import(methods)
import(parallel)
import(tidyr)
importFrom(plyr, alply)
importFrom(purrr, map, imap, map_int, map_dfr, pmap, map2, map_dfc)
importFrom(readr, read_table2, read_tsv)
importFrom(Rcpp, evalCpp)
import(stats)
import(testthat)
import(mvtnorm)
importFrom(LaplacesDemon, rnorminvwishart)
importFrom(stringr, str_split, str_detect, str_replace)
export(run_mcmc)
export(extend_mcmc)
export(extract_chains)
export(merge_classes)
export(compute_distances_between_conditions)
export(compute_distances_between_clusters)
export(get_row_reordering)
export(reduce_by_hamming)
export(get_reduced_classes)
export(rGMM)
export(rconstr_GMCM)
export(r_assoc)
export(rconstr0_GMM)
export(get_hyperparameters)
export(get_prior_weights)
export(get_pairwise_fits)
export(get_pals)
export(display_pal)
export(merge_classes)
export(compute_distances_between_conditions)
export(compute_distances_between_clusters)
export(get_row_reordering)
export(test_consistency)
export(compute_distances_between_conditions_multichain)
export(compute_distances_between_clusters_multichain)
export(get_row_reordering_multichain)
export(merge_classes_multichain)
export(calculate_gelmanRubin)