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
Thank you for your excellent work on this project. I’m wondering if your model can be used specifically for generating embeddings of protein sequences. For instance, given a protein sequence as input, is there a function available that outputs its embedding, which can then be used for downstream tasks?
If this is possible, could you provide an example script or point to best practices for generating these embeddings effectively?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @christopher-irw, not without doing a bit of modification to the code. However, you should be able to relatively easily use the single and pair representation coming out of the Pairformer (these are also the features fed to the confidence model): you can do this outputting s and z here
Hi there,
Thank you for your excellent work on this project. I’m wondering if your model can be used specifically for generating embeddings of protein sequences. For instance, given a protein sequence as input, is there a function available that outputs its embedding, which can then be used for downstream tasks?
If this is possible, could you provide an example script or point to best practices for generating these embeddings effectively?
Thank you!
The text was updated successfully, but these errors were encountered: