-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 944 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(PATH_inf)
export(PATHpro)
export(PATHpro.XW)
export(catMat)
export(euc)
export(exp_tree_dist)
export(idealized_phylogeny)
export(inv_tree_dist)
export(one_node_depth)
export(one_node_tree_dist)
export(rP)
export(rQ)
export(ran_tree_with_states)
export(xcor)
export(xcor_gsea)
import(data.table)
import(magrittr)
importFrom(Matrix,colMeans)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(castor,get_all_pairwise_distances)
importFrom(data.table,data.table)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,desc)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(expm,expm)
importFrom(expm,logm)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(parallel,detectCores)
importFrom(parallel,mcmapply)
importFrom(qlcMatrix,corSparse)
importFrom(stats,nlminb)
importFrom(stats,pnorm)
importFrom(stats,runif)