ChIP-seq paired-end Workflow

public public 1yr ago Version: v0.3 0 bookmarks

ChIP-seq paired-end Workflow

Inputs dataset

  • The workflow needs a single input which is a list of dataset pairs of fastqsanger.
  • adapters sequences: this depends on the library preparation. If you don't know, use FastQC to determine if it is Truseq or Nextera.
  • reference_genome: this field will be adapted to the genomes available for bowtie2.
  • effective_genome_size: this is used by MACS2 and may be entered manually (indications are provided for heavily used genomes).

Processing

  • The workflow will remove illumina adapters and low quality bases and filter out any pair with mate smaller than 15bp.
  • The filtered reads are mapped with bowtie2 with default parameters.
  • The BAM is filtered to keep only MAPQ30 and concordant pairs.
  • The peaks are called with MACS2 which at the same time generates a coverage file.
  • The coverage is converted to bigwig.
  • A MultiQC is run to have an overview of the QC.

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/iwc-workflows/chipseq-pe
Name: chipseq-pe-main
Version: v0.3
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: MIT License
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...