The coalescent (ASTRAL)
Previous class check-up
- We studied the coalescent model on a species tree
Learning objectives
At the end of today’s session, you will be able to
- use ASTRAL software
Pre-class work
Read the paper: ASTRAL
Software: In-class exercise
Instructions: Up until now, you have followed the commands I provide for the computer lab. This time work individually or in teams to run ASTRAL on the toy data song_mammals.424.gene.tre in the ASTRAL github.
You can follow the instructions to install and run ASTRAL in the documentation.
Keep good notes of all the steps you are running for ASTRAL in a md file (as we have done so far in class) and write down an accompanying paragraph for a Methods section in the paper describing your ASTRAL analysis.
You can read the estimated species tree in R. Note that the name of the file could be different depending on what you chose.
library(ape)
tre = read.tree(file="song-astral.tre")
plot(tre)
Take-home message: always read carefully the paper and the documentation of any phylogenetic method you use
Create your own cheatsheet with description, strengths, weaknesses, assumptions and user choices (and other things you find relevant).
Homework
See the details of the Coalescent HW in here.