This is the development version of cn.mops; for the stable release version, see cn.mops.
cn.mops - Mixture of Poissons for CNV detection in NGS dataBioconductor version: Development (3.22)
cn.mops (Copy Number estimation by a Mixture Of PoissonS) is a data processing pipeline for copy number variations and aberrations (CNVs and CNAs) from next generation sequencing (NGS) data. The package supplies functions to convert BAM files into read count matrices or genomic ranges objects, which are the input objects for cn.mops. cn.mops models the depths of coverage across samples at each genomic position. Therefore, it does not suffer from read count biases along chromosomes. Using a Bayesian approach, cn.mops decomposes read variations across samples into integer copy numbers and noise by its mixture components and Poisson distributions, respectively. cn.mops guarantees a low FDR because wrong detections are indicated by high noise and filtered out. cn.mops is very fast and written in C++.
Author: Guenter Klambauer [aut], Gundula Povysil [cre]
Maintainer: Gundula Povysil <povysil at bioinf.jku.at>
Citation (from within R, entercitation("cn.mops")
): Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("cn.mops")
For older versions of R, please refer to the appropriate Bioconductor release.
DocumentationTo view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("cn.mops")
Details biocViews CellBiology, CopyNumberVariation, Genetics, HapMap, Homo_sapiens, Sequencing, Software Version 1.55.0 In Bioconductor since BioC 2.9 (R-2.14) (13.5 years) License LGPL (>= 2.0) Depends R (>= 3.5.0), methods, utils, stats, graphics, parallel, GenomicRanges Imports BiocGenerics, Biobase, IRanges, Rsamtools, GenomeInfoDb, S4Vectors System Requirements URL http://www.bioinf.jku.at/software/cnmops/cnmops.html See More Package Archives
Follow Installation instructions to use this package in your R session.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4