Skip to content

Commit 1229638

Browse files
Render course
1 parent 986aacc commit 1229638

39 files changed

+80
-80
lines changed

docs/05-alignment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ DNA.no_trans <- AlignSeqs(dna)
105105
## Aligning Sequences:
106106
## ================================================================================
107107
##
108-
## Time difference of 0.31 secs
108+
## Time difference of 0.4 secs
109109
##
110110
## Iteration 1 of 2:
111111
##
@@ -122,7 +122,7 @@ DNA.no_trans <- AlignSeqs(dna)
122122
## Realigning Sequences:
123123
## ================================================================================
124124
##
125-
## Time difference of 0.55 secs
125+
## Time difference of 0.77 secs
126126
##
127127
## Iteration 2 of 2:
128128
##
@@ -139,7 +139,7 @@ DNA.no_trans <- AlignSeqs(dna)
139139
## Realigning Sequences:
140140
## ================================================================================
141141
##
142-
## Time difference of 0.74 secs
142+
## Time difference of 0.75 secs
143143
##
144144
## Refining the alignment:
145145
## ================================================================================
@@ -202,7 +202,7 @@ DNA.trans <- AlignTranslation(dna)
202202
## Realigning Sequences:
203203
## ================================================================================
204204
##
205-
## Time difference of 0.16 secs
205+
## Time difference of 0.17 secs
206206
```
207207

208208
Translating the nucleotide sequences sped up the alignment process, although both were fast enough it isn't a big deal to directly align the nucleotides. Your choice of which alignment procedure to use will largely come down to whether you are using coding sequence and how divergent your samples are. If you aren't using coding sequence, you will need to align using the nucleotides. If you have samples from deeply divergent species (especially if they come from different phyla), you will generally get a better alignment if you let the program translate your nucleotide sequence to amino acids first.
@@ -264,7 +264,7 @@ DNA.no_trans.1 <- AlignSeqs(dna, gapOpening = c(-20, -10), gapExtension = c(-5,
264264
## Realigning Sequences:
265265
## ================================================================================
266266
##
267-
## Time difference of 0.62 secs
267+
## Time difference of 0.63 secs
268268
##
269269
## Iteration 2 of 2:
270270
##
@@ -281,7 +281,7 @@ DNA.no_trans.1 <- AlignSeqs(dna, gapOpening = c(-20, -10), gapExtension = c(-5,
281281
## Realigning Sequences:
282282
## ================================================================================
283283
##
284-
## Time difference of 0.55 secs
284+
## Time difference of 0.56 secs
285285
##
286286
## Refining the alignment:
287287
## ================================================================================

docs/06-neighbor-joining.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ There are enough substitution models out there that it can be a bit overwhelming
9393
## Realigning Sequences:
9494
## ================================================================================
9595
##
96-
## Time difference of 0.55 secs
96+
## Time difference of 0.56 secs
9797
##
9898
## Iteration 2 of 2:
9999
##
@@ -110,12 +110,12 @@ There are enough substitution models out there that it can be a bit overwhelming
110110
## Realigning Sequences:
111111
## ================================================================================
112112
##
113-
## Time difference of 0.74 secs
113+
## Time difference of 0.76 secs
114114
##
115115
## Refining the alignment:
116116
## ================================================================================
117117
##
118-
## Time difference of 0.79 secs
118+
## Time difference of 0.82 secs
119119
```
120120

121121

docs/09-maximum-likelihood.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ fitGTR.G
157157
## unconstrained loglikelihood: -20944.97
158158
## Discrete gamma model
159159
## Number of rate categories: 4
160-
## Shape parameter: 1.196882
160+
## Shape parameter: 1.19688
161161
##
162162
## Rate matrix:
163163
## a c g t
164-
## a 0.0000000 0.4378419 1.6826672 0.7665309
165-
## c 0.4378419 0.0000000 0.4612305 2.7050204
166-
## g 1.6826672 0.4612305 0.0000000 1.0000000
167-
## t 0.7665309 2.7050204 1.0000000 0.0000000
164+
## a 0.0000000 0.4378420 1.6826685 0.7665308
165+
## c 0.4378420 0.0000000 0.4612309 2.7050199
166+
## g 1.6826685 0.4612309 0.0000000 1.0000000
167+
## t 0.7665308 2.7050199 1.0000000 0.0000000
168168
##
169169
## Base frequencies:
170170
## a c g t
@@ -192,17 +192,17 @@ fitGTR.G.I
192192
## model: GTR+G(4)+I
193193
## loglikelihood: -11945.78
194194
## unconstrained loglikelihood: -20944.97
195-
## Proportion of invariant sites: 5.218685e-05
195+
## Proportion of invariant sites: 5.218644e-05
196196
## Discrete gamma model
197197
## Number of rate categories: 4
198198
## Shape parameter: 1.196526
199199
##
200200
## Rate matrix:
201201
## a c g t
202-
## a 0.0000000 0.4369735 1.6803298 0.7652378
203-
## c 0.4369735 0.0000000 0.4602451 2.7015546
204-
## g 1.6803298 0.4602451 0.0000000 1.0000000
205-
## t 0.7652378 2.7015546 1.0000000 0.0000000
202+
## a 0.0000000 0.4369734 1.6803296 0.7652394
203+
## c 0.4369734 0.0000000 0.4602445 2.7015575
204+
## g 1.6803296 0.4602445 0.0000000 1.0000000
205+
## t 0.7652394 2.7015575 1.0000000 0.0000000
206206
##
207207
## Base frequencies:
208208
## a c g t
@@ -230,7 +230,7 @@ fitK80.I
230230
## model: K80+I
231231
## loglikelihood: -12195.32
232232
## unconstrained loglikelihood: -20944.97
233-
## Proportion of invariant sites: 0.2632002
233+
## Proportion of invariant sites: 0.2632001
234234
##
235235
## Rate matrix:
236236
## a c g t

docs/11-time-trees.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ time.tree_dated <- chronos(time.tree, lambda = 1, model = "discrete", quiet = FA
129129
##
130130
## Setting initial dates...
131131
## Fitting in progress... get a first set of estimates
132-
## (Penalised) log-lik = -3.863642
133-
## Optimising rates... frequencies... dates... -3.863642
134-
## Optimising rates... frequencies... dates... -3.542536
132+
## (Penalised) log-lik = -3.840593
133+
## Optimising rates... frequencies... dates... -3.840593
134+
## Optimising rates... frequencies... dates... -3.542538
135135
##
136-
## log-Lik = -3.542536
136+
## log-Lik = -3.542538
137137
## PHIIC = 67.09
138138
```
139139

docs/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424

25-
<meta name="date" content="2025-01-30" />
25+
<meta name="date" content="2025-05-06" />
2626

2727
<meta name="viewport" content="width=device-width, initial-scale=1" />
2828
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/About.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ These credits are based on our [course contributors table guidelines](https://gi
4242
## collate en_US.UTF-8
4343
## ctype en_US.UTF-8
4444
## tz Etc/UTC
45-
## date 2025-01-30
45+
## date 2025-05-06
4646
## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown)
4747
##
4848
## ─ Packages ───────────────────────────────────────────────────────────────────

docs/about-the-authors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424

25-
<meta name="date" content="2025-01-30" />
25+
<meta name="date" content="2025-05-06" />
2626

2727
<meta name="viewport" content="width=device-width, initial-scale=1" />
2828
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -424,7 +424,7 @@ <h1>About the Authors<a href="about-the-authors.html#about-the-authors" class="a
424424
## collate en_US.UTF-8
425425
## ctype en_US.UTF-8
426426
## tz Etc/UTC
427-
## date 2025-01-30
427+
## date 2025-05-06
428428
## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown)
429429
##
430430
## ─ Packages ───────────────────────────────────────────────────────────────────

docs/adding-calibration-points-to-your-phylogenies.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424

25-
<meta name="date" content="2025-01-30" />
25+
<meta name="date" content="2025-05-06" />
2626

2727
<meta name="viewport" content="width=device-width, initial-scale=1" />
2828
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -389,11 +389,11 @@ <h2><span class="header-section-number">20.2</span> Adding calibration points to
389389
<pre><code>##
390390
## Setting initial dates...
391391
## Fitting in progress... get a first set of estimates
392-
## (Penalised) log-lik = -3.863642
393-
## Optimising rates... frequencies... dates... -3.863642
394-
## Optimising rates... frequencies... dates... -3.542536
392+
## (Penalised) log-lik = -3.840593
393+
## Optimising rates... frequencies... dates... -3.840593
394+
## Optimising rates... frequencies... dates... -3.542538
395395
##
396-
## log-Lik = -3.542536
396+
## log-Lik = -3.542538
397397
## PHIIC = 67.09</code></pre>
398398
<p>Before we plot the tree, we need to do a bit of formatting of the branch lengths (called edge.length). R will be default save these values to 10 decimal places, which can make visualization a little tricky. We’re going to format them so they only have two decimal places, then plot them on top of the time tree.</p>
399399
<div class="sourceCode" id="cb141"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb141-1"><a href="adding-calibration-points-to-your-phylogenies.html#cb141-1" tabindex="-1"></a>time.tree_dated<span class="sc">$</span>edge.length <span class="ot">&lt;-</span> <span class="fu">round</span>(time.tree_dated<span class="sc">$</span>edge.length, <span class="at">digits =</span> <span class="dv">2</span>)</span>

docs/ancestral-state-reconstruction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424

25-
<meta name="date" content="2025-01-30" />
25+
<meta name="date" content="2025-05-06" />
2626

2727
<meta name="viewport" content="width=device-width, initial-scale=1" />
2828
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/building-a-neighbor-joining-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424

25-
<meta name="date" content="2025-01-30" />
25+
<meta name="date" content="2025-05-06" />
2626

2727
<meta name="viewport" content="width=device-width, initial-scale=1" />
2828
<meta name="apple-mobile-web-app-capable" content="yes" />

0 commit comments

Comments
 (0)