Giter VIP home page Giter VIP logo

damia's Introduction

DAMIA (Disease-Associated Missense Interactome Analysis)

DAMIA is a collection of tools for predicting the impact of missense mutations on direct Protein-Protein Interactions (PPIs). It is designed to work with PDB entries or AlphaFold output. The current version of DAMIA includes four main functionalities: distance calculation, interface determination, interaction partners, and Jaccard index similarity.

Workflow Overview

DAMIA workflow overview diagram

Features

  • Distance Calculation: Computes the distances between alpha and beta carbons in protein structures.
  • Interface Determination: Identifies whether a given chain-residue pair appears in interfaces based on interaction data (TSVs) and determines the frequency of their occurrence.
  • Interaction Partners: Provides information on interaction partners for a chain-residue pair.
  • Jaccard Index Similarity: Calculates Jaccard index similarity between interaction data TSV files.

Input Formats

The tools in DAMIA primarily accept TSV files with specific headers. As a user, you will typically only need to input a PDB file. Most of the data processed by tools in this project is self-generated.

Installation

Dependencies

To use DAMIA, you will need to install the following dependencies:

  1. PI score
  2. Prodigy
  3. PyMOL

Please follow the installation steps provided in the respective links above.

DAMIA

To install DAMIA, clone the repository and install the required packages:

# Clone the repository
git clone https://github.com/MurtoHilali/damia.git

# Change to the repository directory
cd damia

# Create a virtual environment (optional, but recommended)
python3 -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`

# Install the required packages and the command-line tool
pip install -r requirements.txt
pip install -e .

# The command-line tool is now available as 'damia'

Usage Examples

For specific usage examples and explanations of each tool, please refer to the documentation in the /docs directory, or an overview at the Documentation Index:

Pipeline Implementation

While DAMIA is not yet implemented as a fully autonomous pipeline, the repository comes with scripts that allow users to streamline the interaction comparison analysis. For ideas on the which order to use these tools in, refer to the workflow diagram.

Contributing

We welcome contributions to the project! If you have any suggestions for new features or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

TODO

  • Create a script that runs statistical analysis the feature data for both WT and MS complexes (i.e. the CSV ouput from PI-Score)
  • Standardize/combine the output

damia's People

Contributors

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