Skip to content

Commit

Permalink
Update 03-antiSMASHdb-MiBiG.md
Browse files Browse the repository at this point in the history
corregi rutas de la imgenes
  • Loading branch information
andrespan authored Aug 22, 2024
1 parent f05d08e commit 0bb01e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _episodes/03-antiSMASHdb-MiBiG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ occurences
{: .language-python}

<a href="{{ page.root }}/fig/21-08-24-chapter9-occurences.png">
<img src="{{ page.root }}fig/21-08-24-chapter9-occurences.png" alt="the content of the ocurrences grouped by species column" />
<img src="{{ page.root }}/fig/21-08-24-chapter9-occurences.png" alt="the content of the ocurrences grouped by species column" />
</a>

Let's see our first visualization of the BGC content on a heatmap.
Expand All @@ -140,8 +140,8 @@ plt.show()
~~~
{: .language-python}

<a href="{{ page.root }}fig/21-08-24-chapter9-heatmap.png">
<img src="{{ page.root }}fig/21-08-24-chapter9-heatmap.png" alt="visualization of the BGC content on a heatmap." />
<a href="{{ page.root }}/fig/21-08-24-chapter9-heatmap.png">
<img src="{{ page.root }}/fig/21-08-24-chapter9-heatmap.png" alt="visualization of the BGC content on a heatmap." />
</a>


Expand All @@ -155,8 +155,8 @@ plt.show()
~~~
{: .language-python}

<a href="{{ page.root }}fig/21-08-24-chapter9.dotplot.png">
<img src="{{ page.root }}fig/21-08-24-chapter9.dotplot.png" alt="visualization of the BGC content of S. agalactiae. on a sctterplot" />
<a href="{{ page.root }}/fig/21-08-24-chapter9.dotplot.png">
<img src="{{ page.root }}/fig/21-08-24-chapter9.dotplot.png" alt="visualization of the BGC content of S. agalactiae. on a sctterplot" />
</a>

Finally, let's restrict ourselves to BGC predicted less than 200 times.
Expand All @@ -171,8 +171,8 @@ plt.show()
~~~
{: .language-python}

<a href="{{ page.root }}fig/21-08-24-chapter9.dotplot2.png">
<img src="{{ page.root }}fig/21-08-24-chapter9.dotplot2.png" alt="visualization of the BGC content on a scatterplot" />
<a href="{{ page.root }}/fig/21-08-24-chapter9.dotplot2.png">
<img src="{{ page.root }}/fig/21-08-24-chapter9.dotplot2.png" alt="visualization of the BGC content on a scatterplot" />
</a>

~~~
Expand All @@ -183,7 +183,7 @@ plt.show()
~~~
{: .language-python}

<a href="{{ page.root }}fig/21-08-24-chapter9-pivot-filtered.png">
<img src="{{ page.root }}fig/21-08-24-chapter9-pivot-filtered.png" alt="filtered heatmap " />
<a href="{{ page.root }}/fig/21-08-24-chapter9-pivot-filtered.png">
<img src="{{ page.root }}/fig/21-08-24-chapter9-pivot-filtered.png" alt="filtered heatmap " />
</a>

0 comments on commit 0bb01e7

Please sign in to comment.