-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
123 lines (122 loc) · 3.34 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
# Generated by roxygen2: do not edit by hand
export(ARA)
export(GIoperator)
export(GRoperator)
export(addArrowMark)
export(addGuideLine)
export(addInteractionAnnotation)
export(browseTracks)
export(browseTracksOutput)
export(coverageGR)
export(dandelion.plot)
export(geneModelFromTxdb)
export(geneTrack)
export(getCurTrackViewport)
export(getGeneIDsFromTxDb)
export(getLocation)
export(gi2track)
export(gieStain)
export(ideogramPlot)
export(importBam)
export(importData)
export(importGInteractions)
export(importScore)
export(listChromosomes)
export(listNormalizations)
export(listResolutions)
export(loadIdeogram)
export(lolliplot)
export(optimizeStyle)
export(parse2GRanges)
export(parseWIG)
export(plotGRanges)
export(renderbrowseTracks)
export(trackList)
export(trackViewerStyle)
export(viewGene)
export(viewTracks)
exportClasses(pos)
exportClasses(track)
exportClasses(trackList)
exportClasses(trackStyle)
exportClasses(trackViewerStyle)
exportClasses(xscale)
exportClasses(yaxisStyle)
exportMethods("$")
exportMethods("$<-")
exportMethods("seqlevelsStyle<-")
exportMethods(reduce)
exportMethods(seqlevels)
exportMethods(seqlevelsStyle)
exportMethods(setTrackStyleParam)
exportMethods(setTrackViewerStyleParam)
exportMethods(setTrackXscaleParam)
exportMethods(setTrackYaxisParam)
exportMethods(show)
import(GenomicAlignments)
import(GenomicRanges)
import(IRanges)
import(Rsamtools)
import(S4Vectors)
import(grid)
import(htmlwidgets)
import(methods)
importClassesFrom(grImport,Picture)
importFrom(AnnotationDbi,columns)
importFrom(AnnotationDbi,mapIds)
importFrom(AnnotationDbi,mget)
importFrom(AnnotationDbi,select)
importFrom(BiocGenerics,basename)
importFrom(BiocGenerics,strand)
importFrom(GenomeInfoDb,"genome<-")
importFrom(GenomeInfoDb,"seqinfo<-")
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,"seqlevelsStyle<-")
importFrom(GenomeInfoDb,Seqinfo)
importFrom(GenomeInfoDb,genome)
importFrom(GenomeInfoDb,isCircular)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicFeatures,genes)
importFrom(GenomicFeatures,transcripts)
importFrom(Gviz,GeneRegionTrack)
importFrom(IRanges,Views)
importFrom(IRanges,viewMaxs)
importFrom(InteractionSet,GInteractions)
importFrom(InteractionSet,`regions<-`)
importFrom(InteractionSet,anchorIds)
importFrom(InteractionSet,regions)
importFrom(S4Vectors,first)
importFrom(S4Vectors,second)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,palette)
importFrom(grDevices,rgb)
importFrom(grImport,grid.picture)
importFrom(grImport,readPicture)
importFrom(rhdf5,H5Fopen)
importFrom(rhdf5,H5close)
importFrom(rhdf5,h5closeAll)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(rtracklayer,GRangesForUCSCGenome)
importFrom(rtracklayer,browserSession)
importFrom(rtracklayer,getTable)
importFrom(rtracklayer,import)
importFrom(rtracklayer,ucscTableQuery)
importFrom(scales,rescale)
importFrom(stats,ksmooth)
importFrom(strawr,readHicBpResolutions)
importFrom(strawr,readHicChroms)
importFrom(strawr,readHicNormTypes)
importFrom(strawr,straw)
importFrom(tools,file_ext)
importFrom(txdbmaker,makeTxDb)
importFrom(utils,combn)
importFrom(utils,installed.packages)
importMethodsFrom(GenomicRanges,range)
importMethodsFrom(GenomicRanges,reduce)