-
Notifications
You must be signed in to change notification settings - Fork 0
Instructions SNS
javrodriguez edited this page Dec 12, 2023
·
5 revisions
- Download repository.
module load git
git clone https://github.com/javrodriguez/DBIND
- Create symlinks to input data.
cd DBIND
ln -sn ../BAM-DD ./
ln -sn ../peaks-MACS-broad-q-0.05 ./PEAK-DIR
ln -sn ../summary-combined.chip.csv ./
ln -sn ../summary.peaks-macs-broad-q-0.05.csv ./
- Create sample sheet
module load r
Rscript ./make_sampleSheet.R
-
If there are samples for different different factors (i.e. different TFs or chromatin marks) and/or cell lines, fill the columns Factor and Tissue in the table
samples.diffBind.csv
accordingly. -
Make PCAs.
sbatch pca_diffBind.sh
- Combine stats.
./combine_stats.sh