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

Lack of diversity in the 1ake example prediction by DiG #183

Open
PKUfjh opened this issue Apr 12, 2024 · 9 comments
Open

Lack of diversity in the 1ake example prediction by DiG #183

PKUfjh opened this issue Apr 12, 2024 · 9 comments

Comments

@PKUfjh
Copy link

PKUfjh commented Apr 12, 2024

I tried to use the newly open-sourced DiG code to make 1ake example prediction for 100 samples, but all conformations are mainly around 1ake experimental structure, deviate away from 4ake structure. I think the result is contradictory with the result in your paper. The result is shown in the figure.
overlay_tmscore_1ake
To be more specific, the command I used for prediction is

PDBID="1ake"
CKPT_PATH=./checkpoints/checkpoint-520k.pth
FEATURE_PATH=./dataset/${PDBID}.pkl
FASTA_PATH=./dataset/${PDBID}.fasta
OUTDIR=./output/${PDBID}/
mkdir -p ${OUTDIR}
python run_inference.py -c ${CKPT_PATH} -i ${FEATURE_PATH}\
 -s ${FASTA_PATH} -o ${PDBID} --output-prefix ${OUTDIR}\
 -n 100 --use-gpu --use-tqdm
@zhengsx
Copy link
Contributor

zhengsx commented Apr 16, 2024

the energy of 4ake is much higher than 1ake, thus much more samples are needed to observe structures around 4ake.

@PKUfjh
Copy link
Author

PKUfjh commented May 1, 2024 via email

@sai-advaith
Copy link

sai-advaith commented May 2, 2024

Thanks for the response.

When you get the pdb output generated from the code, were you able to visualize the sidechains too? We get a pdb with backbones only.

@PKUfjh
Copy link
Author

PKUfjh commented May 2, 2024

Thanks for the response.

When you get the pdb output generated from the code, were you able to visualize the sidechains too? We get a pdb with backbones only.

No, I think the output is only the protein backbones.

@Paulie-ai
Copy link

Hi, I used AF2 repr from evoformer directly for pdbid 1ake and not used dataset provided, i find the sample is almost same as ground truth 1ake structure, why? Is my pipeline is differ with paper? single and pair repe is l, 384 and l, l,128 as provided shape. Thanks

@zxzhang0507
Copy link

zxzhang0507 commented Jul 14, 2024

I have the same problem. I generated 3000 conformations for the 1AKE system using the officially provided .pkl file and the checkpoint-520k.pth model parameters, and these structures are almost identical. Someone replied earlier that 4ake energy is higher than 1ake, I used AF2 to generate a .pkl file for the 4ake system and generated 10,000 conformations, also still essentially no conformational shift.

@LifeWorks
Copy link

@PKUfjh Hi I assume you downloaded the datasets and checkpoints successfully, the token expired in May because of Microsoft policy. I wonder would you mind share what you have downloaded? Thanks very much!

@hypefolder
Copy link

hypefolder commented Aug 9, 2024

Has there been any update to this @zhengsx ? How many conformations did you need to generate for the structure shown in the paper that is similar to 4ake?

Pretty odd that the model weights and data suddenly disappear after an example in the paper fails to be replicated.

the energy of 4ake is much higher than 1ake, thus much more samples are needed to observe structures around 4ake.

@jeevster
Copy link

I am also curious about this @zhengsx. How many conformations need to be sampled before you get a structure similar to 4ake?

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

8 participants