Skip to content

csi-greifflab/airrtm_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AIRRTM_data

This repository contains synthetic data (datasets S1 and S2) from the article Weakly supervised identification and generation of adaptive immune receptor sequences associated with immune disease status

Note that you should unzip the data files before running AIRRTM on them, e.g.:

git clone [email protected]:csi-greifflab/airrtm_data.git
cd airrtm_data/S1/samples/0.005/
unzip data.zip
cd <airrtm_repo_path>
pipenv shell
python preprocess_data.py -w 0.005 -l 20 --min_len 6 --input_data_dir <airrtm_data_repo_path>/S1
mkdir ./checkpoints
python train_model.py  -w 0.005 -l 20 --input_data_dir <airrtm_data_repo_path>/S1 --checkpoint_dir ./checkpoints

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published