Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AgAnt

[Link to Paper]()

Activity modulation of proteins is an essential biochemical process in cell. The interplay of the protein, as receptor, and it's corresponding ligand dictates the functional effect. An agonist molecule when bound to a receptor produces a response within the cell while an antagonist will block the binding site/produce the opposite effect of that of an agonist. Complexity grows with scenarios where some ligands might act as an agonist in certain conditions while as an antagonist in others. It is imperative to decipher the receptor-ligand functional effect for understanding native biochemical processes as well as for drug discovery. Experimental activity determination is a time extensive process and computational solution towards prediction of activity specific to the receptor-ligand interaction would be of wide interest.

We created our dataset by filtering through RCSB for entries which matched our criteria and further refined the results by performing additional filtering. The [data](https://github.com/RayLabIIITD/AgAnt/tree/main/data) folder contains the relevant data files.
Expand All @@ -11,5 +13,6 @@ In summary, we have demonstrated our models ability to differentiate between ago

My [BTech Project](https://github.com/RayLabIIITD/AgAnt/blob/main/BTP.pdf) report gives an overview of all the work done.

Our model is hosted on //placeholder.com// and can make predictions for any given PDB ID-Ligand ID pair or Protein Sequence-Ligand SMILES pair. Additional usage instructions are detailed on the web page.
Our model is hosted on [agant.raylab.iiitd.edu.in](http://agant.raylab.iiitd.edu.in:8005) and can make predictions for any given PDB ID-Ligand ID pair or Protein Sequence-Ligand SMILES pair. Additional usage instructions are detailed on the web page.

This repository contains mostly uncommented code although the jupyter notebooks have the detailed experiments on the ProtVec and SMILES based models.
1 change: 0 additions & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Agonist-antagonist
##Work in Progress

bindfeat - extracts features generated by fpocket binding pocket descriptors.
cleaner - removes pdb files which have dna/rna.
Expand Down