Phylogenetic trees online
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The other day, an article was published in PLoS One describing a newly developed JavaScript library to visualise phylogenetic trees online: jsPhyloSVG. It’s pretty nifty, and there’s some pretty cool functionality that you can build into the trees. It’s all based on the PhyloXML standard for describing phylogenetic trees and networks, but can display trees stored as other formats, in particular the common NEWICK format. The resulting files are viewable in any web browser, though Internet Explorer is dragging the chain a bit and does not yet support the full interactivity that other browsers are capable of.
It would be real cool to be able to export trees made and manipulated in R into PhyloXML format, and subsequent into PhyloSVG. Might be a fun project to work on when I’ve scraped some other things off my plate…
Reference:
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.