Tag Archives: treebase

treebase package on cran

My tree­base pack­age is now up on the CRAN repos­i­tory. (Source code is up, the bina­ries should appear soon). Here’s a few intro­duc­tory exam­ples to illus­trate some of the func­tion­al­ity of the pack­age. Thanks in part to new data depo­si­tion require­ments at jour­nals such as Evo­lu­tion, Am Nat, and Sys Bio, and data man­age­ment plan

#ievobio Day 2

Day 2 is every bit as packed as day 1, and then some do to the higher con­cen­tra­tion of light­ning talks. Other cov­er­age of #ievo­bio is start­ing to find it’s way to the web: Nico Celli­nese Scott Cham­ber­lain Rob Gural­nick Mean­while, my scratch­pad of notes from day 2, tweet-style. My Light­ning Talk Gave my light­ning talk in

TreeBASE in R: a first tutorial

My Tree­BASE R pack­age is essen­tially func­tional now.  Here’s a quick tuto­r­ial on the kinds of things it can do.  Grab the tree­base pack­age here, install and load the library into R. Tree­BASE pro­vides two APIs to query the data­base, one which searches by the meta­data asso­ci­ated with dif­fer­ent pub­li­ca­tions (called OAI-PMH), and another which queries

Wednesday: Treebase

TREEBASE PACKAGE: Mod­i­fied tree­base pack­age to return the tree­base id in the phylo class as phy$id, so that I can use the id to query the appro­pri­ate meta data. Mod­i­fied the pack­age with the option to return only max num­ber of trees, try(xpathApply(search_returns, paste(“//rdf:li[position()< “, max_trees, ”]”, sep=””), function(x){ … Mod­i­fied to check for branch lengths and

Interfaces for databases: TreeBASE, Dryad, DataONE

Next Steps Tree­base (See Sunday’s post) — Phylo-ws imple­mented, but a few extra func­tions would strengthen the inter­face a bit: limit the num­ber of trees returned, query­ing trees for branch lengths, RaXML pipeline for return­ing rough branch lengths con­di­tioned on the given topol­ogy, user doc­u­men­ta­tion, more test exam­ples. Imple­ment OAI-PMH test cases for tree­base: For

Sunday: a few Treebase R package updates

Work­ing on a few updates to the Tree­BASE pack­age.  This flushes out the basic func­tion­al­ity pro­vided by the phylo-ws API now. Needs a bit more test­ing of the pos­si­ble queries and some bells and whis­tles options.  Mean­while, going to start look­ing at the meta­data side with the OAI-PMH API.  With this I should be able

treeBASE R interface: proposal for #iEvoBio

Light­ning Talk Pro­posal I will present the R pack­age tree­BASE, which pro­vides an R imple­men­ta­tion of the tree­BASE phy­lows API.   This pack­age makes it pos­si­ble to search and import data from this data­base of pub­lished phy­lo­ge­netic trees eas­ily from within an R script.  Recent data archiv­ing require­ments at major evo­lu­tion­ary jour­nals such as The

Accessing phylognenies in TreeBASE from R

I’ve recently1 begun a project to see if I can search for and load phy­lo­ge­nies from Tree­BASE directly into R. Thanks to the rather bril­liant API in place (doc­u­mented on the tree­BASE wiki) for Tree­BASE, some advice from Rut­ger Vos (Tree­BASE devel­oper), and some xpaths R code from Gabe Becker (stats grad stu­dent, UC Davis),