-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.75 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
Package: normr
Type: Package
Title: Normalization and difference calling in ChIP-seq data
Version: 1.19.3
Date: 2021-09-21
Authors@R: c(person(given="Johannes",family="Helmuth",
email="[email protected]", role=c("aut", "cre")),
person(given="Ho-Ryun",family="Chung",
email="[email protected]", role=c("aut")))
Author: Johannes Helmuth [aut, cre], Ho-Ryun Chung [aut]
Maintainer: Johannes Helmuth <[email protected]>
Description: Robust normalization and difference calling procedures for
ChIP-seq and alike data. Read counts are modeled jointly as a binomial
mixture model with a user-specified number of components. A fitted
background estimate accounts for the effect of enrichment in certain
regions and, therefore, represents an appropriate null hypothesis. This
robust background is used to identify significantly enriched or depleted
regions.
License: GPL-2
Depends:
R (>= 3.3.0)
LinkingTo: Rcpp
SystemRequirements: C++11
Imports:
methods,
stats,
utils,
grDevices,
parallel,
GenomeInfoDb,
GenomicRanges,
IRanges,
Rcpp (>= 0.11),
qvalue (>= 2.2),
bamsignals (>= 1.4),
rtracklayer (>= 1.32)
Suggests:
BiocStyle,
testthat (>= 1.0),
knitr,
rmarkdown
Enhances: BiocParallel
biocViews: Bayesian, DifferentialPeakCalling, Classification, DataImport,
ChIPSeq, RIPSeq, FunctionalGenomics, Genetics, MultipleComparison,
Normalization, PeakDetection, Preprocessing, Alignment
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: yes
Collate:
'NormRFit.R'
'methods.R'
'NormRCountConfig.R'
'RcppExports.R'
RoxygenNote: 6.0.1
URL: https://github.com/your-highness/normR
BugReports: https://github.com/your-highness/normR/issues