mirror of
https://github.com/kexinhuang12345/DeepPurpose.git
synced 2026-04-03 00:19:34 -06:00
BindingDB: Amino acid sequences and y_pred values #16
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/DeepPurpose#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jchen634 on 7/4/2023
Dear DeepPurpose team,
Thank you so much for providing this powerful tool! I am new to this field and would like to ask some basic questions if you don't mind.
Here, I am trying to predict the binding affinity between the small compound of interest and the short peptide sequence using the Transformer+CNN_BindingDB model.
While, even if I change the input of the amino acid sequence to either very long >100 a.a. or very short, just one amino acid, the y_pred value is always around 5.3~5.7, which is not a significant difference. The output is pKd, correct? If yes, then the bin
Also, I have changed the y value, but it does not affect the y_pred at all. Is it normal, and what is the function of y here?
Thank you in advance.
