Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 5.04 KB

README.md

File metadata and controls

80 lines (68 loc) · 5.04 KB

MethPanel

MethPanel is a computational pipeline in Linux operating system with an interactive graphical interface for rapid analysis of multiplex bisulphite PCR sequencing data. The tool covers a complete analysis workflow from genomic alignment to DNA methylation calling and supports an unlimited number of PCR amplicons and input samples. Moreover MethPanel offers important and unique features, such as a epipolymorphism score and a bisulphite PCR bias correction. MethPanel can be run in parallel by samples on either a personal computer or a high performance computer. The outputs are automatically forwarded to a shinyApp for convenient display, visualisation and sharing of data with collaborators and clinicians.

Before applying our MethPanel workflow, all the primers for the multiplex bisulphite PCR can be designed using online tool PrimerSuite (Lu J, Johnston A, Berichon P, Ru K-l, Korbie D, Trau M: PrimerSuite: a high throughput web-based primer design program for multiplex bisulphite PCR. Scientific reports 2017, 7:41328).

MethPanel workflow

Installation

How to run MethPanel

project="<project_name>"
sample_config="/path/to/upstream/analysis/<user>/${project}/config/sample.${project}.pre.config"
system_config="/path/to/upstream/analysis/<user>/${project}/config/system.${project}.pre.config"

The fastq files are located in /path/to/upstream/analysis/<user>/<project_name>/raw/

python "/path/to/pipe/run_Bpipe.py" $sample_config $system_config

MethPanel shinyApp

For further details manual of MethPanel shinyApp, please visit our Wiki page.