generated from statOmics/Rmd-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
47 lines (47 loc) · 1.36 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
44
45
46
47
name : "PDA"
title : "Proteomics Data Analysis (PDA)"
navbar:
title: "PDA"
left:
- icon: fa-home
href: index.html
- text: "Topics"
icon: fa-chalkboard-teacher
menu:
- text: Experimental Design
href: pda_experimentalDesign1.html
- 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: Wrap-up DA - Blocking
href: pda_blocking_wrapup.html
- text: "Exercises"
icon: fa-laptop
menu:
- text: Quantification - Preprocessing
href: pda_tutorialPreprocessing.html
- text: Quantification - Design
href: pda_tutorialDesign.html
right:
- icon: fab fa-github
href: https://github.com/statOmics/PDA
- 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"]