-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
33 lines (32 loc) · 958 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
# Generated by roxygen2: do not edit by hand
export(bipartite_edge_swap)
export(bipartite_edge_swap2)
export(bipartite_edge_swap3)
export(calc_comut_events)
export(calc_mutex_events)
export(calculate_row_col_exclusivity_weights)
export(calculate_row_exclusivity_weights)
export(calculate_weighted_row_exclusivity_weights)
export(check_gr)
export(comutation_results_tracker)
export(edgelist_to_bipartite_graph)
export(exclusivity_results_tracker)
export(filter_by_mutation_frequency)
export(get_node_index)
export(make_combs_tibble)
export(make_empty_results_tracker)
export(make_sample_gene_bipartite)
export(matrix_to_tibble)
export(random_edge_nodes)
export(rc_test)
export(remove_edge)
export(swap_an_edge)
export(swap_an_edge2)
export(swap_an_edgeC)
export(to_bipartite_edgelist)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(tidygraph,"%E>%")
importFrom(tidygraph,"%N>%")
useDynLib(wext, .registration = TRUE)