Skip to content

Commit

Permalink
Update multiple-sequence-alignment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lee authored Sep 4, 2018
1 parent 0a1809c commit 9171973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/fundamentals/multiple-sequence-alignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ We can now build a (hopefully) improved tree from our multiple sequence alignmen
>>> fig = msa_dm.plot(cmap='Greens')
```

The UPGMA tree that result from the initial (not-aligned) sequences is very different from the UPGMA tree that results from the multiple sequence alignment. First we'll look at the guide tree, and then the tree resulting from the progressive multiple sequence alignment.
The UPGMA tree that result from the initial (not-aligned) sequences is very different from the UPGMA tree that results from the multiple sequence alignment. First we'll look at the intial guide tree, and then the tree resulting from the progressive multiple sequence alignment.

```python
>>> d = dendrogram(guide_lm, labels=guide_dm.ids, orientation='right',
Expand Down

0 comments on commit 9171973

Please sign in to comment.