knitr::opts_chunk$set(echo = TRUE, fig.align = "center", collapse = TRUE, comment = "#>")
The study of genetic relatedness and the flow of genetic information within families, is central in forensic genetics. The aim of this course is to introduce the elegant statistical foundations of relatedness, and to explore important forensic applications. We use the software R for calculations and visualisations, in particular the pedsuite packages for pedigree analysis. Most lectures and exercises are based on the book Pedigree Analysis in R (but you do not need the book in order to attend the course).
After completing the course the participants will have knowledge about:
The following R command installs the pedsuite packages, which will be used throughout the course:
install.packages("pedsuite")
The course runs from 18 to 22 (CEST) each day, with a 15 minute break in the middle. The following schedule is tentative:
link = pedsuite:::linkFUN(folder = "courses/isfg2023")
r link("Pedigrees and measures of relatedness", "Lecture1_pedigrees.pdf")
(MDV)r link("Exercises I", "exercises1.pdf")
r link("Kinship testing", "Lecture2_kinship.pdf")
(TE)r link("Exercises II", "exercises2.pdf")
r link("Relatedness inference and pedigree reconstruction", "Lecture3_reconstruction.pdf")
(MDV)r link("Exercises III", "exercises3.pdf")
r link("Disaster victim identification", "Lecture4_DVI.pdf")
(TE)r link("Exercises IV", "exercises4.pdf")
Solutions to the exercises can be requested by email to magnusdv at gmail dot com.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.