Skip to content

Commit 39cb3c2

Browse files
authored
add intro paragraph to Manhattan Plot page
1 parent 05de373 commit 39cb3c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/bio-manhattanplot.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jupyter:
3434
---
3535

3636
## Manhattan Plot
37-
38-
An example of a default ManhattanPlot component without any extra properties.
37+
ManhattanPlot allows you to visualize genome-wide association studies (GWAS) efficiently. Using WebGL under the hood, you can interactively explore overviews of massive datasets comprising hundreds of thousands of points at once, or take a closer look at a small subset of your data. Hover data and click data are accessible from within the Dash app.
3938

4039
```python
4140
import pandas as pd

0 commit comments

Comments
 (0)