- Home
- Bioconductor 3.23
- Software Packages
- CGHcall (development version)
CGHcall
This is the development version of CGHcall; for the stable release version, see CGHcall.
Calling aberrations for array CGH tumor profiles.
Bioconductor version: Development (3.23)
Calls aberrations for array CGH data using a six state mixture model as well as several biological concepts that are ignored by existing algorithms. Visualization of profiles is also provided.
Author: Mark van de Wiel, Sjoerd Vosse
Maintainer: Mark van de Wiel <mark.vdwiel at vumc.nl>
citation("CGHcall")):
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("CGHcall")
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("CGHcall")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.