Skip to content

amirgroup-codes/InteractionRecovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On Recovering Higher-order Interactions from Protein Language Models

This repository contains code for the paper:

"On Recovering Higher-order Interactions from Protein Language Models", Darin Tsui, Amirali Aghazadeh

Description of folders

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.

Quick Start

Generate all necessary files

cd ESM/
mkdir model/
cd scripts/
sh 0_setup.sh

Run q-sft

cd ESM/scripts/
sh 1_helper.sh

Run Walsh-Hadamard Analysis

cd FFT/
python 1_sampling.py

Visualize reuslts using 2_analysis.ipynb.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published