mirror of
https://github.com/kexinhuang12345/DeepPurpose.git
synced 2026-04-03 00:19:34 -06:00
The meaning of the score in the document 'toy_data/ppi.txt' #7
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#7
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 @ke-ning on 3/20/2024
Thank the authors for the excellent work.
![Uploading 2024-03-20 18.39.03.png…]()
I would like to ask, when training a PPI model and importing the 'ppi.txt' file from the 'toy_data' folder, each line in this file contains a score. If I want to use my own dataset to replace this ppi.txt file, how can I obtain scores for my pairs of amino acid sequences? Or could I directly import pairs of amino acids without the score for model training? Thank you.