An open API service indexing awesome lists of open source software.

https://github.com/dombennett/moretreetools

:arrow_up_small::deciduous_tree::computer: More tools for manipulating phylogenetic trees in R
https://github.com/dombennett/moretreetools

Last synced: 10 months ago
JSON representation

:arrow_up_small::deciduous_tree::computer: More tools for manipulating phylogenetic trees in R

Awesome Lists containing this project

README

          

# MoreTreeTools
[![Build Status](https://travis-ci.org/DomBennett/MoreTreeTools.svg?branch=master)](https://travis-ci.org/DomBennett/MoreTreeTools)[![Coverage Status](https://coveralls.io/repos/github/DomBennett/MoreTreeTools/badge.svg?branch=master)](https://coveralls.io/github/DomBennett/MoreTreeTools?branch=master)[![DOI](https://zenodo.org/badge/4641/DomBennett/MoreTreeTools.svg)](https://zenodo.org/badge/latestdoi/4641/DomBennett/MoreTreeTools)

Another collection of functions for manipulating phylogenetic trees in R! It uses a wide range of dependencies
and builds tools to link them all.

## Installation
This package is in development and is not yet available on CRAN. To install a
development copy, you must first install `devtools`:

```{R}
install_package ('devtools', dep = TRUE) # if it is not already installed
library (devtools)
install_github ('DomBennett/MoreTreeTools')
```

## Author
[Bennett D.J.](https://github.com/DomBennett)