-
Notifications
You must be signed in to change notification settings - Fork 147
/
NAMESPACE
executable file
·149 lines (147 loc) · 4.01 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
S3method("$", "CELL_META")
export("$.CELL_META")
S3method("names", "CELL_META")
export("names.CELL_META")
S3method("print", "CELL_META")
export("print.CELL_META")
export("CELL_META")
export("add_transparency")
export("adjacencyList2Matrix")
export("adjacencyMatrix2List")
export("arrange_links_evenly")
export("calc_gap")
export("chordDiagram")
export("chordDiagramFromDataFrame")
export("chordDiagramFromMatrix")
export("circlize")
export("circos.arrow")
export("circos.axis")
export("circos.barplot")
export("circos.boxplot")
export("circos.clear")
export("circos.connect")
export("circos.dendrogram")
export("circos.genomicAxis")
export("circos.genomicDensity")
export("circos.genomicHeatmap")
export("circos.genomicIdeogram")
export("circos.genomicInitialize")
export("circos.genomicLabels")
export("circos.genomicLines")
export("circos.genomicLink")
export("circos.genomicPoints")
export("circos.genomicPosTransformLines")
export("circos.genomicRainfall")
export("circos.genomicRect")
export("circos.genomicText")
export("circos.genomicTrack")
export("circos.genomicTrackPlotRegion")
export("circos.heatmap")
export("circos.heatmap.get.x")
export("circos.heatmap.initialize")
export("circos.heatmap.link")
export("circos.info")
export("circos.initialize")
export("circos.initializeCircularGenome")
export("circos.initializeWithIdeogram")
export("circos.labels")
export("circos.lines")
export("circos.link")
export("circos.nested")
export("circos.par")
export("circos.points")
export("circos.polygon")
export("circos.raster")
export("circos.rect")
export("circos.segments")
export("circos.stackedText")
export("circos.text")
export("circos.track")
export("circos.trackHist")
export("circos.trackLines")
export("circos.trackPlotRegion")
export("circos.trackPoints")
export("circos.trackText")
export("circos.triangle")
export("circos.update")
export("circos.updatePlotRegion")
export("circos.violin")
export("circos.xaxis")
export("circos.yaxis")
export("cm_h")
export("cm_x")
export("cm_y")
export("col2value")
export("colorRamp2")
export("convert_height")
export("convert_length")
export("convert_x")
export("convert_y")
export("cytoband.col")
export("degree")
export("draw.sector")
export("fontsize")
export("generateRandomBed")
export("genomicDensity")
export("get.all.sector.index")
export("get.all.track.index")
export("get.cell.meta.data")
export("get.current.chromosome")
export("get.current.sector.index")
export("get.current.track.index")
export("getI")
export("get_most_inside_radius")
export("highlight.chromosome")
export("highlight.sector")
export("inch_h")
export("inch_x")
export("inch_y")
export("inches_h")
export("inches_x")
export("inches_y")
export("mm_h")
export("mm_x")
export("mm_y")
export("posTransform.default")
export("posTransform.text")
export("rainfallTransform")
export("rand_color")
export("read.chromInfo")
export("read.cytoband")
export("reverse.circlize")
export("set.current.cell")
export("set_track_gap")
export("show.index")
export("smartAlign")
export("uh")
export("ux")
export("uy")
import("GlobalOptions")
import(graphics)
importFrom("colorspace", HLS)
importFrom("colorspace", HSV)
importFrom("colorspace", LAB)
importFrom("colorspace", LUV)
importFrom("colorspace", RGB)
importFrom("colorspace", XYZ)
importFrom("colorspace", coords)
importFrom("colorspace", hex)
importFrom("colorspace", hex2RGB)
importFrom("colorspace", sRGB)
importFrom("grDevices", "dev.cur", "dev.prev", "dev.set")
importFrom("grDevices", "dev.off", "pdf")
importFrom("grDevices", "hcl.colors")
importFrom("grDevices", as.raster)
importFrom("grDevices", col2rgb)
importFrom("grDevices", rgb)
importFrom("grid", grid.pretty, textGrob, gpar, convertHeight, convertWidth, grobDescent, grobAscent)
importFrom("methods", as)
importFrom("shape", Arrowhead)
importFrom("stats", "as.dendrogram", "dist", "hclust", "order.dendrogram")
importFrom("stats", "as.hclust", "cutree")
importFrom("stats", "reorder")
importFrom("stats", rnorm)
importFrom("stats", runif)
importFrom("utils", "getFromNamespace")
importFrom("utils", download.file)
importFrom("utils", read.table, packageDescription)