Bioc2026 Registration Open!

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

MaintainerZuguang Gu <guzuguang@suat-sz.edu.cn>
AuthorZuguang Gu [aut, cre] (ORCID: <https://orcid.org/0000-0002-7395-8709>)
LicenseMIT + file LICENSE
URLhttps://github.com/jokergoo/HilbertCurve, https://jokergoo.github.io/HilbertCurve/
Downloads rank427
Source branchRELEASE_3_23
biocViewsCoverage, 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