- Home
- Bioconductor 3.23
- Software Packages
- DominoEffect (development version)
DominoEffect
This is the development version of DominoEffect; for the stable release version, see DominoEffect.
Identification and Annotation of Protein Hotspot Residues
Bioconductor version: Development (3.23)
The functions support identification and annotation of hotspot residues in proteins. These are individual amino acids that accumulate mutations at a much higher rate than their surrounding regions.
Author: Marija Buljan and Peter Blattmann
Maintainer: Marija Buljan <marija.buljan.2 at gmail.com>, Peter Blattmann <peter_blattmann at bluewin.ch>
citation("DominoEffect")):
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("DominoEffect")
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("DominoEffect")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.