-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1012 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,srnadiff_par)
export(plotRegions)
export(readAnnotation)
export(srnadiff)
export(srnadiffDefaultParameters)
export(srnadiffExample)
export(srnadiffExp)
exportClasses(srnadiffExp)
exportMethods("annotReg<-")
exportMethods("normFactors<-")
exportMethods("parameters<-")
exportMethods(annotReg)
exportMethods(bamFiles)
exportMethods(chromosomeSizes)
exportMethods(countMatrix)
exportMethods(coverages)
exportMethods(normFactors)
exportMethods(parameters)
exportMethods(regions)
exportMethods(sampleInfo)
exportMethods(show)
import(BiocParallel)
import(BiocStyle)
import(DESeq2)
import(GenomeInfoDb)
import(GenomicAlignments)
import(GenomicFeatures)
import(GenomicRanges)
import(Gviz)
import(IRanges)
import(Rsamtools)
import(S4Vectors)
import(SummarizedExperiment)
import(baySeq)
import(devtools)
import(edgeR)
import(methods)
import(rtracklayer)
importFrom(BiocManager,version)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,col2rgb)
useDynLib(srnadiff)