Open rossmounce opened 9 years ago
I'm going to start looking into MRP matrix creation using R
now instead of STK2
for this reason.
Specifically, using the phytools
package http://www.inside-r.org/packages/cran/phytools/docs/mrp.supertree
Easy to script but I'm concerned R will be too slow to calculate the supertree. Would like to see just the matrix produced but phytools
doesn't seem to offer this step. Too clever for its own good!
require(phytools)
trees274<-read.newick(file="asciitreesv2.tre")
summary(trees274)
mrp.supertree(trees274, method=c("pratchet","optim.parsimony"))
# ...wait a long time. TNT would do this a lot quicker than R
Even better! https://github.com/smirarab/mrpmatrix A very simple program that creates the MRP matrix I need
On Tue, Aug 11, 2015 at 5:43 PM, Ross Mounce notifications@github.com wrote:
I'm going to start looking into MRP matrix creation using R now instead of STK2 for this reason
I think that's a good pragmatic decision. By using NEXML as the primary output of
ami-phylo
we can switch to different tools. This problem of undefined "de facto" semi-standards (like Newick) holds science back.
Peter Murray-Rust Reader in Molecular Informatics Unilever Centre, Dep. Of Chemistry University of Cambridge CB2 1EW, UK +44-1223-763069
R
andp4
/STK2
seem to conflict over whether trees are valid or not :disappointed:Newick file: ijs.0.65514-0-000.pbm.nwk
fine for
R
can read it in and plot it. butp4
/STK2
gives warning about unmatched parenthesis: