You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpectralTAD is a TAD caller that uses a modified form of spectral clustering
to quickly identify hierarchical topologically associating domains (TADs).
Users input a contact matrix and receive a BED file
containing the coordinates of TADs and their levels in a hierarchy.
The Level 1 TADs are generally large, well-defined, while the subsequent levels
are less well-pronounced yet sufficiently distinct to be recognized as TADs.
The two main functions are SpectralTAD() and SpectralTAD_Par().
SpectralTAD() is a function for calling TADs. SpectralTAD_Par()
is the parallelized version. The input data can be an n x n,
an n x (n+3), or a sparse 3-column matrix (see vignette (`browseVignettes("SpectralTAD"))
Cresswell, Kellen G., John C. Stansfield, and Mikhail G. Dozmorov. "SpectralTAD: an R package for defining a hierarchy of Topologically Associated Domains using spectral clustering." BMC bioinformatics 21, no. 1 (2020): 1-19. https://doi.org/10.1186/s12859-020-03652-w
@article{cresswell2020spectraltad, title={SpectralTAD: an R package for defining a hierarchy of Topologically Associated Domains using spectral clustering}, author={Cresswell, Kellen G and Stansfield, John C and Dozmorov, Mikhail G}, journal={BMC bioinformatics}, volume={21}, number={1}, pages={1--19}, year={2020}, publisher={Springer} }
Contributions & Support
Suggestions for new features and bug reports are welcome. Please, create a new
issue for any of these or contact the author directly:
@cresswellkg (cresswellkg[at]vcu[dot]edu)