Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.28 KB

Phosphorylation_prediction

Bioinformatics research project at Charles University. Supervisors are Marian Novotny and David Hoksza with help from Hamza Gamouh and Michael Heinzinger. I'm trying to predict phosphorylated residues from sequence and structure data Prediction algorithm is a GNN.
The data analysis part was already done in a previous master thesis from another student.

Setup: clone the github repo
Download the Anaconda Navigator
go to the environments tab and import the environment.yml\ start the anaconda command line and run this command:
pip install -U "bio-embeddings[allennlp] @ git+https://github.com/sacdallago/bio_embeddings.git"

How do i use this?

For Training: from the file 5dlt, the last residue has to be removed:
HETATM 6575 CA CA A 907
otherwise it will create a conflict with the sequence length

For Prediction:\

  1. install the anaconda environment "environment.yml"\
  2. Download a protein structure file. It has to be in the .pdb format. Put it in the ML_data/new_pdbs directory.\
  3. Head to line 129 of the parse_new_pdb.py file. Change the file name to your protein file name. Provide model and chain id.\
  4. Run emb_graph_new_pdb.py to generate embeddings and a graph
  5. Run predictor.py to obtain the predictions in a format that is usable in PyMol