Giter VIP home page Giter VIP logo

pepsgo's Introduction

PEPSGO

Use your custom global optimization algorithm to predict the three-dimensional structure of a peptide from its amino acid sequence. Using multivariate quantile function the continuous search space formed by Rosetta fragments and Dunbrack rotamer library. The search space is unit hypercube.

Results using Adaptive Differential Evolution. Native (green) vs predicted (cyan).

Alt text

Requirements

To compile from source, you will need:

Installation

git clone https://github.com/poluyan/PEPSGO
cd PEPSGO/
  • Modify the CMakeLists.txt. Set the path to the Rosetta build with the kernel and gcc versions which were used in Rosetta build:
set( ROSETTAMAINPATH "/work/rosetta_src_2020.50.61505_bundle/main" )
set( ROSETTALINUXVER "5.9" )
set( ROSETTACPPCOMP "gcc" )
set( ROSETTACPPVER "10.2" )
set( MVEQFDIR "${CMAKE_SOURCE_DIR}" )
  • Then compile PEPSGO from source with cmake . and make commands. This will generate library file libpepsgo.so and demos presented in bin directory.
  • The file run_testX.sh in each test process the following input directory and get the proper input for the program.

Input files

  • sequence.fasta Peptide sequence in FASTA format.
  • fragments.Nmers Fragment file formatted in Rosetta-style (like the output from fragment picker). Fragments can be any length.
  • native.data File with a path to the native structure.
  • prediction.horiz Secondary structure prediction in PSIPRED HFORMAT.

Only peptide sequence in FASTA format is requred for most examples presented in demo.

Usage

The demos/testX contains examples of using PEPSGO.

License

The PEPSGO is distributed under Apache License 2.0 and it is open-source software. Feel free to make a copy and modify the source code, but keep the copyright notice and license intact. The PEPSGO is Rosetta-based, please read Rosetta Licensing Information before using.

pepsgo's People

Contributors

poluyan avatar

Stargazers

 avatar

Watchers

 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.