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

GraphInvent -finetune issue #3

Open
Sizonnayak opened this issue Dec 29, 2023 · 0 comments
Open

GraphInvent -finetune issue #3

Sizonnayak opened this issue Dec 29, 2023 · 0 comments

Comments

@Sizonnayak
Copy link

Hi,
Its a outstanding work regarding protac. I just went through this code, i faced some difficulty when execulting GraphInvent.

So during finetune part. I have to specify these(mention below which is in comment) in constants.py file.
"""
scoring_model_activity = pickle.load(open('/home/gridsan/dnori/GraphINVENT/data/protac_scoring_models/Protac_Scoring_Model_1024_100nM.pkl', 'rb'))
scoring_model_structure = pickle.load(open('/home/gridsan/dnori/GraphINVENT/data/protac_scoring_models/Protac_Scoring_Model_Structure.pkl', 'rb'))
with open('/home/gridsan/dnori/GraphINVENT/data/protac_scoring_models/features_1024_100nM.pkl','rb') as fp:
features_activity = pickle.load(fp)
with open('/home/gridsan/dnori/GraphINVENT/data/protac_scoring_models/features_structure.pkl','rb') as fp:
"""

Question 1. How can i get these files or can i use fetaure.pkl and surrogate.pkl files here ? if yes then for which pkl to use
Question 2. How can i get protac _activity result that i s mention in scoring_funtion.py file?
Question 3. after running finetune , in return i am getting files like agent.smi , BASF.smi , .valid and .likelihood , So what are those ?

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

1 participant