# Generated by roxygen2: do not edit by hand

export("exons<-")
export("methy<-")
export("samples<-")
export(NanoMethResult)
export(bsseq_to_edger)
export(bsseq_to_log_methy_ratio)
export(cluster_regions)
export(create_tabix_file)
export(exons)
export(exons_to_genes)
export(filter_methy)
export(get_example_exons_mus_musculus)
export(get_exons_homo_sapiens)
export(get_exons_mus_musculus)
export(load_example_nanomethresult)
export(methy)
export(methy_col_names)
export(methy_to_bsseq)
export(methy_to_edger)
export(plot_agg_regions)
export(plot_gene)
export(plot_gene_heatmap)
export(plot_grange)
export(plot_grange_heatmap)
export(plot_mds)
export(plot_pca)
export(plot_region)
export(plot_region_heatmap)
export(query_exons_gene_id)
export(query_exons_region)
export(query_exons_symbol)
export(query_methy)
export(region_methy_stats)
export(samples)
exportClasses(NanoMethResult)
exportMethods("exons<-")
exportMethods("methy<-")
exportMethods("samples<-")
exportMethods(exons)
exportMethods(methy)
exportMethods(plot_gene)
exportMethods(plot_gene_heatmap)
exportMethods(plot_region)
exportMethods(plot_region_heatmap)
exportMethods(samples)
import(Rcpp)
import(assertthat)
import(cpp11)
import(fs)
import(patchwork)
import(zlibbioc)
importFrom(BiocSingular,runPCA)
importFrom(RSQLite,SQLITE_RO)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbGetQuery)
importFrom(Rsamtools,TabixFile)
importFrom(Rsamtools,scanTabix)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,colData)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.dir)
importFrom(assertthat,is.readable)
importFrom(assertthat,is.string)
importFrom(assertthat,is.writeable)
importFrom(bsseq,BSseq)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,rel)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(glue,glue)
importFrom(limma,plotMDS)
importFrom(methods,.valueClassTest)
importFrom(methods,is)
importFrom(methods,new)
importFrom(purrr,map)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,col_logical)
importFrom(readr,cols)
importFrom(readr,read_tsv)
importFrom(rlang,.data)
importFrom(scico,scale_colour_scico)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(utils,install.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(withr,defer)
useDynLib(NanoMethViz)
