Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e092552

Browse files
authored
Merge pull request plotly#3434 from plotly/fix-bio-images
Fix bio images
2 parents 2c47686 + e6eee47 commit e092552

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/python/bio-alignment-chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ 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

35-
## Alignment Viewer (link to dash alignment section below)
35+
## Alignment Viewer
3636

3737
The Alignment Viewer (MSA) component is used to align multiple genomic or proteomic sequences from a FASTA or Clustal file. Among its extensive set of features, the multiple sequence alignment viewer can display multiple subplots showing gap and conservation info, alongside industry standard colorscale support and consensus sequence. No matter what size your alignment is, Alignment Viewer is able to display your genes or proteins snappily thanks to the underlying WebGL architecture powering the component. You can quickly scroll through your long sequence with a slider or a heatmap overview.
3838

doc/python/bio-manhattanplot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jupyter:
2929
name: Manhattan Plot
3030
order: 1
3131
page_type: u-guide
32-
permalink: python/manhattan-plot/
33-
thumbnail: thumbnail/manhttan-plot.png
32+
permalink: python/manhattan-plot/
33+
thumbnail: thumbnail/manhattan_plot.png
3434
---
3535

3636
## Manhattan Plot

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)