-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
68 lines (67 loc) · 1.72 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
# Generated by roxygen2: do not edit by hand
export(CoverageTrack)
export(NucleosomeTrack)
export(PING)
export(RawReadsTrack)
export(makeGRangesOutput)
export(newPing)
export(newPingError)
export(newPingList)
export(plotSummary)
export(postPING)
export(segmentPING)
exportClasses(ping)
exportClasses(pingError)
exportClasses(pingList)
exportMethods("[")
exportMethods(as.data.frame)
exportMethods(density)
exportMethods(plot)
exportMethods(show)
exportMethods(summary)
importClassesFrom(PICS,segReads)
importClassesFrom(PICS,segReadsList)
importClassesFrom(PICS,segReadsListPE)
importClassesFrom(PICS,segReadsPE)
importFrom(Gviz,AnnotationTrack)
importFrom(Gviz,BiomartGeneRegionTrack)
importFrom(Gviz,DataTrack)
importFrom(Gviz,GenomeAxisTrack)
importFrom(Gviz,plotTracks)
importFrom(PICS,K)
importFrom(PICS,chromosome)
importFrom(PICS,code)
importFrom(PICS,delta)
importFrom(PICS,makeGRangesOutput)
importFrom(PICS,maxRange)
importFrom(PICS,minRange)
importFrom(PICS,mu)
importFrom(PICS,score)
importFrom(PICS,scoreForward)
importFrom(PICS,scoreReverse)
importFrom(PICS,se)
importFrom(PICS,seF)
importFrom(PICS,seR)
importFrom(PICS,segReads)
importFrom(PICS,segReadsGeneric)
importFrom(PICS,segReadsPE)
importFrom(PICS,setParaEM)
importFrom(PICS,setParaPrior)
importFrom(PICS,sigmaSqF)
importFrom(PICS,sigmaSqR)
importFrom(PICS,w)
importFrom(grDevices,grey)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,grid)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,stripchart)
importFrom(graphics,symbols)
importFrom(graphics,title)
useDynLib(PING, .registration = TRUE)