forked from statOmics/PDA23EBI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
43 lines (43 loc) · 1.24 KB
/
_site.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
name : "PDA24EBI"
title : "Proteomics Data Analysis 24 for EBI (PDA24EBI)"
navbar:
title: "PDA24EBI"
left:
- icon: fa-home
href: index.html
- text: "Topics"
icon: fa-chalkboard-teacher
menu:
- text: Quantification - Preprocessing
href: pda_quantification_preprocessing.html
- text: Wrap-up Preprocessing - Peptide-Level-Models
href: pda_robustSummarisation_peptideModels.html
- text: Quantification - Differential Abundance Analysis
href: pda_quantification_inference.html
- text: "Exercises"
icon: fa-laptop
menu:
- text: Quantification - Preprocessing
href: cptac_robust_gui.html
- text: Quantification - Design
href: msqrob2guiTutorial.html
right:
- icon: fab fa-github
href: https://github.com/statOmics/PDA24EBI
- text: "statOmics"
href: http://statomics.github.io/
output:
html_document:
code_download: true
df_print: paged
theme: flatly
highlight: tango
toc: true
toc_float: true
number_sections: true
code_folding: show
include:
after_body: footer.html
css: style.css
new_session: true
exclude: ["renv.lock", "update_install_R.R", "install.R"]