Skip to content

Commit 4055dc9

Browse files
committed
Update MixtureFinder
1 parent 53daf28 commit 4055dc9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/Complex-Models.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Here, we specify two mixture components and four Gamma rate categories. Effectiv
148148

149149
### MixtureFinder
150150

151-
MixtureFinder is an approach to select the optimum number of classes for a mixture model of Q matrices. To run MixtureFinder:
151+
MixtureFinder is an approach to select the optimum number of classes and the substitution model in each class for a mixture model of Q matrices. To run MixtureFinder:
152152

153153
iqtree -s example.phy -m MF+MIX
154154

@@ -173,10 +173,10 @@ Options for ModelFinder also work for MixtureFinder, e.g.:
173173
The `-mset HKY,GTR` means we select subtitution model type among only `HKY` and `GTR` substitution models in each iteration of adding one more class. The `-mrate E,I,G,I+G` means we select the rate heterogeneity across sites models among `+E`, `+I`, `G` and `+I+G` models.
174174

175175
Other options for MixtureFinder:
176-
| Model option | Description |
177-
| ------------- | -------------------------------------------------------------------------------------------------------------- |
178-
| `-qmax` | Maximum number of Q-mixture classes (default: 10). Specify a number after the option (e.g., `-qmax 5`). |
179-
| `-mate-twice` | estimate the rate heterogeneity across sites models again after select the best Q-mixture model (default: off) |
176+
| Model option | Description |
177+
| -------------- | ------------------------------------------------------------------------------------------------------------- |
178+
| `-qmax` | Maximum number of Q-mixture classes (default: 10). Specify a number after the option (e.g., `-qmax 5`). |
179+
| `-mrate-twice` | estimate the rate heterogeneity across sites models again after select the best Q-mixture model (default: on) |
180180

181181

182182
### Profile mixture models

0 commit comments

Comments
 (0)