Name Mode Size
..
figures 040000
ModBamFiles-class.Rd 100644 0 kb
ModBamFiles.Rd 100644 1 kb
ModBamResult-class.Rd 100644 3 kb
NanoMethResult-class.Rd 100644 3 kb
NanoMethViz-package.Rd 100644 1 kb
bsseq_to_edger.Rd 100644 1 kb
bsseq_to_log_methy_ratio.Rd 100644 1 kb
cluster_reads.Rd 100644 1 kb
cluster_regions.Rd 100644 1 kb
convert_methy_format.Rd 100644 1 kb
create_tabix_file.Rd 100644 1 kb
exons-set.Rd 100644 0 kb
exons.Rd 100644 0 kb
exons_to_genes.Rd 100644 1 kb
filter_methy.Rd 100644 1 kb
get_cgi.Rd 100644 0 kb
get_example_exons_mus_musculus.Rd 100644 1 kb
get_exons.Rd 100644 1 kb
get_exons_homo_sapiens.Rd 100644 0 kb
get_exons_mus_musculus.Rd 100644 0 kb
load_example_modbamresult.Rd 100644 0 kb
load_example_nanomethresult.Rd 100644 1 kb
methy-set.Rd 100644 0 kb
methy.Rd 100644 0 kb
methy_col_names.Rd 100644 0 kb
methy_to_bsseq.Rd 100644 1 kb
methy_to_edger.Rd 100644 1 kb
mod_code-set.Rd 100644 0 kb
mod_code.Rd 100644 0 kb
modbam_to_tabix.Rd 100644 1 kb
plot_agg_genes.Rd 100644 1 kb
plot_agg_regions.Rd 100644 2 kb
plot_gene.Rd 100644 4 kb
plot_gene_heatmap.Rd 100644 2 kb
plot_grange.Rd 100644 2 kb
plot_grange_heatmap.Rd 100644 1 kb
plot_mds.Rd 100644 1 kb
plot_pca.Rd 100644 1 kb
plot_region.Rd 100644 5 kb
plot_region_heatmap.Rd 100644 2 kb
plot_violin.Rd 100644 1 kb
query_exons.Rd 100644 1 kb
query_methy.Rd 100644 2 kb
raw_methy_to_tabix.Rd 100644 0 kb
reexports.Rd 100644 0 kb
region_methy_stats.Rd 100644 1 kb
samples-set.Rd 100644 0 kb
samples.Rd 100644 0 kb
sort_methy_file.Rd 100644 0 kb
README.md
# NanoMethViz <!-- badges: start --> [![Codecov test coverage](https://codecov.io/gh/Shians/NanoMethViz/branch/master/graph/badge.svg)](https://codecov.io/gh/Shians/NanoMethViz?branch=master) [![R-CMD-check](https://github.com/Shians/NanoMethViz/workflows/R-CMD-check/badge.svg)](https://github.com/Shians/NanoMethViz/actions) <!-- badges: end --> NanoMethViz is a toolkit for visualising methylation data from Oxford Nanopore sequencing. ## Installation You can install NanoMethViz from Bioconductor with: ``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("NanoMethViz") ``` To install the latest developmental version, use: ``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install(version='devel') BiocManager::install("NanoMethViz") ``` ## Usage 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](https://www.bioconductor.org/packages/release/bioc/vignettes/NanoMethViz/inst/doc/UsersGuide.html). ## Examples ### MDS Plot The MDS plot is used to visualise differences in the methylation profiles of multiple samples. ![](man/figures/mds.png) ### Feature Aggregation The feature aggregation plot can average the methylation profiles across a set of features. ![](man/figures/agg_genes.png) ### Region Methylation Plot 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. ![](man/figures/peg3_gene.png) ## License This project is licensed under Apache License, Version 2.0.