Differential coverage analysis with MEDIPS

Description

Given BAM files, this tool performs differential coverage analysis of sequencing data from DNA immunoprecipitation experiments. It was originally designed for methylation data (MeDIP-seq), but it works also for other quantitative sequencing data such as ChIP-seq, MBD-seq, CMS-seq, etc. In addition to comparing samples such as treatment vs. control, it can be used also to analyze a single condition. You can provide an optional BAM file for input DNA as well.

Parameters

Details

During the analysis, the read coverage over the genome is calculated in bins of 50 bp (you can change this value using the parameter "Resolution for coverage calculation"). Since reads don't cover the whole length of the sonicated DNA fragments, the results are smoothed by extending the reads to both directions by 400 bp (you can change this value using the parameter "Smoothing extension").

The Fragment length parameter specifies the area around each genomic bin that is used for calculating the local CpG density, which is required for normalization. It should be set close to the estimated size of the DNA fragments generated after the amplification.

You can choose to calculate the enrichment of methylated CpG islands for promoter regions only, and select the length of the promoter region used. The default is 1000 bps upstream and 500 bps downstream from the transcription start site.

The differences in coverage between two conditions are tested using edgeR.

Output

Results are given in the file methylation.tsv. You can also save the relative methylation scores as BED files, which you can visualize in the Chipster genome browser. When performing a comparative analysis of treatment vs. control, also p-values and fold changes are returned.

Several quality control plots are generated:

References

For more information about the MEDIPS package, please see the manual on Bioconductor site.

If you publish results acquired using this tool, please cite Lienhard M, Grimm C, Morkel M, Herwig R and Chavez L (2014): MEDIPS: genome-wide differential coverage analysis of sequencing data derived from DNA enrichment experiments. Bioinformatics, 30, pp. 284-286.