-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConcatenation_approach.Rmd
43 lines (25 loc) · 1.19 KB
/
Concatenation_approach.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: "Concatenation Approach"
output: github_document
editor_options:
chunk_output_type: console
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,
eval = FALSE,
fig.path = "figures/",
out.width = "50%")
```
**Author**: [Léo-Paul Dagallier](https://github.com/LPDagallier)
**Last update**: `r format(Sys.Date())`
***
In the concatenation approach we will first concatenate the MSAs of all the loci into a single MSA (or 'supermatrix'), and then infer the species tree from the supermatrix.
Here we'll present species tree inference with [RAxML](https://cme.h-its.org/exelixis/web/software/raxml/) and [IQ-TREE](http://www.iqtree.org/). With RAxML, the MSAs for all the loci need to be concatenated into a single supermatrix prior to RAxML inference. With IQ-TREE, we can directly input all the MSAs files that will be concatenated internally by IQ-TREE.
🚧🚧🚧
🚧🚧🚧
## Infer tree with IQ-TREE
🚧🚧🚧
🚧🚧🚧
Under construction, more coming soon. (feel free to send me an email or open an issue to pressure me)
Draft:
To concatenate matrices: https://github.com/marekborowiec/AMAS/