[Biopython-dev] [Biopython - Feature #3194] (New) Bio.Phylo export to 'ape' via Rpy2

redmine at redmine.open-bio.org redmine at redmine.open-bio.org
Sat Apr 2 14:59:29 UTC 2011


Issue #3194 has been reported by Eric Talevich.

----------------------------------------
Feature #3194: Bio.Phylo export to 'ape' via Rpy2
https://redmine.open-bio.org/issues/3194

Author: Eric Talevich
Status: New
Priority: Low
Assignee: Eric Talevich
Category: Main Distribution
Target version: Not Applicable
URL: 


There are many more packages for working with phylogenetic data in R, and most of these operate on the basic tree object defined in the ape package. Let's support interoperability through Rpy2.

The trivial way to do this is serialize a tree to a Newick string, then feed that to the read.tree() function. Maybe we can build the tree object in R directly and retain the tree annotations that Newick doesn't handle.

See:
http://ape.mpl.ird.fr/
http://rpy.sourceforge.net/rpy2.html


----------------------------------------
You have received this notification because this email was added to the New Issue Alert plugin


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here and login: http://redmine.open-bio.org




More information about the Biopython-dev mailing list