Skip to content

Fix bio thumnail urls in doc-prod #3435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Updated
- The JSON serialization engines no longer sort their keys [#3380](https://github.com/plotly/plotly.py/issues/3380)
- Updated Plotly.js to from version 2.4.2 to version 2.5.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#240----2021-08-27) for more information.


## [5.3.1] - 2021-08-31

Expand Down
4 changes: 2 additions & 2 deletions doc/python/bio-alignment-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jupyter:
order: 1
page_type: u-guide
permalink: python/alignment-chart/
thumbnail: thumbnail/alignment-chart.png
thumbnail: thumbnail/alignment_chart.png
---

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

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.

Expand Down
4 changes: 2 additions & 2 deletions doc/python/bio-manhattanplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jupyter:
name: Manhattan Plot
order: 1
page_type: u-guide
permalink: python/manhattan-plot/
thumbnail: thumbnail/manhttan-plot.png
permalink: python/manhattan-plot/
thumbnail: thumbnail/manhattan_plot.png
---

## Manhattan Plot
Expand Down
4 changes: 2 additions & 2 deletions doc/python/bio-volcano-plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jupyter:
order: 1
page_type: u-guide
permalink: python/volcano-plot/
thumbnail: thumbnail/volcano-plot.png
thumbnail: thumbnail/volcano_plot.png
---

## VolcanoPlot
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.

```python
import pandas as pd
import dash_bio
import dash_bio


df = pd.read_csv(
Expand Down
Loading