Teachers
Students
Links
This course aims at providing students with a practical approach of the analysis of biological data with R, based on the concepts acquired in the course “Probabilities and statistics for modelling 1”. The associated mathematical foundations will be developed in the course “Advanced statistics”.
The following notions will be investigated :
Distribution of k-mers (oligonucleotides) in DNA sequences
Analysis of omics data:
Shell command to get a git clone:
git clone git@github.com:jvanheld/stat1.git
Day | Contents | Type | Supports |
---|---|---|---|
2020-02-17 | Fitting theoretical distributions on k-mer counts | Practical | [html] [pdf] [Rmd] |
Live demo starting script | [R] | ||
2020-02-20 | Discrete distributions | Lecture | [html] [pdf] [Rmd] |
K-mer count distributions in promoters | Solutions of the practical | [html] [pdf] [Rmd] | |
Multivariate analysis | |||
2020-03-05 | Study case: the DenBoer 2009 dataset | Slides | [html] [pdf] [Rmd] |
Den Boer (2009): data loading and exploring | Practical | [html] [pdf] [Rmd] | |
Den Boer (2009): data loading and exploring | Solutions | [html] [pdf] [Rmd] [R] | |
2020-03-19 | Supervised classification | Lecture | [pdf] |
Den Boer (2009): supervised classification | Practical | [html] [pdf] [Rmd] |
Data structures
Functions related to the main data structures
Handling strings
Getting help
Handling files and directories
Handling distributions of probabilities
Descriptive statistics
Drawing graphs
Installing and loading R packages
Implementing a function
Documenting a function
Using the apply and related functions
Using R classes and objects