GithubHelp home page GithubHelp logo

rnaimehaom / aspen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from naeglelab/aspen

0.0 0.0 0.0 111 KB

ASPEN repository, associated with 2019 publication

License: GNU General Public License v3.0

Python 100.00%

aspen's Introduction

ASPEN

Summary

Topology reconstruction by enumeration using branch-and-bound, as described in the 2019 publication:

Sloutsky, R., & Naegle, K. M. (2019). ASPEN, a methodology for reconstructing protein evolution with improved accuracy using ensemble models. ELife, 8. doi:10.7554/eLife.47676.

Note about parallelization

Although in some cases enumeration can be done effectively on one core, this code is set up for parallel reconstruction. Because there is some overhead to setting up the parallelization framework, this code actually runs less efficiently on one core. We recommend using at least 4 worker processes to take full advantage of the parallelization.

Requirements

Dependencies

ASPEN topology enumeration code runs under python 2.7 and requires the biopython package. The test suite additionally requires the mock package.

Input requirements

A file containing pairwise path length distributions (histograms) between each pair of leaves to be incorporated into reconstructed topologies.

Examples of path length distributions with short enumeration run times are provided.

Basic operation instructions

  1. Make sure aspen is in the PYTHONPATH
  2. Place pairwise path length distributions file in working directory
  3. Call python -m aspen.run distributions file [number of processes]

Default number of processes to use for enumeration is 4.

License

ASPEN is published under the GNU General Public License as published by the Free Software Foundation, version 3 of the License. See license.txt

aspen's People

Contributors

knaegle 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.