-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# PhyloPlots: to plot phylogenetic trees and networks | ||
|
||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cecileane.github.io/PhyloPlots.jl/stable) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://cecileane.github.io/PhyloPlots.jl/dev) | ||
[![Build status](https://github.com/cecileane/PhyloPlots.jl/workflows/CI/badge.svg?branch=master)](https://github.com/cecileane/PhyloPlots.jl/actions/workflows/ci.yml) | ||
[![Coverage](https://codecov.io/gh/cecileane/PhyloPlots.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cecileane/PhyloPlots.jl) | ||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaphylo.github.io/PhyloPlots.jl/stable) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaphylo.github.io/PhyloPlots.jl/dev) | ||
[![Build status](https://github.com/juliaphylo/PhyloPlots.jl/workflows/CI/badge.svg?branch=master)](https://github.com/juliaphylo/PhyloPlots.jl/actions/workflows/ci.yml) | ||
[![Coverage](https://codecov.io/gh/juliaphylo/PhyloPlots.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliaphylo/PhyloPlots.jl) | ||
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) | ||
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac) | ||
[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/P/PhyloPlots.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html) | ||
|
||
## overview | ||
|
||
PhyloPlots has utilities to plot tree and network objects | ||
from [PhyloNetworks](https://github.com/crsl4/PhyloNetworks.jl) | ||
from [PhyloNetworks](https://github.com/juliaphylo/PhyloNetworks.jl) | ||
through [R](https://www.r-project.org) | ||
via [RCall](https://github.com/JuliaInterop/RCall.jl). | ||
|
||
## examples | ||
|
||
in PhyloPlots' documentation [manual](https://cecileane.github.io/PhyloPlots.jl/stable/man/getting_started/), and | ||
in [PhyloNetworks](http://crsl4.github.io/PhyloNetworks.jl/latest/)'s documentation, see | ||
in PhyloPlots' documentation [manual](https://juliaphylo.github.io/PhyloPlots.jl/stable/man/getting_started/), and | ||
in [PhyloNetworks](http://juliaphylo.github.io/PhyloNetworks.jl/latest/)'s documentation, see | ||
- basic examples | ||
[here](http://crsl4.github.io/PhyloNetworks.jl/latest/man/snaq_plot/#Network-Visualization-1) | ||
[here](http://juliaphylo.github.io/PhyloNetworks.jl/latest/man/snaq_plot/#Network-Visualization-1) | ||
- examples to annotate edges | ||
[here](http://crsl4.github.io/PhyloNetworks.jl/latest/man/bootstrap/#support-for-tree-edges) | ||
[here](http://juliaphylo.github.io/PhyloNetworks.jl/latest/man/bootstrap/#support-for-tree-edges) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters