knitr::opts_chunk$set(echo = TRUE)

R-CMD-check Lifecycle: stable Codecov test coverage CRAN status CRAN Downloads

cat("# rCNV <img src='man/figures/logo.png' align='right' height='139' />")

rCNV: An R package for detecting copy number variants from SNPs data

r rCNV:::colorize("Piyal Karunarathne, Qiujie Zhou, Klaus Schliep, and Pascal Milesi","dodgerblue")

rCNV was designed to identify duplicates (CNV) from SNPs data with ease.

{width=400}

For a comprehensive tutorial on the package, go to https://piyalkarum.github.io/rCNV/ and navigate to “Get started” where all the functions and usage are explained with ample examples.

Installation

install.packages("rCNV")
    if (!requireNamespace("devtools", quietly = TRUE)) 
        install.packages("devtools") 
    devtools::install_github("piyalkarum/rCNV", build_vignettes = TRUE)

Please don’t forget to cite us if you use the package.

How to cite



piyalkarum/rCNV documentation built on April 17, 2025, 11:46 p.m.