Mutational Effect Transfer Learning (METL) is a framework for pretraining and finetuning biophysics-informed protein language models.
Model Details
This repository contains a wrapper meant to facilitate the ease of use of METL models.
Usage of this wrapper will be provided below.
Models are hosted on Zenodo and will be downloaded by this wrapper when used.
Model Description
METL is discussed in the paper in further detail.
The GitHub repo contains more documentation and includes scripts for training and predicting with METL.
Google Colab notebooks for finetuning and predicting on publicly available METL models are available as well here.
In order to run the example, a PDB file for the GB1 protein structure must be installed.
It is provided here and in raw format here.
After installing those packages and downloading the above file, you may run METL with the following code example (assuming the downloaded file is in the same place as the script):