-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
45 lines (44 loc) · 991 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
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export(ICE)
export(correct_mat_from_b)
export(evec_dist)
export(first_max)
export(first_min)
export(fitcnv)
export(get_contacts_matrix)
export(get_contacts_per_bin)
export(get_distance_decay)
export(get_expected_matrix)
export(kr_sparse)
export(laplacian_matrix)
export(logfinite)
export(logpseudo)
export(make_bins)
export(mat2df)
export(oned)
export(paste_matrices)
export(plot_matrix)
export(reduce_resolution)
export(reproducibility_score)
export(scc)
export(subsample_matrix)
export(subset_matrix)
export(symmetrize_matrix)
export(upper_tri)
import(Matrix)
import(magrittr)
importFrom(data.table,fread)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(mgcv,gam)
importFrom(mgcv,nb)
importFrom(mgcv,negbin)
useDynLib(dryhic)