-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
executable file
·72 lines (64 loc) · 1.42 KB
/
_pkgdown.yml
File metadata and controls
executable file
·72 lines (64 loc) · 1.42 KB
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
url: https://github.com/montilab/CaDrA/
development:
mode: auto
template:
params:
bootswatch: cosmo
authors:
Reina Chau:
href: https://github.com/RC-88
Stefano Monti:
href: https://github.com/tetomonti
Katia Bulekova:
href: https://github.com/katgit
Vinay Kartha:
href: https://github.com/vkartha
news:
one_page: false
reference:
- title: Workflow Methods
desc: ~
contents:
- '`CaDrA`'
- '`candidate_search`'
- '`calc_rowscore`'
- '`topn_best`'
- '`prefilter_data`'
- '`generate_permutations`'
- title: Plot Methods
desc: ~
contents:
- '`meta_plot`'
- '`topn_plot`'
- '`permutation_plot`'
- title: Data Objects
desc: ~
contents:
- '`sim_FS`'
- '`sim_Scores`'
- '`topn_list`'
- '`perm_res`'
- '`CCLE_MUT_SCNA`'
- '`CTNBB1_reporter`'
- '`BRCA_GISTIC_MUT_SIG`'
- '`TAZYAP_BRCA_ACTIVITY`'
navbar:
title: "CaDrA"
left:
- icon: fa-home
href: index.html
- text: "Documentation"
menu:
- text: "Scoring Functions"
href: articles/scoring_functions.html
- text: "Permutation-Based Testing"
href: articles/permutation_based_testing.html
- text: "How to run CaDrA within a Docker Environment"
href: articles/docker.html
- text: "Reference"
href: reference/index.html
right:
- text: "Change Log"
href: news/index.html
- icon: fa-github
href: https://github.com/montilab/CaDrA