Urinx / alphafold_pytorch

An implementation of the DeepMind's AlphaFold based on PyTorch for research
Apache License 2.0
388 stars 92 forks source link

Include a ligand in the structure #13

Open jhrcook opened 3 years ago

jhrcook commented 3 years ago

Thank you for putting this repo together, it is really helpful in understanding and preparing the features for AlphaFold. I was wondering if it is possible to include non-covalently-linked ligands alongside the amino acids in the protein. For instance, could I include a small-molecule substrate for an enzyme? If this is possible, can you explain how I could do this?

mpds commented 3 years ago

Have you tried protein-ligand docking? There are web portals available, such as this one.

jhrcook commented 3 years ago

For my use case, I know where the ligand will go, I'm just not sure how to include it in the FASTA to be used in the model's prediction.