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

Prediction of a small dimer with a ligand #49

Open
Luke-ebbis opened this issue Jun 18, 2024 · 2 comments
Open

Prediction of a small dimer with a ligand #49

Luke-ebbis opened this issue Jun 18, 2024 · 2 comments

Comments

@Luke-ebbis
Copy link

Luke-ebbis commented Jun 18, 2024

Description

I am attempting a prediction of the enolase dimer with its ligand 2PG by running these commands:

$ mkdir data
$ wget -O "data/2PG.sdf" "https://files.rcsb.org/ligands/download/2PG_ideal.sdf"
$ python neuralplexer-inference --task=batched_structure_sampling --model-checkpoint results/dependencies/neuralplexer/data/neuralplexermodels_downstream_datasets_predictions/models/complex_structure_prediction.ckpt --out-path results/data/enolase-jobs/enolase-dimer-job1/ --input-receptor 'AVSKVYARSVYDSRGNPTVEVELTTEKGVFRSIVPSGAATGVHEALEMRDGDKSKWMGKGVLHAVKNVNDVIAPAFVKANIDVKDQKAVDDFLISLDGTANKSKLGANAILGVSLAASRAAAAEKNVPLYKHLADLSKSKTSPYVLPVPFLNVLNGGSHAGGALALQEFMIAPTGAKTFAEALRIGSEVYHNLKSLTKKRYGASAGNVGDEGGVAPNIQTAEEALDLIVDAIKAAGHDGKVKIGLDCASSEFFKDGKYDLDFKNPNSDKSKWLTGPQLADLYHSLMKRYPIVSIEDPFAEDDWEAWSHFFKTAGIQIVADDLTVTNPKRIATAIEKKAADALLLKVNQIGTLSESIKAAQDSFAAGWGVMVSHRSGETEDTFIADLVVGLRTGQIKTGAPARSERLAKLNQLLRIEEELGDNAVFAGENFHHGDKL|AVSKVYARSVYDSRGNPTVEVELTTEKGVFRSIVPSGAATGVHEALEMRDGDKSKWMGKGVLHAVKNVNDVIAPAFVKANIDVKDQKAVDDFLISLDGTANKSKLGANAILGVSLAASRAAAAEKNVPLYKHLADLSKSKTSPYVLPVPFLNVLNGGSHAGGALALQEFMIAPTGAKTFAEALRIGSEVYHNLKSLTKKRYGASAGNVGDEGGVAPNIQTAEEALDLIVDAIKAAGHDGKVKIGLDCASSEFFKDGKYDLDFKNPNSDKSKWLTGPQLADLYHSLMKRYPIVSIEDPFAEDDWEAWSHFFKTAGIQIVADDLTVTNPKRIATAIEKKAADALLLKVNQIGTLSESIKAAQDSFAAGWGVMVSHRSGETEDTFIADLVVGLRTGQIKTGAPARSERLAKLNQLLRIEEELGDNAVFAGENFHHGDKL' --input-ligand 'data/2PG.sdf|data/2PG.sdf' --sampler langevin_simulated_annealing --n-samples 20 --chunk-size 10 --num-steps=100 --cuda

I am running these commands using a docker image build from the last main branch.

I obtain a structure where the two dimer subunits show structural clashing that is extremely unrealistic (Table 1). The subunits show an almost complete overlap as can be seen in the contact map (Figure 1).

enolase

Table 1: Number of steric clashes

structure clashes clashes_percentage frameid
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 826 13.098636219473518 0
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 858 13.606089438629876 1
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 1110 17.602283539486205 2
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 814 12.908341262289882 3
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 824 13.066920393276247 4
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 883 14.002537266095782 5
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 973 15.429749444973043 6
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 965 15.302886140183952 7
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 1106 17.53885188709166 8
results/data/enolase-jobs/enolase-dimer-job3/prot_all.pdb 1099 17.427846495401205 9
contacts-prot_all pdb-A-B-15
Figure 1: Contact map between the subunits at 15Å between the C$\alpha$ atoms

I feel that there is an issue with the generation process, and that the model does not advance beyond the initialization stage. Am I using the correct parameters for prediction? Can someone suggest better parameters?

@Luke-ebbis Luke-ebbis changed the title Prediction of a small dimer with a ligant Prediction of a small dimer with a ligand Jun 18, 2024
@spyda90
Copy link

spyda90 commented Jul 16, 2024

Hi, are you able to download them from here? https://1drv.ms/u/s!AjjQVuMYxf5qgZkURaFW0fbrJqKECA?e=4ICiuD

@Luke-ebbis
Copy link
Author

Luke-ebbis commented Jul 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants