Skip to content

Commit 3855bc7

Browse files
committed
update tutorial for MOLE 2023
1 parent 283f038 commit 3855bc7

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

doc/workshop/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Throughout the year, members of IQ-TREE development team teach workshops on mole
99
### Upcoming Workshops
1010

1111

12-
| Date | Course Title | Location | Instructor |
12+
| Date | Course Name and Materials | Location | Instructor |
1313
|------|---------------|----------------------------|-------------|
14-
| May 26 - Jun 5, 2023 | [Workshop on Molecular Evolution](https://molevolworkshop.github.io) | Marine Biological Laboratory, Woods Hole, USA | Bui Quang Minh |
14+
| May 26 - Jun 5, 2023 | [Workshop on Molecular Evolution](https://molevolworkshop.github.io), [IQ-TREE 2 tutorial](molevol2023) | Marine Biological Laboratory, Woods Hole, USA | Bui Quang Minh |
1515
| Aug 20-25, 2023 | [27th Bioinformatics Workshop on Virus Evolution and Molecular Epidemiology (VEME)](https://veme.climade.health/27th-international-bioinformatics-workshop-on-virus-evolution-and-molecular-epidemiology-veme/) | Stellenbosch, South Africa | Heiko Schmidt |
1616

1717
### Past Workshops

doc/workshop/molevol2023.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ IQ-TREE 2 Tutorial (Workshop on Molecular Evolution, Woods Hole 2023)
2020
- [3) Applying partition model](#3-applying-partition-model)
2121
- [4) Choosing the best partitioning scheme](#4-choosing-the-best-partitioning-scheme)
2222
- [5) Tree topology tests](#5-tree-topology-tests)
23-
- [6) Identifying most influential genes](#6-identifying-most-influential-genes)
24-
- [7) Removing influential genes](#7-removing-influential-genes)
25-
- [8) Concordance factors](#8-concordance-factors)
23+
- [6) Tree mixture model](#6-tree-mixture-model) (NEW THIS YEAR)
24+
- [7) Identifying most influential genes](#7-identifying-most-influential-genes)
25+
- [8) Removing influential genes](#8-removing-influential-genes)
26+
- [9) Concordance factors](#9-concordance-factors)
2627

2728
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2829

@@ -239,7 +240,7 @@ Options explained:
239240
> * Can you reject this tree according to the Shimodaira Hasegawa test, assuming a
240241
> p-value cutoff of 0.05?
241242
>
242-
> * Can you reject this tree according to the Approximately Unbiased test,
243+
> * Can you reject this tree according to the Approximately Unbiased test,
243244
> assuming a p-value cutoff of 0.05?
244245
{: .tip}
245246

@@ -266,7 +267,7 @@ under that tree. Unlike partition models, tree mixture model does not need to a
266267
partition file, and thus is actually simpler to run.
267268

268269
Your task is now to apply the MAST model to the Turtle data. To use this model, you
269-
will need to use the option `-m` to specify the model, and adding a "+T" in the model name.
270+
will need to use the option `-m` to specify the model, and adding "+T" to the model name.
270271
For example, you can use `-m GTR+T`, but this model is a bit too simple. The better way is
271272
to look again the best model found in step 2, and add "+T" to that model name in a run
272273
like this:
@@ -283,10 +284,12 @@ Options explained:
283284
* `--prefix` is the option you know already to avoid overwriting output files from
284285
previous run.
285286

286-
> **QUESTIONS**
287+
> **QUESTIONS:**
287288
>
288289
> * Look at `turle.mix.iqtree` for the line printing the tree weights. Which tree
289-
> has a higher weight?
290+
> has a higher weight? Is it the tree having higher likelihood found in step 5?
291+
>
292+
{: .tip}
290293

291294
7) Identifying most influential genes
292295
-------------------------------------
@@ -348,10 +351,11 @@ You will need to figure out a command line to run IQ-TREE yourself here.
348351
> * Does this tree agree with the published tree ([Chiari et al., 2012])?
349352
{: .tip}
350353

351-
9) Concordance factors (optional)
354+
9) Concordance factors
352355
----------------------
353356
<div class="hline"></div>
354357

358+
> This task is optional
355359
356360
So far we have assumed that gene trees and species tree are equal. However, it is
357361
well known that gene trees might be discordant. Therefore, we now want to quantify

0 commit comments

Comments
 (0)