-
Notifications
You must be signed in to change notification settings - Fork 28
/
NAMESPACE
85 lines (84 loc) · 1.99 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
# Generated by roxygen2: do not edit by hand
export(annoDomains)
export(annoGenomeLabel)
export(annoHeatmapLegend)
export(annoHighlight)
export(annoPixels)
export(annoSegments)
export(annoText)
export(annoXaxis)
export(annoYaxis)
export(annoZoomLines)
export(assembly)
export(c)
export(calcSignalRange)
export(colorby)
export(defaultPackages)
export(genomes)
export(mapColors)
export(pageCreate)
export(pageGuideHide)
export(pageGuideHorizontal)
export(pageGuideShow)
export(pageGuideVertical)
export(pageLayoutCol)
export(pageLayoutRow)
export(pagePlotPlace)
export(pagePlotRemove)
export(pgParams)
export(plotCircle)
export(plotGG)
export(plotGenes)
export(plotGenomeLabel)
export(plotHicRectangle)
export(plotHicSquare)
export(plotHicTriangle)
export(plotIdeogram)
export(plotLegend)
export(plotManhattan)
export(plotMultiSignal)
export(plotPairs)
export(plotPairsArches)
export(plotPolygon)
export(plotRanges)
export(plotRaster)
export(plotRect)
export(plotSegments)
export(plotSignal)
export(plotText)
export(plotTranscripts)
export(readBigwig)
export(readHic)
import(grid)
importFrom(GenomeInfoDb,keepStandardChromosomes)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(IRanges,IRanges)
importFrom(IRanges,subsetByOverlaps)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(curl,has_internet)
importFrom(data.table,fread)
importFrom(data.table,setDT)
importFrom(dplyr,anti_join)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(ggplotify,as.grob)
importFrom(ggplotify,base2grob)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.size)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(plyranges,"%>%")
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(stats,na.omit)
importFrom(strawr,readHicBpResolutions)
importFrom(strawr,straw)
importFrom(tools,file_ext)
importFrom(utils,str)
importFrom(withr,with_pdf)
useDynLib(plotgardener)