- Home
- Bioconductor 3.23
- Software Packages
- katdetectr (development version)
katdetectr
This is the development version of katdetectr; for the stable release version, see katdetectr.
Detection, Characterization and Visualization of Kataegis in Sequencing Data
Bioconductor version: Development (3.23)
Kataegis refers to the occurrence of regional hypermutation and is a phenomenon observed in a wide range of malignancies. Using changepoint detection katdetectr aims to identify putative kataegis foci from common data-formats housing genomic variants. Katdetectr has shown to be a robust package for the detection, characterization and visualization of kataegis.
Author: Daan Hazelaar [aut, cre] ORCID iD ORCID: 0000-0002-7513-6813 , Job van Riet [aut] ORCID iD ORCID: 0000-0001-7767-7923 , Harmen van de Werken [ths] ORCID iD ORCID: 0000-0002-9794-1477
Maintainer: Daan Hazelaar <daanhazelaar at gmail.com>
citation("katdetectr")):
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("katdetectr")
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("katdetectr")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.