Giter VIP home page Giter VIP logo

pips-1.0's Introduction

PIPS (Phylogenetic Inference of Protein Stability)

pips is a Python software package written by Jesse Bloom. pips source code is available on GitHub.

This program is designed to analyze phylogenies to identify potentially stabilizing mutations.

The references for pips are:

pips is a Python package. It requires the following:

  • Python: pips has been tested with Python version 2.6* and 2.7*. It is not known if pips will work with other versions of Python.
  • numpy
  • gcc or some similar C compiler is required to build the C extensions.
  • Either scipy or the Python transcendental package are required. Originally, pips used transcendental, but this no longer appears to be available on the web, so you might need to use scipy.

Download pips from the repository on GitHub. Build and install pips with the following commands:

python setup.py build
python setup.py install

The last command might need to be replaced with:

sudo python setup.py install

if you want to install globally and do not have superuser privileges by default, or by:

python setup.py install --user

if you want to install locally.

Using pips

Installing pips will install all the modules, which you can then import in Python.

It also installs the following scripts, which are found in the ./scripts/ subdirectory of the main pips package. These scripts are:

pips_analysis.py
pips_correlate_selected_mutations.py
pips_analyze_selected_mutations.py
pips_run_cupsat.py
pips_build_tree_and_alignment.py
pips_run_foldx.py
pips_consensus.py

Unfortunately, these scripts are not currently documented externally. However, if you look in the documentation string at the beginning of each script, it will explain how to create an input file appropriate for running the script.

The pips package also contains an ./examples/ subdirectory that shows example analyses -- these may also be helpful.

pips-1.0's People

Contributors

jbloom avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

skryazhi pigdx

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.