Skip to content
/ dmr Public

The EpiDiverse Differentially Methylated Regions Pipeline, implemented with Nextflow

License

Notifications You must be signed in to change notification settings

EpiDiverse/dmr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpiDiverse-DMR Pipeline

Nextflow install with bioconda Docker Release Publication Twitter

EpiDiverse/dmr is a bioinformatics analysis pipeline for calling differentially methylated positions or regions from non-model plant species.

The workflow processes raw methylation data from bedGraphs resulting from the EpiDiverse/wgbs pipeline, which are then grouped for analysis with bedtools unionbedg. Each pairwise comparison between groups is performed with metilene, and downstream visualisation is carried out with R-packages ggplot2 and gplots to produce distribution plots and heatmaps.

See the output documentation for more details of the results.

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.

Quick Start

  1. Install nextflow

  2. Install one of docker, singularity or conda

  3. Download the pipeline and test it on a minimal dataset with a single command

NXF_VER=20.07.1 nextflow run epidiverse/dmr -profile test,<docker|singularity|conda>
  1. Start running your own analysis!
NXF_VER=20.07.1 nextflow run epidiverse/dmr -profile <docker|singularity|conda> \
--input /path/to/wgbs/bam --samples /path/to/samples.tsv

See the usage documentation for all of the available options when running the pipeline.

Wiki Documentation

The EpiDiverse/dmr pipeline is part of the EpiDiverse Toolkit, a best practice suite of tools intended for the study of Ecological Plant Epigenetics. Links to general guidelines and pipeline-specific documentation can be found below:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline
  4. Understanding the results
  5. Troubleshooting

Credits

These scripts were originally written for use by the EpiDiverse European Training Network, by Adam Nunn (@bio15anu) and Nilay Can (@nilaycan).

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 764965

Citation

If you use epidiverse/dmr for your analysis, please cite it using the following doi:

About

The EpiDiverse Differentially Methylated Regions Pipeline, implemented with Nextflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published