.. biostatistik documentation master file, created by sphinx-quickstart on Mon Apr 17 17:23:28 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. image:: ./logo_hdsu.png :width: 400 :alt: Alternative text | Data Analysis -- MoBi Bachelor -- WS 2021/2022 ============================================== *Dr. Carl Herrmann carl.herrmann (at) bioquant.uni-heidelberg.de* *Dr. Maiwen Caudron-Herger m.caudron (at) dkfz-heidelberg.de* .. toctree:: :maxdepth: 2 :caption: Contents: The purpose of this course is an introduction to basic techniques of scientific data analysis, which every scientist will be confronted with. We will cover: * data visualization (plots) * descriptive statistics (mean, variance, correlation,...) * data exploration and reduction (PCA, clustering,...) * inference statistics (P-values, tests,...) * data modelling (linear/logistic regression,...) Each lecture (Thursday) will be followed by a practical session (Friday) under R/RStudio Reference """"""""" **Books:** * `Intuitive Biostatistics `_ von Harvey Motulsky (Oxford University Press) * `Discovering statistics using R `_ von A. Field, J. Miles, Z. Field (SAGE publications) **Websites:** * `DataCamp free online R introductory course `_ * `R for the data science `_ * `Data Analysis for the Life Science `_ Practical information """"""""""""""""""""" Lecture slides """""""""""""""" * :download:`Part 1 (17.10 - ) <../documents/DataAnalysis3FS_Part1_IntroPlotsCorr.pdf>`: Intro, plots, descriptive statistics * :download:`Part 2 (31.10 - ) <../documents/DataAnalysis3FS_Part2_ClusteringPCA.pdf>`: Clustering, Principal Component Analysis * :download:`Part 3 (7.11 - ) <../documents/DataAnalysis3FS_Distributions.pdf>`: probability distributions * :download:`Part 4 (7.11 - ) <../documents/DataAnalysis3FS_Inference.pdf>`: statistical inference * :download:`Part 5 (7.11 - ) <../documents/DataAnalysis3FS_hypothesisTesting.pdf>`: Hypothesis testing, statistical tests * :download:`Part 6 (5.12 - ) <../documents/DataAnalysis3FS_PowerMultipleTest.pdf>`: Power of a test, (multiple testing) * :download:`Part 7 (12.12 - ) <../documents/DataAnalysis3FS_Regression.pdf>`: Regression analysis .. * :download:`Part 2 (25.10 - ) <../documents/DataAnalysis3FS_part2_clusteringPCA.pdf>`: Clustering, PCA .. * :download:`Part 3 (15.11 - ) <../documents/DataAnalysis3FS_part3_DistributionsInference.pdf>`: Distribution, statistical inference .. * :download:`Part 4 (22.11 - ) <../documents/DataAnalysis3FS_part4_Tests.pdf>`: Hypothesis testing, t-tests .. * :download:`Part 5 (13.12 - ) <../documents/DataAnalysis3FS_part5_ProportionsMultipleTesting.pdf>`: Proportion test, (multiple testing correction) .. * :download:`Part 6 (20.12 - ) <../documents/DataAnalysis3FS_part6_LinearRegression.pdf>`: Linear regression Link to practical parts """"""""""""""""""""""" * `Part 1 `_: Plotting data, describing data * `Part 2 `_: Clustering, principal component analysis * `Part 3 `_: Distributions * `Special Green Friday session `_ * `Part 4 `_: Hypothesis tests * `Part 5 `_: Regression analysis Exercises """"""""" This is a link to a bundle of exercise sheets from the previous years, together with solutions for most of them. This will help to prepare for the exam * :download:`Exercises <../documents/Uebungsblaetter_Biostatistik.zip>` * :download:`Solution for ÜB7 <../documents/07_Uebungsblatt_Loesung.pdf>` * :download:`Solution for ÜB1 <../documents/01_Uebungsblatt_Loesung.pdf>` Demos """""" During the lectures, some demos have been shown. You can find the corresponding Markdown with the code and the output in the following links: * Central Limit Theorem :download:`[click here] <../documents/zentraler_Grenzwertsatz.html>` * Confidence Intervals :download:`[click here] <../documents/CI.html>` Shiny applets """"""""""""" `Shiny `_ makes it possible to build interactive R scripts that can be used using user interface. No programming skills are needed! For some topics of the lecture, we provide Shiny applets to illustrate some concepts, (hopefully) helping in the understanding: * Topic 1 : `QQ Plots `_ * Topic 2 : `Statistical inference `_ * Topic 3 : `Distributions `_ * Topic 4 : `Confidence intervals `_ * Topic 5 : `Power of a test `_