-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
52 lines (51 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export(buildFragtypes)
export(estimateAbundance)
export(extractAlpine)
export(fitBiasModels)
export(getFragmentWidths)
export(getReadLength)
export(mergeGenes)
export(normalizeDESeq)
export(plotFragLen)
export(plotGC)
export(plotGRL)
export(plotOrder0)
export(plotOrder1)
export(plotOrder2)
export(plotRelPos)
export(predictCoverage)
export(splitGenesAcrossChroms)
export(splitLongGenes)
import(Biostrings)
import(GenomicAlignments)
import(GenomicRanges)
import(IRanges)
import(Rsamtools)
import(SummarizedExperiment)
importFrom(GenomeInfoDb,keepSeqlevels)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomicFeatures,mapToTranscripts)
importFrom(RBGL,connectedComp)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(graph,ftM2graphNEL)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(methods,as)
importFrom(methods,is)
importFrom(speedglm,speedglm.wfit)
importFrom(splines,ns)
importFrom(stats,density)
importFrom(stats,dpois)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,poisson)
importFrom(stringr,str_c)