Skip to content

Commit 4c7b3dd

Browse files
committed
update thumbnail link
1 parent 2c47686 commit 4c7b3dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/python/bio-alignment-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
order: 1
3030
page_type: u-guide
3131
permalink: python/alignment-chart/
32-
thumbnail: thumbnail/alignment-chart.png
32+
thumbnail: thumbnail/alignment_chart.png
3333
---
3434

3535
## Alignment Viewer (link to dash alignment section below)

doc/python/bio-volcano-plot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jupyter:
3030
order: 1
3131
page_type: u-guide
3232
permalink: python/volcano-plot/
33-
thumbnail: thumbnail/volcano-plot.png
33+
thumbnail: thumbnail/volcano_plot.png
3434
---
3535

3636
## VolcanoPlot
3737
Volcano Plot interactively identifies clinically meaningful markers in genomic experiments, i.e., markers that are statistically significant and have an effect size greater than some threshold. Specifically, volcano plots depict the negative log-base-10 p-values plotted against their effect size.
3838

3939
```python
4040
import pandas as pd
41-
import dash_bio
41+
import dash_bio
4242

4343

4444
df = pd.read_csv(

0 commit comments

Comments
 (0)