Git Product home page Git Product logo

gcndesign's Introduction

GCNdesign

A neural network model for prediction of amino-acid probability from a protein backbone structure.

Built with

  • pytorch
  • numpy
  • pandas
  • tqdm

Getting Started

Install

To install gcndesgn through pip

pip install gcndesign

Usage

Quick usage as a python module

from gcndesign.prediction import Predictor

gcndes = Predictor(device='cpu') # 'cuda' can also be applied
gcndes.pred(pdb='pdb-file-path') # returns list of amino-acid probabilities

Usage of scripts

gcndesign_predict.py

To predict amino-acid probabilities for each residue-site

gcndesign_predict.py  YOUR_BACKBONE_STR.pdb

gcndesign_autodesign.py

To design 20 sequences in a completely automatic fashion

gcndesign_autodesign.py  YOUR_BACKBONE_STR.pdb  -n 20

For more detailed usage, please run the following command

gcndesign_autodesign.py -h

Note

The gcndesign_autodesign script requires pyrosetta software. Installation & use of pyrosetta must be in accordance with their license.

External Packages

Issues

This code is not completely compatible with an input of a protein complex structure.

Lisence

Distributed under MIT license.

Acknowledgments

The author was supported by Grant-in-Aid for JSPS Research Fellows (PD, 17J02339). Koga Laboratory of Institutes for Molecular Science (NINS, Japan) has provided a part of the computational resources. Koya Sakuma (yakomaxa) gave a critical idea for neural net architecture design in a lot of deep discussions. Naoya Kobayashi (naokob) created excellent applications to help broader needs, ColabGCNdesign and FolditStandalone_Sequence_Design.

gcndesign's People

Contributors

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