forked from statOmics/PDA23EBI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
96 lines (57 loc) · 4.19 KB
/
index.Rmd
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
---
title: Proteomics Data Analysis (PDA)
output:
html_document:
code_download: false
toc: false
toc_float: false
number_sections: false
bibliography: msqrob2.bib
---
```{r setup, include=FALSE, cache=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
***
```{r echo=FALSE}
knitr::include_graphics("./figures/IntroFig.png")
```
### Course Description
Mass spectrometry based proteomic experiments generate ever larger datasets and, as a consequence, complex data interpretation challenges. This course focuses on the statistical concepts for peptide identification, quantification, and differential analysis. Moreover, more advanced experimental designs and blocking will also be introduced. The core focus will be on shotgun proteomics data, and quantification using label-free precursor peptide (MS1) ion intensities. The course will rely exclusively on free and userfriendly opensource tools in R/Bioconductor. The course will provide a solid basis for beginners, but will also bring new perspectives to those already familiar with standard data interpretation procedures in proteomics.
Students can sharpen their background knowledge on Mass Spectrometry, Proteomics & Bioinformatics for Proteomics
here:
[Mass Spectrometry and Bioinformatics for Proteomics](./techvid.html)
### Target Audience
This course is oriented towards biologists and bioinformaticians with a particular interest in differential analysis for quantitative proteomics.
According to the target audience of the course we either work with a graphical user interface (GUI) in a R/shiny App msqrob2gui e.g.
- Proteomics Data Analysis course at the Gulbenkian institute
- Proteomics Bioinformatics course of the EBI
- BePA introduction: What can proteomics do for you?
or with R/markdowns scripts e.g.
- Bioinformatics Summer School at UCLouvain
- Statistical Genomics Course at Ghent University.
### Software & Data
- [Install msqrob2 software](./software.html)
- [Download data](https://github.com/statOmics/PDA/archive/refs/heads/data.zip)
Note, that users who develop R/markdown scripts can access data both from the web or from disk within their scripts. So they do not need to download the data first. The msqrob2gui Shiny App only works with data that is available on disk.
- More information on our tools can be found in our papers [@goeminne2016], [@goeminne2020] and [@sticker2020]. Please refer to our work when using our tools.
### Instructor
- [Lieven Clement](https://statomics.github.io/pages/about.html), Associate Professor of Statistical Genomics, [statOmics](https://statomics.github.io/), [Ghent University](https://www.ugent.be/), Belgium
### Issues
If you encounter problems related to the course material (e.g. package installation problems, bugs in the code, typos, ...), please consider [posting an issue on GitHub](https://github.com/statOmics/PDA/issues).
---
### Detailed Program
1. Preprocessing & Analysis of Label Free Quantitative Proteomics Experiments with Simple Designs
- Lecture: [Preprocessing](./pda_quantification_preprocessing.html), [[PDF](./pda_quantification_preprocessing.pdf)]
- Tutorial: [preprocessing](./cptac_robust_gui.html)
- Wrap-up: [Peptide-based Models](./pda_robustSummarisation_peptideModels.html)[[PDF](./pda_robustSummarisation_peptideModels.pdf)]
2. Statistical Inference & Analysis of Experiments with Factorial Designs
- Lecture: [Differential Abundance Analysis](./pda_quantification_inference.html), [[PDF](./pda_quantification_inference.pdf)]
- Tutorial: [Design](msqrob2guiTutorial.html)
---
### Acknowledgements
A special thanks to Pedro Fernandes, Coordinator of the GTPB Bioinformatics Training Programme, Instituto Gulbenkian de Ciencia, who radically changed our view on teaching and immersed us in the teaching method that we use in this course.
### License
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
This project is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0)
---
### References