Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Newick format from Mammalia not correct? #290
Comments
opentreeapi
added the
Bug report (website behavior)
label
Jul 3, 2016
|
Hi Amy, So, my first suggestion might be to try phytools instead of ape. Let us know how this goes. |
opentreeapi
commented
Jul 4, 2016
|
Noted - thanks for checking this out - I'll look at in phytools later this week --> do you happen to know if you write a newick from Dendroscope or phytools if it will then open in ape (just curious) since phylogeny.fr conversion was having trouble with it as well - super odd!
|
opentreeapi
commented
Aug 16, 2016
|
So I was able to load the tree into phytools and then write the tree as a nexus to read into ape - phytools drop.tip command was giving me problems and I had a working code in ape. I'm curious if you've ever encountered using the drop.tip command and having it fail to drop any? I'm using testtree <- drop.tip(OTOLTree, OTOLTree$tip.label[-match(testtips, OTOLTree$tip.label)]) to retain only the taxa in the object testtips defined as: testtips <- c("Ateles_geoffroyi_azuerensis_ott5857438", "Bos_taurus_ott490099", "Camelus_dromedarius_ott510752", "Cavia_porcellus_ott744000") which is the truncated example I used. But instead of returning a tree with 4 tips as it has done with other trees, the same tree with thousands of tips remains. Thoughts? I do think there is something funky in the nexus that was written out to begin with... the taxa towards the top are quite funky before getting to the expected taxa designations in the very last line pasted below: #NEXUS BEGIN TAXA;
|
opentreeapi commentedJul 3, 2016
Hello. I've been trying to download the subtree for the Mammalia branch to prune using the R package ape. However, the downloaded .tre file seems to be off in some way - when I try to use other tree visualizers I get error messages about not having a valid Newick format. Is there a way to get a link to a working newick file for this branch? I'm happy to send over the file I have if that helps.