-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.35 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
Package: SpectralTAD
Title: SpectralTAD: Hierarchical TAD detection using spectral clustering
Version: 1.7.1
Author:
Kellen Cresswell <[email protected]>,
John Stansfield <[email protected]>,
Mikhail Dozmorov <[email protected]>
Maintainer: Kellen Cresswell <[email protected]>
Description:
SpectralTAD is an R package designed to identify Topologically Associated
Domains (TADs) from Hi-C contact matrices. It uses a modified version of
spectral clustering that uses a sliding window to quickly detect TADs.
The function works on a range of different formats of contact matrices
and returns a bed file of TAD coordinates. The method does not require
users to adjust any parameters to work and gives them control over
the number of hierarchical levels to be returned.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports:
dplyr,
PRIMME,
cluster,
Matrix,
parallel,
BiocParallel,
magrittr,
HiCcompare,
GenomicRanges
Suggests:
BiocCheck,
BiocManager,
BiocStyle,
knitr,
rmarkdown,
microbenchmark,
testthat,
covr
Depends: R (>= 3.6)
VignetteBuilder: knitr
biocViews: Software, HiC, Sequencing, FeatureExtraction, Clustering
BugReports: https://github.com/dozmorovlab/SpectralTAD/issues
URL: https://github.com/dozmorovlab/SpectralTAD