Skip to content

Commit 05de373

Browse files
authored
add intro paragraph to Volcano Plot page
1 parent 1335742 commit 05de373

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: doc/python/bio-volcano-plot.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jupyter:
3434
---
3535

3636
## VolcanoPlot
37-
An example of a default VolcanoPlot component without any extra properties.
38-
37+
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.
3938

4039
```python
4140
import pandas as pd

0 commit comments

Comments
 (0)