Skip to content

Commit f7e54cb

Browse files
committed
Update Complex-Models.md
1 parent d95aba5 commit f7e54cb

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
@@ -150,25 +150,25 @@ Here, we specify two mixture components and four Gamma rate categories. Effectiv
150150

151151
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

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

155155
Here, we estimate the optimal Q mixture model. To select mixture model and then do the tree search:
156156

157-
iqtree -s example.phy -m MFP+MIX
157+
iqtree -s example.phy -m MIX+MFP
158158

159159
Likelihood ratio test (LRT) with p-value = 0.05 is the default method to assess the number of classes in the Q mixture model. To change the p-value:
160160

161-
iqtree -s example.phy -m MF+MIX -lrt 0.01
161+
iqtree -s example.phy -m MIX+MF -lrt 0.01
162162

163163
Here, we change the LRT p-value to 0.01. To use information criteria instead of LRT to assess the number of classes:
164164

165-
iqtree -s example.phy -m MF+MIX -lrt 0 -merit BIC
165+
iqtree -s example.phy -m MIX+MF -lrt 0 -merit BIC
166166

167167
Here, `-lrt 0` means turning off the LRT, then `-merit BIC` means using BIC to assess the number of classes. (Note that: `-merit` also decides the creterion for selecting subtitution model type in each classes. If using LRT for assessing the number of classes, the default creterion for selecting subtitution model type is BIC.)
168168

169169
Options for ModelFinder also work for MixtureFinder, e.g.:
170170

171-
iqtree -s example.phy -m MF+MIX -mset HKY,GTR -mrate E,I,G,I+G
171+
iqtree -s example.phy -m MIX+MF -mset HKY,GTR -mrate E,I,G,I+G
172172

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

0 commit comments

Comments
 (0)