[Research on deep learning-based integration of single-cell multi-omics data and inference of regulation networks]
install the latest develop version
pip install git+https://github.com/YuYun329/contract.git
or git clone and install
pip install git+https://github.com/YuYun329/contract.git
cd CONTRACT
python setup.py install
contract可以根据一下步骤完成执行
contract_preprocess.py [-h] [--ad_file AD_FILE]
[--input_fasta INPUT_FASTA]
[--out_path OUT_PATH][--batch_size BATCH_SIZE]
其中--ad_file表示传入的数据文件,--input_fasta表示基因坐标参考文件,--out_path表示输出的保存路径
python contract_main.py --data_folder "./processed/" --outdir "output"
--data_folder: 数据预处理步骤的输出路径,其下应有一个“ATAC”与一个“RNA”目录
--outdir: 最终输出,包括数据的整合,降噪以及训练的模型。保存在最终的integration.h5ad文件中。
