You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper it is mentioned that "An advantage of
our approach is that diffusion can be directly guided by function classifiers that operate in sequence space. We first
sought to guide the network with the DeepGOPlus Gene Ontology (GO) classifier36 to generate proteins with specific
characteristics and functions. Although GO classification scores increased with guidance for nitrogen compound
metabolic process (GO:0006807) and membrane (GO:0016020), we found the classifier had a high false positive rate
often assigning high scores to native sequences outside the GO domain (Figure S10)."
I wonder where is this classifier guidance implemented? I can't seem to find it in the code. If I want to try other classifiers with your code, where should I add the gradients to? Thanks
The text was updated successfully, but these errors were encountered:
in the utils folder there is a potentials.py file where all of the potentials are located, you can incorporate your own classifer into here. In the sample generation loop, after the sequence is passed through the model the potential function is queried. If you need more help implementing let me know and I am happy to help!
In the paper it is mentioned that "An advantage of
our approach is that diffusion can be directly guided by function classifiers that operate in sequence space. We first
sought to guide the network with the DeepGOPlus Gene Ontology (GO) classifier36 to generate proteins with specific
characteristics and functions. Although GO classification scores increased with guidance for nitrogen compound
metabolic process (GO:0006807) and membrane (GO:0016020), we found the classifier had a high false positive rate
often assigning high scores to native sequences outside the GO domain (Figure S10)."
I wonder where is this classifier guidance implemented? I can't seem to find it in the code. If I want to try other classifiers with your code, where should I add the gradients to? Thanks
The text was updated successfully, but these errors were encountered: