This repository contains code for the paper:
"On Recovering Higher-order Interactions from Protein Language Models", Darin Tsui, Amirali Aghazadeh
ESM/: Code needed to run q-sft for ESM. More information has been left in the folder.
FFT/: Code needed to run Walsh-Hadamard analysis for ESM. More information has been left in the folder.
qsft/: Functions needed to run q-sft.
cd ESM/
mkdir model/
cd scripts/
sh 0_setup.shcd ESM/scripts/
sh 1_helper.shcd FFT/
python 1_sampling.pyVisualize reuslts using 2_analysis.ipynb.