Our code is built on the source code provided by Seq2Exp (https://github.com/divelab/AIRS/)
- Please refer to
mamba_env.ymlfor the exact package versions.
The dataset for this repo can be downloaded from https://huggingface.co/datasets/xingyusu/GeneExp.
Set the dataset directory as $DATA_ROOT before running any experiments.
To reproduce the results of OrchAlign, run the following
sh Seq2ExpAli.sh $DATA_ROOTThe class file of Our model is "GeneExpMambaCross" in "src\models\sequence\GeneExpformer.py"