Cargando…

A ChIP-Seq Data Analysis Pipeline Based on Bioconductor Packages

Nowadays, huge volumes of chromatin immunoprecipitation-sequencing (ChIP-Seq) data are generated to increase the knowledge on DNA-protein interactions in the cell, and accordingly, many tools have been developed for ChIP-Seq analysis. Here, we provide an example of a streamlined workflow for ChIP-Se...

Descripción completa

Detalles Bibliográficos
Autores principales: Park, Seung-Jin, Kim, Jong-Hwan, Yoon, Byung-Ha, Kim, Seon-Young
Formato: Online Artículo Texto
Lenguaje:English
Publicado: Korea Genome Organization 2017
Materias:
Acceso en línea:https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5389943/
https://www.ncbi.nlm.nih.gov/pubmed/28416945
http://dx.doi.org/10.5808/GI.2017.15.1.11
Descripción
Sumario:Nowadays, huge volumes of chromatin immunoprecipitation-sequencing (ChIP-Seq) data are generated to increase the knowledge on DNA-protein interactions in the cell, and accordingly, many tools have been developed for ChIP-Seq analysis. Here, we provide an example of a streamlined workflow for ChIP-Seq data analysis composed of only four packages in Bioconductor: dada2, QuasR, mosaics, and ChIPseeker. ‘dada2’ performs trimming of the high-throughput sequencing data. ‘QuasR’ and ‘mosaics’ perform quality control and mapping of the input reads to the reference genome and peak calling, respectively. Finally, ‘ChIPseeker’ performs annotation and visualization of the called peaks. This workflow runs well independently of operating systems (e.g., Windows, Mac, or Linux) and processes the input fastq files into various results in one run. R code is available at github: https://github.com/ddhb/Workflow_of_Chipseq.git.