NanoMethViz is a toolkit for visualising methylation data from Oxford Nanopore sequencing.
You can install NanoMethViz from Bioconductor with:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("NanoMethViz")
To install the latest developmental version, use:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version='devel')
BiocManager::install("NanoMethViz")
This package currently works with data from dorado, megalodon, nanopolish and f5c, for information on how to use the package, please refer to the Users Guide.
The MDS plot is used to visualise differences in the methylation profiles of multiple samples.
The feature aggregation plot can average the methylation profiles across a set of features.
The region methylation plot can visualise the methylation profile of a region of interest. As well as provide a heatmap of the methylation along individual reads.
This project is licensed under Apache License, Version 2.0.