-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
119 lines (106 loc) · 2.2 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
url: https://caranathunge.github.io/promor/
template:
bootstrap: 5
bootswatch: flatly
theme: github-light
mathjax: yes
bslib:
primary: "#17456B"
secondary: "#FFB000"
success: "#419FB7"
base_font: {google: "Lato"}
heading_font: {google: "Lato"}
code_font: {google: "Source Code Pro"}
pkgdown-nav-height: 100px
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L7H9QD25V6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L7H9QD25V6');
</script>
params:
ganalytics: G-L7H9QD25V6
development:
mode: auto
navbar:
structure:
right: [twitter, github]
components:
twitter:
icon: fa-twitter
href: http://twitter.com/caranathunge
aria-label: Twitter
articles:
- title: Getting started
navbar: ~
contents:
- intro_to_promor
- title: Proteomics Data Analysis
navbar: ~
contents:
- promor_no_techreps
- promor_with_techreps
- title: Modeling
navbar: ~
contents:
- promor_for_modeling
reference:
- title: Proteomics Data Analysis
- subtitle: Pre-processing
contents:
- create_df
- aver_techreps
- subtitle: Quality Control
contents:
- filterbygroup_na
- rem_sample
- impute_na
- normalize_data
- subtitle: Differential Expression Analysis
contents:
- find_dep
- subtitle: Visualization
contents:
- corr_plot
- heatmap_na
- impute_plot
- norm_plot
- volcano_plot
- heatmap_de
- subtitle: Miscellaneous
contents:
- onegroup_only
- title: Building Models
- subtitle: Pre-processing
contents:
- pre_process
- rem_feature
- split_data
- subtitle: Modeling
contents:
- train_models
- test_models
- subtitle: Visualization
contents:
- feature_plot
- varimp_plot
- performance_plot
- roc_plot
- title: Data
contents:
- covid_fit_df
- covid_norm_df
- ecoli_norm_df
- ecoli_fit_df
news:
releases:
- text: "Version 0.2.0"
- text: "Version 0.1.1"
- text: "Version 0.1.0"
authors:
Chathurani Ranathunge:
href: "https://www.linkedin.com/in/chathurani-ranathunge"