-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
57 lines (57 loc) · 1.14 KB
/
DESCRIPTION
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
Package: csaw
Version: 1.37.1
Date: 2023-11-29
Title: ChIP-Seq Analysis with Windows
Authors@R:
c(person("Aaron", "Lun", role=c("aut", "cre"), email = "[email protected]"),
person("Gordon", "Smyth", role="aut"))
Depends:
GenomicRanges,
SummarizedExperiment
Imports:
Rcpp,
Matrix,
BiocGenerics,
Rsamtools,
edgeR,
limma,
methods,
S4Vectors,
IRanges,
GenomeInfoDb,
stats,
BiocParallel,
metapod,
utils
Suggests:
AnnotationDbi,
org.Mm.eg.db,
TxDb.Mmusculus.UCSC.mm10.knownGene,
testthat,
GenomicFeatures,
GenomicAlignments,
knitr,
BiocStyle,
rmarkdown,
BiocManager
LinkingTo:
Rhtslib,
zlibbioc,
Rcpp
biocViews:
MultipleComparison,
ChIPSeq,
Normalization,
Sequencing,
Coverage,
Genetics,
Annotation,
DifferentialPeakCalling
Description:
Detection of differentially bound regions in ChIP-seq data with sliding windows,
with methods for normalization and proper FDR control.
License: GPL-3
NeedsCompilation: yes
SystemRequirements: C++11, GNU make
VignetteBuilder: knitr
RoxygenNote: 7.1.1