CNVMetrics
Copy Number Variant Metrics
Bioconductor version: 3.23 · Package version: 1.16.0
The CNVMetrics package calculates similarity metrics to facilitate copy number variant comparison among samples and/or methods. Similarity metrics can be employed to compare CNV profiles of genetically unrelated samples as well as those with a common genetic background. Some metrics are based on the shared amplified/deleted regions while other metrics rely on the level of amplification/deletion. The data type used as input is a plain text file containing the genomic position of the copy number variations, as well as the status and/or the log2 ratio values. Finally, a visualization tool is provided to explore resulting metrics.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("CNVMetrics") Details
| Maintainer | Astrid DeschĂȘnes <adeschen@hotmail.com> |
| Author | Astrid DeschĂȘnes [aut, cre] (ORCID: <https://orcid.org/0000-0001-7846-6749>), Pascal Belleau [aut] (ORCID: <https://orcid.org/0000-0002-0802-1071>), David A. Tuveson [aut] (ORCID: <https://orcid.org/0000-0002-8017-2712>), Alexander Krasnitz [aut] |
| License | Artistic-2.0 |
| URL | https://github.com/krasnitzlab/CNVMetrics, https://krasnitzlab.github.io/CNVMetrics/ |
| Bug Reports | https://github.com/krasnitzlab/CNVMetrics/issues |
| Downloads rank | 241 |
| Source branch | RELEASE_3_23 |
| biocViews | BiologicalQuestion, CopyNumberVariation, Software |