Git Product home page Git Product logo

pfi2019's Introduction

PFI2019

Protein Function Inference via Artificial Intelligence On a molecular scale, most diseases are caused by the malfunction of proteins. This makes understanding every proteins function crucial for understanding disease. Unfortunately, measureing the funciton of a protein is extremley difficult. To inferr function, protien-protein interactions (PPI) are used along with a few methods of machine learning.

Setting up the env.
Recommendations:
Linux
GPU
Languages:
Python
Perl
YAML
Bash
Dependencys:
Tensorflow
Numpy
SKLearn
Matplotlib

Obtaining The PPI All data files missing because they are to large to store on github. Luckily they are easily obtainable. Follow steps below to create an up to data version of them.

  1. Got to https://string-db.org/cgi/download.pl?sessionId=40Cx3XVALsca&species_text=9606
  2. Download 9606.protein.links.full.v10.5.txt.gz and uncompress. (this is human ppi data)
  3. mkdir 'InteractionData', then move the ppi to this folder.
  4. cat InteractionData/9606.protein.links.full.v10.5.txt | perl -wan PPI_parse.pl > Protein-Protein_Combined-Interactions.txt
  5. Download and decompress human protein annotations from here: "GO Protein Annotations for Human"
  6. Parse only the experimentally determined annotations out of tsv file using: cat "file" | perl -wane 'comming soon' > 9606_experimental.tsv
  7. mkdir data
  8. Using Jupyter notebook, run preprocess_data_v3.ipynb.
  9. The PPI and GO will appear as serialzed numpy binary arrays in the data folder.

pfi2019's People

Contributors

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