Skip to content

IHPE/DMRseq_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DMRseq Wrapper

Description

DMRseq (github or bioconductor) performs differential methylation analysis: it aims at detecting differentially methylated regions. It is adapted to organisms that have a genome assembly at the scaffold level. This script wraps DMRseq, prepares the data and parallelises the analysis.

In order to reproduce the results from the article you need to follow the following steps:

  • Create a working folder and download the script in this repository into this folder.
  • Inside the working folder, create a folder named 'data' that will hold the input data.
  • Download the associated data of the article into the 'data/' folder.
  • Launch the script:
Rscript dmrseq_wrapper.R

Or open the folder in rstudio as the working directory, open the script and source it or step through the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages