- Home
- Bioconductor 3.23
- Software Packages
- SomaticSignatures (development version)
SomaticSignatures
This is the development version of SomaticSignatures; for the stable release version, see SomaticSignatures.
Somatic Signatures
Bioconductor version: Development (3.23)
The SomaticSignatures package identifies mutational signatures of single nucleotide variants (SNVs). It provides a infrastructure related to the methodology described in Nik-Zainal (2012, Cell), with flexibility in the matrix decomposition algorithms.
Author: Julian Gehring
Maintainer: Julian Gehring <jg-bioc at gmx.com>
citation("SomaticSignatures")):
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("SomaticSignatures")
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("SomaticSignatures")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.