-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 885 Bytes
/
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
Package: bnbc
Version: 1.25.1
Title: Bandwise normalization and batch correction of Hi-C data
Description: Tools to normalize (several) Hi-C data from replicates.
Authors@R: c(
person("Kipper", "Fletez-Brant", role = c("cre", "aut"), email = "[email protected]"),
person(c("Kasper", "Daniel"), "Hansen", role = "aut"))
Depends:
R (>= 3.5.0),
methods,
BiocGenerics,
SummarizedExperiment,
GenomicRanges
Suggests:
BiocStyle,
knitr,
rmarkdown,
RUnit,
BSgenome.Hsapiens.UCSC.hg19
Imports:
Rcpp (>= 0.12.12),
IRanges,
rhdf5,
data.table,
GenomeInfoDb,
S4Vectors,
matrixStats,
preprocessCore,
sva,
parallel,
EBImage,
utils,
HiCBricks
LinkingTo: Rcpp
VignetteBuilder: knitr
License: Artistic-2.0
URL: https://github.com/hansenlab/bnbc
BugReports: https://github.com/hansenlab/bnbc/issues
biocViews: HiC, Preprocessing, Normalization, Software