-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.12 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
import(methods, IRanges, GenomicRanges, GenomicFeatures, grid)
import(Rsamtools)
import(GenomicAlignments)
importFrom(Gviz, GeneRegionTrack)
importFrom(AnnotationDbi, mapIds)
import(pbapply)
importFrom(scales, rescale)
#import(gWidgets)
#import(gWidgetstcltk)
importFrom(rtracklayer, import)
importFrom(grImport, readPicture, grid.picture)
importClassesFrom(grImport, "Picture")
importFrom(tools, file_ext)
exportClasses("pos",
"trackStyle",
"trackViewerStyle",
"track",
"trackList",
"xscale",
"yaxisStyle")
exportMethods(setTrackViewerStyleParam,
setTrackStyleParam,
setTrackXscaleParam,
setTrackYaxisParam,
"$", "$<-", show)
export(addArrowMark,
addGuideLine,
coverageGR,
geneModelFromTxdb,
getCurTrackViewport,
GRoperator,
importBam,
importData,
importScore,
# interactiveViewer,
lolliplot,
optimizeStyle,
parse2GRanges,
parseWIG,
plotGRanges,
trackList,
trackViewerStyle,
viewTracks)