Skip to content
Open
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ phylim provides a quick, handy method to check the identifiability of a model fi
The following content will demonstrate how to set up phylim and give some tutorials on the main identifiability check app and other associated apps.

<p align="center">
<img src="https://figshare.com/ndownloader/files/50904159" alt="tree1" width="600" height="300" />
<img src="https://ndownloader.figshare.com/files/50904159" alt="tree1" width="600" height="300" />
</p>


## Installation

```pip install phylim```
Expand Down Expand Up @@ -179,7 +180,7 @@ phylim provides an app, `phylim_style_tree`, which takes an edge-matrix category
>>> tree_styler(tree)
```

<img src="https://figshare.com/ndownloader/files/50903022" alt="tree1" width="400" />
<img src="https://ndownloader.figshare.com/files/50903022" alt="tree1" width="400" />


You can also colour edges using a user-defined edge-matrix category map, applicable to any tree object!
Expand All @@ -195,4 +196,4 @@ You can also colour edges using a user-defined edge-matrix category map, applica
>>> tree_styler(tree)
```

<img src="https://figshare.com/ndownloader/files/50903019" alt="tree1" width="400" />
<img src="https://ndownloader.figshare.com/files/50903019" alt="tree1" width="400" />