-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.73 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
# Generated by roxygen2: do not edit by hand
export(InteractionSet_to_pixels)
export(cooler_to_InteractionSet)
export(distance_normalize_pixels)
export(downsample_matrix)
export(dump_cooler)
export(get_axis_labs)
export(get_axis_title)
export(get_figure_dims)
export(karyogram_geoms)
export(nlf_parse_assembly)
export(nlf_read_assembly_file)
export(nlf_read_loop_file)
export(normalize_score_column)
export(pack_cooler_hdf5)
export(patchwork_annotations)
export(patchwork_annotations_2d)
export(patchwork_bedgraph)
export(patchwork_bedgraph_peak_geoms)
export(patchwork_bins)
export(patchwork_cna)
export(patchwork_matrix)
export(patchwork_ogm_contigs)
export(patchwork_region_outlines)
export(patchwork_rot45)
export(patchwork_rotate_annotations)
export(patchwork_xaxis)
export(patchwork_yaxis)
export(plotCombo_matrix_with_kary)
export(plotCombo_pyramid_tracks)
export(plot_hic)
export(plot_hic_histogram)
export(plot_hic_matrix)
export(plot_hic_matrix_pyramid)
export(plot_hic_matrix_to_file)
export(plot_karyotypes)
export(read_compartment_file)
export(read_cooler_bins_hdf5)
export(read_cooler_hdf5)
export(read_cooler_hdf5_rot45)
export(read_matrix_file)
export(read_tad_file)
export(reflect_pixel_matrix)
export(rotate_pix_45)
export(rotate_points_45)
export(translocation_matrix)
export(trim_rot45)
import(GenomicAlignments)
import(GenomicRanges)
import(IRanges)
import(InteractionSet)
import(Rhdf5lib)
import(Rsamtools)
import(SummarizedExperiment)
import(clugPac)
import(cowplot)
import(data.table)
import(diffHic)
import(dplyr)
import(egg)
import(ggplot2)
import(ggsci)
import(grid)
import(gridExtra)
import(magrittr)
import(rhdf5)
import(rhdf5filters)
import(scales)
import(stringr)
import(tibble)
import(tictoc)
import(tidyr)
import(tidyverse)
import(viridis)