-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
157 lines (156 loc) · 3.94 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Generated by roxygen2: do not edit by hand
export("exons<-")
export("methy<-")
export("mod_code<-")
export("samples<-")
export(ModBamFiles)
export(ModBamResult)
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_cgi_grcm39)
export(get_cgi_hg19)
export(get_cgi_hg38)
export(get_cgi_mm10)
export(get_example_exons_mus_musculus)
export(get_exons_grcm39)
export(get_exons_hg19)
export(get_exons_hg38)
export(get_exons_homo_sapiens)
export(get_exons_mm10)
export(get_exons_mus_musculus)
export(load_example_modbamresult)
export(load_example_nanomethresult)
export(methy)
export(methy_col_names)
export(methy_to_bsseq)
export(methy_to_edger)
export(mod_code)
export(modbam_to_tabix)
export(plot_agg_genes)
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(plot_violin)
export(query_exons_gene_id)
export(query_exons_region)
export(query_exons_symbol)
export(query_methy)
export(region_methy_stats)
export(samples)
export(sigmoid)
exportClasses(ModBamFiles)
exportClasses(ModBamResult)
exportClasses(NanoMethResult)
exportMethods("exons<-")
exportMethods("methy<-")
exportMethods("mod_code<-")
exportMethods("samples<-")
exportMethods(exons)
exportMethods(methy)
exportMethods(mod_code)
exportMethods(plot_gene)
exportMethods(plot_gene_heatmap)
exportMethods(plot_region)
exportMethods(plot_region_heatmap)
exportMethods(samples)
exportMethods(show)
import(Rcpp)
import(assertthat)
import(cpp11)
import(dbscan)
import(dplyr)
import(fs)
import(patchwork)
import(tidyr)
importFrom(BiocSingular,runPCA)
importFrom(Biostrings,width)
importFrom(IRanges,IRanges)
importFrom(R.utils,gunzip)
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(e1071,sigmoid)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,draw_key_point)
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(ggrastr,rasterise)
importFrom(glue,glue)
importFrom(graphics,hist)
importFrom(limma,plotMDS)
importFrom(methods,.valueClassTest)
importFrom(methods,is)
importFrom(methods,new)
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,col_logical)
importFrom(readr,cols)
importFrom(readr,local_edition)
importFrom(readr,read_tsv)
importFrom(rlang,.data)
importFrom(scales,cut_si)
importFrom(scales,label_number)
importFrom(stats,approxfun)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(withr,defer)
useDynLib(NanoMethViz)