Package: SpectralTAD
Title: SpectralTAD: Hierarchical TAD detection using spectral
        clustering
Version: 1.0.0
Author: 
    Kellen Cresswell <cresswellkg@vcu.edu>,
    John Stansfield <stansfieldjc@vcu.edu>, 
    Mikhail Dozmorov <mikhail.dozmorov@vcuhealth.org>
Maintainer: Kellen Cresswell <cresswellkg@vcu.edu>
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: 6.1.1
Imports: dplyr, PRIMME, cluster, Matrix, parallel, BiocParallel,
        magrittr, HiCcompare, GenomicRanges
Suggests: BiocCheck, BiocManager, BiocStyle, knitr, rmarkdown,
        microbenchmark, testthat
Depends: R (>= 3.6)
VignetteBuilder: knitr
biocViews: Software, HiC, Sequencing, FeatureExtraction, Clustering
git_url: https://git.bioconductor.org/packages/SpectralTAD
git_branch: RELEASE_3_9
git_last_commit: 64a1278
git_last_commit_date: 2019-05-02
Date/Publication: 2019-05-02
NeedsCompilation: no
Packaged: 2019-05-03 05:41:39 UTC; biocbuild
Built: R 3.6.0; ; 2019-05-03 14:28:49 UTC; windows
