Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Score mutant sequence relative to wt and fine-tune ESM1v with MSA. #117

Answered by joshim5
fsee asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Franziska,

We provide example code for scoring a mutant vs. a wildtype sequence using the zero-shot ESM-1v method here: https://github.com/facebookresearch/esm/blob/master/variant-prediction/predict.py

The script is setup to accept a wildtype sequence ("--sequence") and a CSV file with the mutations over which you'd like to predict ("--dms-input"). If you have just a single mutant sequence, you can either modify the script or use a simple CSV file that contains a single row.

In regards to fine-tuning the model on an MSA, please refer to the general discussion here: #33

Hope that helps!
Joshua

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tomsercu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants