Package: CNVMetrics
Type: Package
Version: 1.13.0
Date: 2021-11-23
Title: Copy Number Variant Metrics
Description: 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.
Authors@R: c(person("Astrid", "Deschênes", email = "adeschen@hotmail.com",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0001-7846-6749")), 
    person("Pascal", "Belleau", email = "pascal_belleau@hotmail.com",
    role = c("aut"),
    comment = c(ORCID = "0000-0002-0802-1071")),
    person(given="David A.", family="Tuveson",  
    email="dtuveson@cshl.edu", role = c("aut"), 
    comment = c(ORCID = "0000-0002-8017-2712")),
    person("Alexander", "Krasnitz", email = "krasnitz@cshl.edu",
    role = c("aut")))
Encoding: UTF-8
License: Artistic-2.0
Depends: R (>= 4.0)
Imports: GenomicRanges, IRanges, S4Vectors, BiocParallel, methods,
        magrittr, stats, pheatmap, gridExtra, grDevices, rBeta2009
Suggests: BiocStyle, knitr, rmarkdown, testthat
biocViews: BiologicalQuestion, Software, CopyNumberVariation
VignetteBuilder: knitr
URL: https://github.com/krasnitzlab/CNVMetrics,
        https://krasnitzlab.github.io/CNVMetrics/
BugReports: https://github.com/krasnitzlab/CNVMetrics/issues
RoxygenNote: 7.1.2
git_url: https://git.bioconductor.org/packages/CNVMetrics
git_branch: devel
git_last_commit: 89fe9c1
git_last_commit_date: 2025-04-15
Repository: Bioconductor 3.22
Date/Publication: 2025-10-07
NeedsCompilation: no
Packaged: 2025-10-07 20:55:58 UTC; biocbuild
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]
Maintainer: Astrid Deschênes <adeschen@hotmail.com>
