GithubHelp home page GithubHelp logo

slyalina / optimize_over_tree Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 13 KB

A mixed integer programming solution to the maximum phylogenetic diversity problem

License: Apache License 2.0

Python 100.00%

optimize_over_tree's Introduction

optimize_over_tree

A mixed integer programming solution to the maximum phylogenetic diversity with cost constraints problem. Requires the following packages: docopt, scikit-bio, and pulp

Invocation

Usage:
choose_optimal_leaves.py <tree> <costs> <budget> <num_leaves_to_choose> [-v -h -o]

Arguments:
<tree>                  Newick formatted tree that contains all the tips to be considered
<costs>                 Costs file with line of tip_name and cost separated by space
<budget>                Total sum of costs to stay under
<num_leaves_to_choose>  Number of active tips in final solution

Options:
-v --verbose            Verbose logging
-h --help               Help text

Example

In the example subdir you will find a sample costs file (example_costs.txt) and a pruned phylogenetic tree that has the candidate cells (first column of costs file) as tips (example_phylogenetic_placement_subtree.txt). The third file (chosen_samples.txt) is the result of the following call:

python choose_optimal_leaves.py example/example_phylogenetic_placement_subtree.txt example/example_costs.txt 300 150 > example/chosen_samples.txt

optimize_over_tree's People

Contributors

slyalina avatar

Watchers

James Cloos avatar  avatar

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.