-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
65 lines (64 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export(call_cnvr)
export(call_gene)
export(clean_ensgene)
export(clean_ucsc)
export(closer_snp)
export(cnv_clean)
export(cnv_summary_plot)
export(cnv_visual)
export(cnvr_plot)
export(compare_cnv)
export(compare_cnvr)
export(compare_gene)
export(compare_interval)
export(convert_coord)
export(convert_map)
export(get_demo)
export(get_haplotype)
export(get_refgene)
export(get_samples)
export(haplo_visual)
export(plot_cnvr_panorama)
export(plot_cnvr_source)
export(plot_gene)
export(plot_snp_density)
export(prep_phased)
export(roh_visual)
export(roh_window)
import(cowplot)
import(dplyr)
import(gaston)
import(ggplot2)
import(ggrepel)
import(grDevices)
import(reshape2)
import(scatterplot3d)
import(tidyr)
importFrom(R.utils,gunzip)
importFrom(R.utils,gunzip.default)
importFrom(data.table,data.table)
importFrom(data.table,foverlaps)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(dplyr,filter)
importFrom(ggplotify,base2grob)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(purrr,map)
importFrom(reshape2,dcast)
importFrom(scales,unit_format)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(utils,read.table)
importFrom(utils,write.table)