You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Complex-Models.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,15 +158,17 @@ Here, we estimate the optimal Q mixture model. To select mixture model and then
158
158
159
159
iqtree -s example.phy -m MIX+MFP
160
160
161
-
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:
161
+
BIC is the default criterion to assess the number of classes in the Q mixture model. AIC, AICc or Likelihood ratio test (LRT) are also available to assess the number of classes.
162
162
163
-
iqtree -s example.phy -m MIX+MF -lrt 0.01
163
+
To use AIC:
164
+
165
+
iqtree -s example.phy -m MIX+MF -merit AIC
164
166
165
-
Here, we change the LRTp-value to 0.01. To use information criteria instead of LRT to assess the number of classes:
167
+
To useLikelihood ratio test (LRT) with p-value = 0.05 to assess the number of classes:
166
168
167
-
iqtree -s example.phy -m MIX+MF -lrt 0 -merit BIC
169
+
iqtree -s example.phy -m MIX+MF -lrt 0.05
168
170
169
-
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.)
171
+
(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.)
170
172
171
173
Options for ModelFinder also work for MixtureFinder, e.g.:
172
174
@@ -178,7 +180,7 @@ Other options for MixtureFinder:
|`-qmax`| Maximum number of Q-mixture classes (default: 10). Specify a number after the option (e.g., `-qmax 5`). |
181
-
|`-mrate-twice`| Whether estimate the rate heterogeneity across sites models again after select the best Q-mixture model. 1: yes, 0: no. (default: 1) |
183
+
|`-mrate-twice`| Whether estimate the rate heterogeneity across sites models again after select the best Q-mixture model. 1: yes, 0: no. (default: 0) |
182
184
183
185
If you use MixtureFinder in a publication please cite:
0 commit comments