Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enovoa authored Mar 30, 2021
1 parent cc55fd1 commit 8df7f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# 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:
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 keepind 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)
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.

Expand Down

0 comments on commit 8df7f02

Please sign in to comment.