differential_ATACseq.smk¶
Snakemake workflow for differential analysis of ATAC-seq data.
Note
Please make sure that you have Singularity and Snakemake installed on your system and cloned the SnakeNgs repository.
Workflow¶
The rulegraph was created by snakevision.
- Merge peak resions from all samples using bedtools
merge
. - Read count for each peak region using featureCounts.
- Differential analysis using DESeq2.
Usage¶
1 2 3 4 5 6 7 |
|
path/to/output
is the directory where the output files will be saved.path/to/experiment_table.tsv
is a tab-separated file containing the following information:
1 2 3 4 5 6 7 |
|
It is expected that the input BAM files are generated by the preprocessing_ChIPseq.smk workflow and the peak files are generated by the callpeak_ATACseq.smk workflow.