recipes that save time
The most commonly used aligner for ChIP-seq is Bowtie2. However, recently we have tried runing bwa which has resulted in higher mapping rates (~ 2%), with an equally similar increase in the number of duplicate mappings identified. Post-filtering this translates to a significantly higher number of mapped reads and results in a much larger number of peaks being called (30% increase). When we compare the peak calls generated from the different aligners, the bwa peak calls are a superset of those called from the Bowtie2 aligments. Whether or not these additional peaks are true positives, is something that is yet to be determined.
--broad but depedning on the histone mark have had trouble finding peaks.ATACseq Guidelines - https://informatics.fas.harvard.edu/atac-seq-guidelines.html
ChIPQC practical - https://bioinformatics-core-shared-training.github.io/cruk-autumn-school-2017/ChIP/Materials/Practicals/Practical5_chipqc_DB.pdf
Shamith Samarajiiwa ATACseq analysis - https://bioinformatics-core-shared-training.github.io/cruk-summer-school-2018/ChIP/Practicals/Practical10_ATAC-seq_analysis_SS.html
Shamith Samarajiwa Lecture chip and ATAC - https://bioinformatics-core-shared-training.github.io/cruk-autumn-school-2017/ChIP/Materials/Lectures/Lecture4_Introduction%20to%20ChIP-seq%20and%20ATAC-seq_SS.pdf
DiffBind practical - https://bioinformatics-core-shared-training.github.io/cruk-autumn-school-2017/ChIP/Materials/Practicals/Practical9_diffbind_DB.pdf
Some MACS options - https://ngschool.eu/sites/default/files/uploads/20170907/ATAC-seq%20workshop.pdf
Improved peak calling with MACS2 bioRxiv - https://www.biorxiv.org/content/10.1101/496521v1.full#F2
ATACseqQC guide - https://bioconductor.org/packages/release/bioc/vignettes/ATACseqQC/inst/doc/ATACseqQC.html#plot-footprints
Rockefeller practical on ATACseq (might be a good dataset for Rory to work on?) - https://rockefelleruniversity.github.io/RU_ATAC_Workshop.html
DiffBind with ChIPseq - https://www.bioconductor.org/packages/devel/bioc/vignettes/DiffBind/inst/doc/DiffBind.pdf
deeptools alignment sieve - https://deeptools.readthedocs.io/en/develop/content/tools/alignmentSieve.html#Required%20arguments
Duplicates handling with MACS2 - https://bioinformatics-core-shared-training.github.io/cruk-autumn-school-2017/ChIP/Materials/Practicals/Prctical4_PeakCalling_SS.pdf
Assessing ChIP-seq sample quality withChIPQC - http://bioconductor.org/packages/release/bioc/vignettes/ChIPQC/inst/doc/ChIPQC.pdf
effective genome size - https://deeptools.readthedocs.io/en/develop/content/feature/effectiveGenomeSize.html
Nucleosome size reference: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5831847/
Nice review of the steps by YiweNiu: https://yiweiniu.github.io/blog/2019/03/ATAC-seq-data-analysis-from-FASTQ-to-peaks/