GithubHelp home page GithubHelp logo

beastcommentparser's Introduction

Purpose

beastcommentparser extracts and formats data from BEAST summary trees for use in downstream analyses.

Dependencies

Installation

OS X

The simplest way is to use Homebrew. With Homebrew:

brew install python
pip install dendropy
pip install https://github.com/jonchang/beastcommentparser/archive/master.zip

Usage

An example BEAST summary tree, arctoid.tree, is included in the examples/ directory.

bcp.py examples/arctoid.tree
#=> Output written to arctoid.txt

Running the program with only a tree as the argument will create a text file of the same name in the current directory. You can then view this file in a spreadsheet program or analzyze it further in R, Python, etc.

Only report on leaf nodes:

bcp.py --report=leaf examples/arctoid.tree

For more options, consult the help:

python bcp.py --help

There is also preliminary support for summary trees from phylogeographic analyses.

beastcommentparser's People

Contributors

jonchang avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

beastcommentparser's Issues

Better node labels

bcp should use node labels if present in the source tree. The root node should be labeled as "root", if present. Longest common prefix could also be used to automatically label certain clades.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.