https://github.com/cometsong/atac_seq_nxf
ATAC_Seq Analysis Pipeline using Nextflow framework.
https://github.com/cometsong/atac_seq_nxf
atac-seq bioinformatics nextflow pipeline
Last synced: 3 months ago
JSON representation
ATAC_Seq Analysis Pipeline using Nextflow framework.
- Host: GitHub
- URL: https://github.com/cometsong/atac_seq_nxf
- Owner: cometsong
- License: apache-2.0
- Created: 2020-08-25T19:49:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T21:39:50.000Z (over 4 years ago)
- Last Synced: 2025-01-21T06:29:05.373Z (5 months ago)
- Topics: atac-seq, bioinformatics, nextflow, pipeline
- Language: Nextflow
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ATAC_Seq analysis pipeline (in Nextflow)
The Assay for Transposase-Accessible Chromatin followed by sequencing (ATAC-seq)
experiment provides genome-wide profiles of chromatin accessibility. Briefly,
the ATAC-seq method works as follows: loaded Tn5 transposase inserts sequencing
primers into open chromatin sites across the genome, and reads are then
sequenced. The ends of the reads mark open chromatin sites.The developed pipeline maps trimmed paired-end Illumina reads from mouse
strains, to strain specific references. Mapped reads are then filtered to remove
duplicates, mitochondrial reads, and reads that are not properly paired. Reads
are shifted 4 bp to the right and reads on the negative strands should be
shifted 5 bp to the left to accommodate Tn5 cut positioning. Peaks are then
called with Macs2, and sequence coverage (depth) under peaks is then calculated.Quality control metrics are also calculated. Trimmed read statistics, mapping
statistics, percent mitochondrial DNA, percent duplication, insert size
estimation, library complexity statistics, and fraction of reads in peak.