Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shitohana committed Nov 2, 2023
1 parent d1e6cf9 commit 15a05de
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ lp.draw()

Output for _Brachypodium distachyon_:

<img src="https://user-images.githubusercontent.com/43905117/280023042-849599c1-4b36-47e2-8b8f-6c9b9389b48e.png">
<p align="middle">
<img width="300" src="https://user-images.githubusercontent.com/43905117/280023042-849599c1-4b36-47e2-8b8f-6c9b9389b48e.png">
</p>

**Confidence bands** can be visualized via setting the `confidence` parameter in `LinePlot.draw()`

Expand All @@ -174,7 +176,9 @@ lp.draw(confidence=.95)

Output for _Brachypodium distachyon_:

<img src="https://user-images.githubusercontent.com/43905117/280023017-e1167a90-83d7-46d5-aa45-545d6bdbc033.png">
<p align="middle">
<img width="300" src="https://user-images.githubusercontent.com/43905117/280023017-e1167a90-83d7-46d5-aa45-545d6bdbc033.png">
</p>

### Heat-map clusterisation

Expand All @@ -199,7 +203,9 @@ clustered.draw().savefig("path/to/clustered_hm.pdf")
```
Output for _Brachypodium distachyon_

<img src="https://user-images.githubusercontent.com/43905117/280022981-d6d4ffff-7f3d-4e33-8e42-05b98ca28161.png">
<p align="middle">
<img width="300" src="https://user-images.githubusercontent.com/43905117/280022981-d6d4ffff-7f3d-4e33-8e42-05b98ca28161.png">
</p>

### Smoothing the line plot

Expand Down

0 comments on commit 15a05de

Please sign in to comment.