nanovolcano
provides comprehensive tools for analyzing and visualizing nanopore sequencing data from Oxford Nanopore Technologies. The package focuses on:
- Quality‑control metrics
- Read‑length distributions
- N50 calculations
All visualisations are publication‑ready and fully customizable.
Install the development version directly from GitHub:
# Install devtools if you don't have it already
# install.packages("devtools")
devtools::install_github("TlaskalV/nanovolcano")
📊 Read‑length distribution analysis
📈 Quality‑score visualization
🧮 N50 calculations per barcode
🎨 Publication‑ready plots
💾 Flexible data‑export options
library(nanovolcano)
# Analyze your sequencing summary
results <- analyze_sequencing_summary(
file_path = "sequencing_summary.txt.gz",
min_len = 1000
)
# Display the plots
display_sequencing_plots(results)
# Access N50 statistics
results$n50_summary