-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
37 lines (36 loc) · 831 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
# Generated by roxygen2: do not edit by hand
export(URG_getFactor)
export(URG_normalize)
export(best_subnets)
export(column)
export(extend_subnets)
export(get_adjusted_deg_diff)
export(get_diff_ratio_net)
export(get_ratio_distribution)
export(get_ratio_distribution2)
export(get_ratio_variance)
export(get_shortest_distances)
export(get_subnets)
export(kappa_score)
export(make_DEG_data)
export(make_DEG_data2)
export(make_DEG_pattern)
export(markrank)
export(netDEG)
export(netDEG_pvalue)
export(net_align)
export(net_query)
export(net_query_batch)
export(nnzero)
export(p_combine)
export(pmultihyper)
export(pmultinom)
export(read_net)
export(rmultihyper)
export(simulate_dropout)
export(simulate_dropout2)
export(simulate_sample_groups)
export(submatrix)
export(write_net)
import(Matrix)
useDynLib(Corbi, .registration = TRUE)