-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.18 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
Package: chromium
Title: Analyze and visualize high throughput chromatin interaction data, such as Hi-C or ChIA-PET
Version: 0.0.0.9000
Authors@R: c(person("Annika", "Gable", email = "[email protected]", role = c("aut", "cre")),
person("Aleksandra", "Pekowska", email= "[email protected]", role = c("aut")),
person("Bernd", "Klaus", email= "[email protected]", role = "aut"),
person("Wolfgang", "Huber", email= "[email protected]", role = "aut"),
person("Florian", "Hahne", email= "[email protected]", role = "aut"))
Description: Bin, normalize, and visualize genomic interaction data, and identify significant interactions. We are
using sparse matrices or the InteractionSet classes to represent and manipulate interaction data.
Depends:
R (>= 3.3.0)
License: GPL-3
LazyData: true
RoxygenNote: 5.0.1
Imports: Matrix,
smoothmest,
ggplot2,
rtracklayer,
Gviz,
GenomicRanges,
InteractionSet,
plyr,
EBImage,
IRanges,
S4Vectors,
SummarizedExperiment,
biomaRt,
methods,
stats,
utils,
purrr,
dplyr,
psych,
BiocParallel
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr