-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
112 lines (111 loc) · 3.14 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
# Generated by roxygen2: do not edit by hand
S3method(summary,locus)
export(eqtl_plot)
export(genetrack_ly)
export(genetracks)
export(genetracks_grob)
export(gg_addgenes)
export(gg_genetracks)
export(gg_scatter)
export(line_plot)
export(link_LD)
export(link_eqtl)
export(link_recomb)
export(locus)
export(locus_ggplot)
export(locus_plot)
export(locus_plotly)
export(multi_layout)
export(overlay_plot)
export(quick_peak)
export(scatter_plot)
export(scatter_plotly)
export(set_layers)
importFrom(AnnotationFilter,AnnotationFilterList)
importFrom(AnnotationFilter,ExonEndFilter)
importFrom(AnnotationFilter,ExonStartFilter)
importFrom(AnnotationFilter,GeneIdFilter)
importFrom(AnnotationFilter,GeneNameFilter)
importFrom(AnnotationFilter,SeqNameFilter)
importFrom(AnnotationFilter,TxEndFilter)
importFrom(AnnotationFilter,TxStartFilter)
importFrom(BiocGenerics,end)
importFrom(BiocGenerics,start)
importFrom(GenomeInfoDb,"genome<-")
importFrom(GenomeInfoDb,genome)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(LDlinkR,LDexpress)
importFrom(LDlinkR,LDmatrix)
importFrom(LDlinkR,LDproxy)
importFrom(cowplot,plot_grid)
importFrom(dplyr,bind_rows)
importFrom(ensembldb,ensemblVersion)
importFrom(ensembldb,exons)
importFrom(ensembldb,genes)
importFrom(ensembldb,organism)
importFrom(gggrid,grid_panel)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,layer_scales)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,polylineGrob)
importFrom(grid,rectGrob)
importFrom(grid,textGrob)
importFrom(grid,viewport)
importFrom(grid,xaxisGrob)
importFrom(memoise,drop_cache)
importFrom(memoise,memoise)
importFrom(plotly,"%>%")
importFrom(plotly,add_segments)
importFrom(plotly,add_text)
importFrom(plotly,add_trace)
importFrom(plotly,plot_ly)
importFrom(plotly,plotly_build)
importFrom(plotly,plotly_empty)
importFrom(rlang,.data)
importFrom(rtracklayer,browserSession)
importFrom(rtracklayer,getTable)
importFrom(rtracklayer,ucscTableQuery)
importFrom(stats,relevel)
importFrom(zoo,na.approx)