ATAC-seq pipeline for snakemake
Steps:
-
fastqc - to check quality on fastq.gz files
-
trim_galore_pairedend - trim nextera adapters
-
bwa_mem_pairedend - align to hg19
-
samtobam - convert sam to bam file
-
mapped_bam - remove unmapped reads (aka. reads that did not align to reference genome)
-
sort_bam - sort reads by chromosome and region
-
index_bam_bai - create index
-
fastqc_bam - check quality of bam files
-
macs2 - call peaks
-
macs2_header - add header for compatibility with DESeq
-
ATACseq_Rcode - run DESeq analysis and build plots (incomplete)