- Home
- Bioconductor 3.13
- Software Packages
- HilbertCurve
HilbertCurve
This package is for version 3.13 of Bioconductor; for the stable, up-to-date release version, see HilbertCurve.
Making 2D Hilbert Curve
Bioconductor version: 3.13
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.
Author: Zuguang Gu
Maintainer: Zuguang Gu <z.gu at dkfz.de>
citation("HilbertCurve")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("HilbertCurve")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("HilbertCurve")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.