In each directory are indivudal steps for training chromBPnet models and analyzing variants.
- data_downloads: This directory is dedicated to downloading fastq files for ATAC-seq results in different blood cell types.
- nf-core_atac: This directory is dedicated to running nf-core/atac to align fastq files to hg38 and generate bam files (bwa was used for alignment, all other results ignored). Once aligned, bam files are filtered to contain only autosomes to prepare for downstream analysis.
- pearatefk_calling: This directory is dedicated to running MACS3 to call ATAC-seq peaks, using settings from the ChromBPNet paper.
- generate_folds: This directory is dedicated to generating folds for cross-validation.
- bias_model_training: This directory is dedicated to training the Tn5 bias model. 1 model will be trained for each cell type.
- chromBPnet_training : This directory is dedicated to training the chromBPnet model with the Tn5 model.
- variant_scoring: Dedicated to scoring NCVs using trained chrombpnet models.