SpectralTAD
SpectralTAD: Hierarchical TAD detection using spectral clustering
Bioconductor version: 3.23 · Package version: 1.28.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SpectralTAD") Details
| Maintainer | Mikhail Dozmorov <mikhail.dozmorov@gmail.com> |
| Author | Mikhail Dozmorov [aut, cre] (ORCID: <https://orcid.org/0000-0002-0086-8358>), Kellen Cresswell [aut], John Stansfield [aut] |
| License | MIT + file LICENSE |
| URL | https://github.com/dozmorovlab/SpectralTAD |
| Bug Reports | https://github.com/dozmorovlab/SpectralTAD/issues |
| Downloads rank | 320 |
| Source branch | RELEASE_3_23 |
| biocViews | Clustering, FeatureExtraction, HiC, Sequencing, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.6)
Imports: dplyr, PRIMME, cluster, Matrix, parallel, BiocParallel, magrittr, HiCcompare, GenomicRanges, utils
Suggests: BiocCheck, BiocManager, BiocStyle, knitr, rmarkdown, microbenchmark, testthat, covr
Reverse dependencies
Suggests Me (1): TADCompare