Giter Site home page Giter Site logo

af_arman's Introduction

AlphaFold for Arman (endogenous peptide ligand-receptor complexes)

Small repo to run endogenous peptide ligand complexes. Rather quick and dirty with minimal dependencies. List of endogenous peptide ligands and their receptors taken via query from GPCRdb (see input folder). Relaxation only run for complexes without undefined AAs (Xs in sequence) and single chain ligands. Multi-chain ligands are defined seperately (see input_files/peptide_spec_ligands). Analysis script checks center of mass (COM) - if ligand COM is more extracellular than receptor COM, the ligand passes (see also output csv).

Structure of project:

af_arman
├── af_jobs(_af23)						# Parent folder for AF jobs
│   ├── RECEPTORNAME						# Receptor folder (with protein name)
│   │   └── GTP							# Ligand folder (with Guide-to-Pharmacology ID)
│   │       ├── 0_prepMSAs.run					# Script to run preparation step (CPU)
│   │       ├── 1_buildmodels.run				# Script to run modeling step (GPU)
│   │       ├── RECEPTORNAME-GTP				# AF output folder
│   │       │   ├── first_outside.pdb				# Highest ranked AF model that passed COM assessment
│   │       │   ├── ranked_[0-4].pdb				# AF output in ranked order
│   │       │   ├── ranking_debug.json				# Info about AF metrics of models and rank
│   │       │   ├── relax_metrics.json				# Info about clashes in models
│   │       │   ├── relaxed_model_[1-5]_multimer_v3_pred_0.pdb	# Relaxed AF model, not for all complexes
│   │       │   ├── timings.json				# JSON with duration of AF steps
│   │       │   └── unrelaxed_model_[1-5]_multimer_v3_pred_0.pdb	# Unrelaxed AF output
│   │       ├── RECEPTORNAME-GTP.fasta		# FASTA with receptor and ligand seq for AF
│   │       ├── RECEPTORNAME-GTP.json		# JSON with some info about complex
│   │       ├── RECEPTORNAME-GTP.pdb		# Best AF model (without check), i.e. ranked_0
│   │       ├── slurm-XXXXX.out			# Slurm output
├── ana_results_af23.ipynb			# File to analyze already run AF jobs
├── input_files					# Dir with input
│   ├── P70310_NTR2_mouse.fasta			# Fasta file for receptor with was not retrievable
│   ├── peptide_ligands_Arman.csv		# CSV with all endogenous ligand retrieved from GPCRdb by query
│   ├── peptide_ligands_Arman_completed.csv	# CSV with some additional information added with the preparation script
│   ├── peptide_specligands_Arman.csv		# CSV with information of ligands with multiple gains
│   └── ref_gpcr.pdb				# Reference structure for alignment (z-aligned)
├── make_alphafold_jobs_af22.ipynb		# Script to prepare jobs with old AF version
├── make_alphafold_jobs_af23.ipynb		# Script to prepare jobs with new AF version
└── output_files_af23				# Dir with output of ana_results
    ├── all_chosen_pdbs.zip			# Zip archive of all PDBs that passed the COM assessment
    ├── af_results.csv				# Info of AF results and their assessment
    └── individual_pdbs				# Folder with individual PDBs that passed assessment
       └── RECEPTORNAME-GTP-rank4.pdb

af_arman's People

Contributors

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