<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
fieldset.attachments {border-width: 1px 0 0 0;}
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
span.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
Issue #3194 has been updated by Peter Cock.

<ul>
  <li><strong>Status</strong> changed from <i>In Progress</i> to <i>Closed</i></li>
  <li><strong>% Done</strong> changed from <i>20</i> to <i>100</i></li>
</ul>

<p>Since we're aiming to turn off the RedMine server, I'm closing this and leave it to you to decide if the old patch is still useful. Thanks.</p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/3194#change-15330">Feature #3194: Bio.Phylo export to 'ape' via Rpy2</a></h1>

<ul><li>Author: Eric Talevich</li>
<li>Status: Closed</li>
<li>Priority: Low</li>
<li>Assignee: Biopython Dev Mailing List</li>
<li>Category: Main Distribution</li>
<li>Target version: Not Applicable</li>
<li>URL: </li></ul>

<p>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.</p>


        <p>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.</p>


        <p>See:<br /><a class="external" href="http://ape.mpl.ird.fr/">http://ape.mpl.ird.fr/</a><br /><a class="external" href="http://rpy.sourceforge.net/rpy2.html">http://rpy.sourceforge.net/rpy2.html</a></p>

  <fieldset class="attachments"><legend>Files</legend>
    <a href="https://redmine.open-bio.org/attachments/download/1594/feat3194.diff">feat3194.diff</a>
    (1.37 KB)<br />
  </fieldset>


<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here and login: <a class="external" href="http://redmine.open-bio.org">http://redmine.open-bio.org</a></p></span>
</body>
</html>