Package: cn.mops
Maintainer: Guenter Klambauer <cn.mops@bioinf.jku.at>
Author: Guenter Klambauer
License: LGPL (>= 2.0)
Type: Package
Title: cn.mops - Mixture of Poissons for CNV detection in NGS data
Description: 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++.
Version: 1.26.0
Date: 2017-03-10
URL: http://www.bioinf.jku.at/software/cnmops/cnmops.html
Depends: R (>= 2.12), methods, utils, stats, graphics, parallel,
        GenomicRanges
Imports: BiocGenerics, Biobase, IRanges, Rsamtools, GenomeInfoDb,
        S4Vectors, exomeCopy
Suggests: DNAcopy
LazyLoad: yes
biocViews: Sequencing, CopyNumberVariation, Homo_sapiens, CellBiology,
        HapMap, Genetics
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-05-01 01:42:58 UTC; biocbuild
Built: R 3.5.0; i386-w64-mingw32; 2018-05-01 11:47:04 UTC; windows
Archs: i386, x64
