novoalab / modPhred

modPhred is a pipeline for detection of DNA/RNA modifications from raw ONT data

Home Page:https://modphred.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modPhred

modPhred is a pipeline for detection, annotation and visualisation of DNA/RNA modifications from raw ONT data.

The pipeline consists of four steps / modules:

  1. modEncode: Encoding modification probabilities in FastQ (mod_encode.py)
  2. modAlign: Build alignments keeping modification information in BAMs (mod_align.py)
  3. modReport Extraction of RNA modification information (bedGraph) and QC reports (mod_report.py)
  4. modAnalysis: Plotting venn diagrams (mod_plot.py), co-occurrence of modifications (mod_correlation.py) and per-read clustering based on modification profiles (mod_cluster.py)

For more information, please visit full documentation at https://modphred.readthedocs.io.

Citation

If you find this work useful, please cite:

Pryszcz LP and Novoa EM (2022) ModPhred: an integrative toolkit for the analysis and storage of nanopore sequencing DNA and RNA modification data. Bioinformatics, 38:257-260.

About

modPhred is a pipeline for detection of DNA/RNA modifications from raw ONT data

https://modphred.readthedocs.io

License:MIT License


Languages

Language:Python 63.7%Language:Jupyter Notebook 35.1%Language:Dockerfile 1.2%