-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathusingJModelTest.html
29 lines (29 loc) · 1.72 KB
/
usingJModelTest.html
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
<h1 id="using-jmodeltest">Using jModelTest</h1>
<p>These are written for use with jModelTest 2.1.4 running on a Mac</p>
<h2 id="running-a-basic-quick-analysis">Running a basic quick analysis</h2>
<h3 id="load-alignment-file">Load alignment file</h3>
<p><em>File->Load DNA Alignment</em> and select alignment of interest</p>
<p>You can try <a href="./sequences/phosphoproteinCDSsLabelsEd_alphanumericUnderscoreOnly.webprank">this example file</a>.</p>
<h3 id="compute-likelihood-scores-for-different-models">Compute likelihood scores for different models</h3>
<p><em>Analysis->Compute likelihood scores</em></p>
<p>To run a very quick analysis, just choose</p>
<p><em>Likelihood settings</em></p>
<ul class="incremental">
<li>Number of substitution schemes->3</li>
<li>Base frequencies->check</li>
<li>Rate variation->uncheck both +I and +G</li>
<li>Base tree for likelihood calculations->Fixed BIONJ-JC</li>
</ul>
<p>and then click "Compute likelihoods"</p>
<p>To include the GTR model in the scheme you need to run as above but using <strong>Base frequencies->check</strong></p>
<h3 id="calculate-selection-criteria">Calculate selection criteria</h3>
<p>For now we'll just use AIC</p>
<p><em>Analysis->Do AIC calculations...</em></p>
<p>then click "Do AIC calculations"</p>
<h3 id="view-results">View results</h3>
<p><em>Results->Show results table</em></p>
<p>Then choose the AIC tab.</p>
<p>The preferred models are those with the lower AICs; used very naievely, one would assume that the best model to take is the one with the lowest AIC.</p>
<h3 id="saving-the-results">Saving the results</h3>
<p><em>Results->Build HTML log</em></p>
<p>will write an HTML output file containing the results of the analysis</p>