Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS 100644
README.html 100644 581 kb
README.md 100644 1 kb
README.md
# panelcn.MOPS - CNV detection tool for targeted NGS panel data The *panelcn.mops* R package is based on the *cn.mops* package and allows to detect copy number variations (CNVs) from targeted NGS panel data. Please visit http://www.bioinf.jku.at/software/panelcnmops/index.html for additional information. ## Installation: 1. install *cn.mops* from bioconductor.org: ``` ## try http:// if https:// URLs are not supported if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("cn.mops") ``` 2. install *panelcn.mops* from github e.g. like this: ``` install.packages("devtools") devtools::install_github("bioinf-jku/panelcn.mops") ```