Skip to content

Commit

Permalink
added alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrut committed Feb 5, 2024
1 parent eb524d8 commit 550e41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/data-science/tutorials/gnmx-lecture4/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ notebook:
---


[![](https://imgs.xkcd.com/comics/seven.png)](https://xkcd.com/2483)
[![XKCD 2483](https://imgs.xkcd.com/comics/seven.png)](https://xkcd.com/2483)


Preclass prep: Chapters [5](https://greenteapress.com/thinkpython2/html/thinkpython2009.html) and [7](https://greenteapress.com/thinkpython2/html/thinkpython2011.html) from "Think Python"
Expand Down Expand Up @@ -297,7 +297,7 @@ def edDistDp(x, y):
```
A graphical representation of the matrix between `GCGTATGCACGC` and `GCTATGCCACGC` looks like this:

![](https://i.imgur.com/veMfPFt.png)
![A DP matrix with Seaborn](https://i.imgur.com/veMfPFt.png)

This image is generated using [Seaborn](https://seaborn.pydata.org/index.html) package using matrix directly:

Expand Down

0 comments on commit 550e41d

Please sign in to comment.