Skip to content

kerenzhou062/PEALS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEALS: Peak-based Enhancement Analysis PipeLine for MeRIP-Seq

Latest Release:

  • Github: Github Release
  • PyPI: PyPI Release PyPI Python Version PyPI Format

Introduction

MeRIP-seq stands for methylated RNA immunoprecipitation sequencing, which is the most popular method for detection of post-transcriptional RNA modifications. Here, we presented the P-based Enhancement Analysis PipeLine for MeRIP-Seq (PEALS), for identifying enriched methylation regions. PEALS is designed for capturing the enriched methylated regions from MeRIP-seq, where IP signals are significantly over the input signals. Unlike other tools, PEALS not only can detect the peaks located across the exons, but also can detect peaks located in introns. It will be very usefull to detect the methylated peaks in caRNAs, primary transcripts, etc. After peak detections, PEALS wrap DESeq2 framework to estimate the enrichment and their significance. When detecting the differentially methylated (DM) peaks, PEALS use complex strategies to normalized the reads count under different conditions to avoid over-normalization.

Required third party software

PEALS relies on the following third party software. Before installing PEALS, please to ensure the following software have been properly installed.

The following R pacakges should be also installed.

Install

The common way to install PEALS is through PYPI).

Please check INSTALL document for detail.

Usage

Example for regular peak calling on MeRIP-seq.

For sample matrix, please chek the sample matrix here as reference.

peals callpeak -i <bam directory> -m <sample matrix> -P <prefix> -o <output directory>

Example for differentially methylated peak calling on MeRIP-seq.

For sample matrix, please chek the sample matrix here as reference.

peals diffpeak -i <bam directory> -m <sample matrix> -P <prefix> -o <output directory>

Subcommand Description
callpeak Main function to call peaks from alignment results.
diffpeak Main function to call differentially methylated peaks from alignment results.

Contribute

If you have any questions, suggestion/ideas, or just want to have conversions with developers and other users in the community, we recommand you using discussion section or posting to our Issues page.

Ackowledgement

PEALS project also relies on the following python packages.

About

Peak-based Enhancement Analysis pipeLine for MeRIP-Seq

Resources

License

Stars

Watchers

Forks

Packages

No packages published