- Home
- Bioconductor 3.22
- Software Packages
- CNTools
CNTools
This is the released version of CNTools; for the devel version, see CNTools.
Convert segment data into a region by sample matrix to allow for other high level computational analyses.
Bioconductor version: Release (3.22)
This package provides tools to convert the output of segmentation analysis using DNAcopy to a matrix structure with overlapping segments as rows and samples as columns so that other computational analyses can be applied to segmented data
Author: Jianhua Zhang
Maintainer: J. Zhang <jzhang at jimmy.harvard.edu>
citation("CNTools")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("CNTools")
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("CNTools")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.