ropensci/brranching

Name: brranching

Owner: rOpenSci

Description: I can haz all the phylogenies

Created: 2015-02-02 16:31:55.0

Updated: 2017-01-19 08:44:56.0

Pushed: 2017-12-16 01:23:14.0

Homepage:

Size: 2447

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

brranching

Build Status codecov.io rstudio mirror downloads

R client to fetch phylogenies from many places

To be included, with the associated function prefix:

Installation

Stable CRAN version

all.packages("brranching")

Or dev version

all.packages("devtools")
ools::install_github("ropensci/brranching")

ary("brranching")
Phylomatic
 <- c("Poa annua", "Phlox diffusa", "Helianthus annuus")
 <- phylomatic(taxa=taxa, get = 'POST')
(tree, no.margin=TRUE)

plot of chunk unnamed-chunk-5

You can pass in up to about 5000 names. We can use taxize to get a random set of plant species names.

ary("taxize")
<- names_list("species", 200)
<- phylomatic(taxa = spp, get = "POST")
(out, show.tip.label = FALSE)

plot of chunk unnamed-chunk-6

Meta

rofooter


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.