-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
92 lines (84 loc) · 2.04 KB
/
_pkgdown.yml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
destination: docs
template:
params:
bootswatch: flatly
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
right:
- news
- github
- twitter
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Vignettes
menu:
- text: WExT Statistics
href: articles/statistics.html
- text: Computing the Weighted Exclusivity Test (WExT)
href: articles/computing_probabilities.html
- text: Simple Example (the hard way)
href: articles/simpleexample-hardway.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/jhrcook/wext
twitter:
icon: fab fa-twitter fa-lg
href: https://twitter.com/JoshDoesa
reference:
- title: The WExT package
desc: >
General information about the package
contents:
- '`wext`'
- title: Statistical functions
desc: >
Functions that underpin the statistics for the Weighted Exclusivity
Test (WExT)
contents:
- '`calculate_row_exclusivity_weights`'
- '`calculate_row_col_exclusivity_weights`'
- '`calculate_weighted_row_exclusivity_weights`'
- '`rc_test`'
- '`calculate_events`'
- title: Edge swapping
desc: >
Functions used for the edge swap algorithm to sample possible matrices in
the Row-Column-Exclusivity test
contents:
- '`bipartite_edge_swap`'
- '`bipartite_edge_swap2`'
- '`bipartite_edge_swap3`'
- '`swap_an_edge`'
- '`swap_an_edge2`'
- '`swap_an_edgeC`'
- '`random_edge_nodes`'
- '`remove_edge`'
- title: Utilities
desc: utilitiy functions used throughout
contents:
- '`bipartite_edgelist`'
- '`matrix_to_tibble`'
- '`get_node_index`'
- '`check_gr`'
- '`make_sample_gene_bipartite`'
- '`filter_by_mutation_frequency`'
- '`results_tracker`'
- title: Example data sets
desc: Small data sets used for examples and testing
contents:
- '`simple_dataset`'