HilbertCurve
Making 2D Hilbert Curve
Bioconductor version: 3.23 · Package version: 2.6.0
Hilbert curve is a type of space-filling curves that fold one dimensional axis into a two dimensional space, but with still preserves the locality. This package aims to provide an easy and flexible way to visualize data through Hilbert curve.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("HilbertCurve") Details
| Maintainer | Zuguang Gu <guzuguang@suat-sz.edu.cn> |
| Author | Zuguang Gu [aut, cre] (ORCID: <https://orcid.org/0000-0002-7395-8709>) |
| License | MIT + file LICENSE |
| URL | https://github.com/jokergoo/HilbertCurve, https://jokergoo.github.io/HilbertCurve/ |
| Downloads rank | 427 |
| Source branch | RELEASE_3_23 |
| biocViews | Coverage, GenomeAnnotation, Sequencing, Software, Visualization |
Documentation
Download
Dependencies
Depends: R (>= 4.0.0), grid
Imports: methods, utils, png, grDevices, circlize (>= 0.3.3), IRanges, GenomicRanges, polylabelr, Rcpp
LinkingTo: Rcpp
Suggests: knitr, testthat (>= 1.0.0), ComplexHeatmap (>= 1.99.0), markdown, RColorBrewer, RCurl, GetoptLong, rmarkdown
Reverse dependencies
Suggests Me (1): InteractiveComplexHeatmap