5a11f568 |
# Generated by roxygen2: do not edit by hand
|
c2b4016b |
export("exons<-")
export("methy<-")
|
bb6060d3 |
export("mod_code<-")
|
c2b4016b |
export("samples<-")
|
e2a50081 |
export(ModBamFiles)
export(ModBamResult)
|
5a11f568 |
export(NanoMethResult)
|
d0314b16 |
export(bsseq_to_edger)
export(bsseq_to_log_methy_ratio)
|
6f37b3db |
export(cluster_regions)
|
11f74153 |
export(create_tabix_file)
|
5a11f568 |
export(exons)
|
844f6ac8 |
export(exons_to_genes)
|
719fb9cf |
export(filter_methy)
|
d1fafaa6 |
export(get_cgi_grcm39)
|
a5161667 |
export(get_cgi_hg19)
export(get_cgi_hg38)
export(get_cgi_mm10)
|
700b12c9 |
export(get_example_exons_mus_musculus)
|
1e11dec4 |
export(get_exons_grcm39)
|
3f28fa7c |
export(get_exons_hg19)
export(get_exons_hg38)
|
5a11f568 |
export(get_exons_homo_sapiens)
|
3f28fa7c |
export(get_exons_mm10)
|
5a11f568 |
export(get_exons_mus_musculus)
|
6270ee3b |
export(load_example_modbamresult)
|
fddf8b3c |
export(load_example_nanomethresult)
|
5a11f568 |
export(methy)
|
ffaa43fa |
export(methy_col_names)
|
d0314b16 |
export(methy_to_bsseq)
|
d94523e8 |
export(methy_to_edger)
|
bb6060d3 |
export(mod_code)
|
009da788 |
export(modbam_to_tabix)
|
0687fb67 |
export(plot_agg_genes)
|
ed822c3a |
export(plot_agg_regions)
|
5a11f568 |
export(plot_gene)
|
700b12c9 |
export(plot_gene_heatmap)
|
e813b809 |
export(plot_grange)
|
334586d8 |
export(plot_grange_heatmap)
|
2def4dee |
export(plot_mds)
export(plot_pca)
|
5a11f568 |
export(plot_region)
|
700b12c9 |
export(plot_region_heatmap)
|
43d95739 |
export(plot_violin)
|
5a11f568 |
export(query_exons_gene_id)
export(query_exons_region)
export(query_exons_symbol)
|
727578be |
export(query_methy)
|
9228bb4e |
export(region_methy_stats)
|
5a11f568 |
export(samples)
|
f9e0a37a |
export(sigmoid)
|
e2a50081 |
exportClasses(ModBamFiles)
|
985cb0f2 |
exportClasses(ModBamResult)
|
5a11f568 |
exportClasses(NanoMethResult)
|
c2b4016b |
exportMethods("exons<-")
exportMethods("methy<-")
|
bb6060d3 |
exportMethods("mod_code<-")
|
c2b4016b |
exportMethods("samples<-")
|
ffbf02cf |
exportMethods(exons)
exportMethods(methy)
|
bb6060d3 |
exportMethods(mod_code)
|
ffbf02cf |
exportMethods(plot_gene)
|
700b12c9 |
exportMethods(plot_gene_heatmap)
|
ffbf02cf |
exportMethods(plot_region)
|
700b12c9 |
exportMethods(plot_region_heatmap)
|
ffbf02cf |
exportMethods(samples)
|
e2a50081 |
exportMethods(show)
|
fddf8b3c |
import(Rcpp)
|
e3c1d8c0 |
import(assertthat)
|
b0d7cf43 |
import(cpp11)
|
4dccdae1 |
import(dbscan)
import(dplyr)
|
11f74153 |
import(fs)
|
5a11f568 |
import(patchwork)
|
4dccdae1 |
import(tidyr)
|
2def4dee |
importFrom(BiocSingular,runPCA)
|
4d80667c |
importFrom(Biostrings,width)
|
ce234907 |
importFrom(IRanges,IRanges)
|
0687fb67 |
importFrom(R.utils,gunzip)
|
ffbf02cf |
importFrom(Rsamtools,TabixFile)
importFrom(Rsamtools,scanTabix)
|
30160fcf |
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,colData)
|
ffbf02cf |
importFrom(assertthat,assert_that)
|
ca142e87 |
importFrom(assertthat,is.dir)
|
ffbf02cf |
importFrom(assertthat,is.readable)
|
700b12c9 |
importFrom(assertthat,is.string)
|
ffbf02cf |
importFrom(assertthat,is.writeable)
|
30160fcf |
importFrom(bsseq,BSseq)
|
4ff7d19e |
importFrom(dplyr,"%>%")
|
30160fcf |
importFrom(dplyr,arrange)
|
fddf8b3c |
importFrom(dplyr,case_when)
|
30160fcf |
importFrom(dplyr,distinct)
|
ffbf02cf |
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
|
fddf8b3c |
importFrom(dplyr,rename)
|
ffbf02cf |
importFrom(dplyr,select)
importFrom(dplyr,summarise)
|
fddf8b3c |
importFrom(dplyr,ungroup)
|
f9e0a37a |
importFrom(e1071,sigmoid)
|
30160fcf |
importFrom(forcats,fct_reorder)
|
ffbf02cf |
importFrom(ggplot2,aes)
|
0687fb67 |
importFrom(ggplot2,draw_key_point)
|
ffbf02cf |
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
|
fddf8b3c |
importFrom(ggplot2,geom_vline)
|
ffbf02cf |
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,rel)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
|
6a8e28a4 |
importFrom(ggrastr,rasterise)
|
ffbf02cf |
importFrom(glue,glue)
|
0687fb67 |
importFrom(graphics,hist)
|
2def4dee |
importFrom(limma,plotMDS)
|
ffbf02cf |
importFrom(methods,.valueClassTest)
|
fddf8b3c |
importFrom(methods,is)
|
ffbf02cf |
importFrom(methods,new)
|
30160fcf |
importFrom(purrr,map)
|
985cb0f2 |
importFrom(purrr,map_lgl)
|
ffbf02cf |
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,col_logical)
importFrom(readr,cols)
|
9242ccb8 |
importFrom(readr,local_edition)
|
5a11f568 |
importFrom(readr,read_tsv)
|
ffbf02cf |
importFrom(rlang,.data)
|
f0c51e06 |
importFrom(scales,cut_si)
importFrom(scales,label_number)
|
0687fb67 |
importFrom(stats,approxfun)
importFrom(stats,kmeans)
|
fddf8b3c |
importFrom(stats,median)
|
0687fb67 |
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
|
1b3590be |
importFrom(stats,setNames)
|
ffbf02cf |
importFrom(stringr,str_extract)
|
fddf8b3c |
importFrom(tibble,add_column)
|
ffbf02cf |
importFrom(tibble,as_tibble)
|
4dccdae1 |
importFrom(tibble,rownames_to_column)
|
ffbf02cf |
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
|
3f28fa7c |
importFrom(utils,installed.packages)
|
acafc646 |
importFrom(utils,packageVersion)
|
3b1222fd |
importFrom(utils,read.delim)
|
e94ac713 |
importFrom(utils,read.table)
|
700b12c9 |
importFrom(withr,defer)
|
a7dcbf96 |
useDynLib(NanoMethViz)
|