-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
81 lines (80 loc) · 2.45 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
# Generated by roxygen2: do not edit by hand
S3method(print,idr2d_result_summary)
S3method(summary,idr2d_hic_result)
S3method(summary,idr2d_result)
export(calculate_midpoint_distance1d)
export(calculate_midpoint_distance2d)
export(calculate_relative_overlap1d)
export(calculate_relative_overlap2d)
export(determine_anchor_overlap)
export(draw_hic_contact_map)
export(draw_idr_distribution_histogram)
export(draw_rank_idr_scatterplot)
export(draw_value_idr_scatterplot)
export(establish_bijection)
export(establish_bijection1d)
export(establish_bijection2d)
export(establish_overlap1d)
export(establish_overlap2d)
export(estimate_idr)
export(estimate_idr1d)
export(estimate_idr2d)
export(estimate_idr2d_hic)
export(parse_hic_pro_matrix)
export(parse_juicer_matrix)
export(preprocess)
export(remove_nonstandard_chromosomes1d)
export(remove_nonstandard_chromosomes2d)
importFrom(GenomeInfoDb,keepStandardChromosomes)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(IRanges,IRanges)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(futile.logger,flog.info)
importFrom(futile.logger,flog.warn)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(grDevices,rainbow)
importFrom(grid,unit)
importFrom(idr,est.IDR)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(reticulate,import)
importFrom(reticulate,use_condaenv)
importFrom(reticulate,use_python)
importFrom(reticulate,use_virtualenv)
importFrom(scales,log10_trans)
importFrom(scales,math_format)
importFrom(scales,trans_breaks)
importFrom(scales,trans_format)
importFrom(stats,complete.cases)
importFrom(stringr,str_sort)
importFrom(stringr,str_trim)
importFrom(utils,data)
importFrom(utils,read.table)