-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(circosPlot)
export(circosTracks)
export(genomeLogRatios)
export(ggIdeogram)
export(ggIdeogram2)
export(gridPlot2)
export(grid_params)
export(ideogramData)
export(plotGenomeLogRatios)
export(plot_amplicons)
export(proteinGrobs)
export(qualitativeColors)
export(threshold)
export(transcriptGrobs)
import(GenomeInfoDb)
import(GenomicRanges)
import(dplyr)
import(ggbio)
import(ggplot2)
import(graph)
import(grid)
import(magrittr)
import(methods)
import(tibble)
import(trellis)
importFrom(IRanges,IRanges)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rgraphviz,layoutGraph)
importFrom(Rgraphviz,plot)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(biovizBase,getIdeoGR)
importFrom(gridExtra,grid.arrange)
importFrom(lattice,lsegments)
importMethodsFrom(GenomicAlignments,first)
importMethodsFrom(GenomicAlignments,last)
importMethodsFrom(Rgraphviz,renderGraph)
importMethodsFrom(S4Vectors,elementNROWS)
importMethodsFrom(SummarizedExperiment,assays)
importMethodsFrom(SummarizedExperiment,rowRanges)