- Home
- Bioconductor 3.23
- Software Packages
- HiLDA (development version)
HiLDA
This is the development version of HiLDA; for the stable release version, see HiLDA.
Conducting statistical inference on comparing the mutational exposures of mutational signatures by using hierarchical latent Dirichlet allocation
Bioconductor version: Development (3.23)
A package built under the Bayesian framework of applying hierarchical latent Dirichlet allocation. It statistically tests whether the mutational exposures of mutational signatures (Shiraishi-model signatures) are different between two groups. The package also provides inference and visualization.
Author: Zhi Yang [aut, cre], Yuichi Shiraishi [ctb]
Maintainer: Zhi Yang <zyang895 at gmail.com>
citation("HiLDA")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("HiLDA")
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("HiLDA")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.