-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.31 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
Package: TADCompare
Title: TADCompare: Identification and characterization of differential TADs
Version: 1.5.0
Author:
Kellen Cresswell <[email protected]>,
Mikhail Dozmorov <[email protected]>
Maintainer: Kellen Cresswell <[email protected]>
Description:
TADCompare is an R package designed to identify and characterize differential Topologically Associated
Domains (TADs) between multiple Hi-C contact matrices. It contains
functions for finding differential TADs between two datasets, finding
differential TADs over time and identifying consensus TADs across multiple
matrices. It takes all of the main types of HiC input and returns simple,
comprehensive, easy to analyze results.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
LazyData: true
Imports:
dplyr,
PRIMME,
cluster,
Matrix,
magrittr,
HiCcompare,
ggplot2,
tidyr,
ggpubr,
RColorBrewer,
reshape2,
cowplot
Suggests:
BiocStyle,
knitr,
rmarkdown,
microbenchmark,
testthat,
covr,
pheatmap,
rGREAT,
SpectralTAD
Depends: R (>= 4.0)
VignetteBuilder: knitr
biocViews: Software, HiC, Sequencing, FeatureExtraction, Clustering
BugReports: https://github.com/dozmorovlab/TADCompare/issues
URL: https://github.com/dozmorovlab/TADCompare