Before you start
There are some important things that you should take into account before reading this tutorial section:
- Keep in mind that there are many use cases for DIYABC: we will focus only on POPULATION DATA based on SNPs
- We will be using some R programming language, so it will be useful for you to have a little bit of knowledge about it. If you do not know anything about R, here is a free and complete 2 hours introduction to it
- You can find all the code resources here and all the data here
- You should follow these steps:
- First of all, understand how we generate data
- Second, read about how we approach DIYABC
- Third, follow up with Tutorial 1 and Tutorial 2