forked from GoekeLab/proActiv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
export(PromoterAnnotation)
export(calculateJunctionReadCounts)
export(calculatePromoterReadCounts)
export(getAbsolutePromoterActivity)
export(getGeneExpression)
export(getRelativePromoterActivity)
export(getUnannotatedReducedExonRanges)
export(normalizePromoterReadCounts)
export(prepareAnnotatedIntronRanges)
export(prepareAnnotatedReducedExonRanges)
export(preparePromoterAnnotationData)
export(preparePromoterCoordinates)
export(preparePromoterIdMapping)
exportClasses(PromoterAnnotation)
exportMethods("annotatedIntronRanges<-")
exportMethods("promoterCoordinates<-")
exportMethods("promoterIdMapping<-")
exportMethods("reducedExonRanges<-")
exportMethods(annotatedIntronRanges)
exportMethods(promoterCoordinates)
exportMethods(promoterIdMapping)
exportMethods(reducedExonRanges)
import(GenomicAlignments)
import(GenomicFeatures)
import(GenomicRanges)
import(IRanges)
importFrom(GenomeInfoDb,'seqlevelsStyle<-')
importFrom(GenomeInfoDb,keepStandardChromosomes)
importFrom(GenomeInfoDb,seqlevelsStyle)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,runValue)
importFrom(S4Vectors,subjectHits)
importFrom(dplyr,'%>%')
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,tbl_df)
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(rlang,.data)