-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
59 lines (53 loc) · 1.27 KB
/
Copy path_pkgdown.yml
File metadata and controls
59 lines (53 loc) · 1.27 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
template:
params:
bootswatch: cosmo
navbar:
structure:
left: [home, articles, reference, news]
right: [github]
components:
home:
icon: fa-home fa-lg
href: index.html
articles:
text: Vignette
href: articles/combiroc_standard.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/ingmbioinfo/combiroc
reference:
- title: "Built-in demo datasets"
desc: "Demonstrative datasets to be used as examples (AIH proteomics datasets)"
contents:
- demo_data
- demo_unclassified_data
- title: "Input and format data"
desc: "Functions to read-in and correctly format datasets"
contents:
- load_data
- load_uclassified_data
- combiroc_long
- title: "Exploratory functions"
desc: "Functions to explore the data before actual analysis"
contents:
- markers_distribution
- single_markers_statistics
- title: "Analysis functions"
desc: "Functions for the standard analytical workflow"
contents:
- combi
- se_sp
- ranked_combs
- roc_reports
- classify
- title: "Ancillary"
desc: "Additional functions to explore results"
contents:
- show_markers
- combs_with