Package: OUTRIDER
Title: OUTRIDER - OUTlier in RNA-Seq fInDER
Type: Package
Version: 1.28.0
Date: 2025-10-24
URL: https://github.com/gagneurlab/OUTRIDER
BugReports: https://github.com/gagneurlab/OUTRIDER/issues
Authors@R: c(
    person("Felix", "Brechtmann", role=c("aut"), 
            email="brechtma@in.tum.de", comment=c(ORCID="0000-0002-0110-152X")),
    person("Christian", "Mertes", role=c("aut", "cre"), 
            email="mertes@in.tum.de", comment=c(ORCID="0000-0002-1091-205X")),
    person("Agne", "Matuseviciute", role=c("aut")),
    person(c("Michaela", "Fee"), "Müller", role=c("ctb")),
    person("Andrea", "Raithel", role=c("ctb")),
    person("Vicente", "Yepez", role=c("aut"), email="yepez@in.tum.de",
            comment=c(ORCID="0000-0001-7916-3643")),
    person("Julien", "Gagneur", role=c("aut"), email="gagneur@in.tum.de",
            comment=c(ORCID="0000-0002-8924-8365")))
Description: Identification of aberrant gene expression in RNA-seq
        data. Read count expectations are modeled by an autoencoder to
        control for confounders in the data. Given these expectations,
        the RNA-seq read counts are assumed to follow a negative
        binomial distribution with a gene-specific dispersion. Outliers
        are then identified as read counts that significantly deviate
        from this distribution. Furthermore, OUTRIDER provides useful
        plotting functions to analyze and visualize the results.
VignetteBuilder: knitr
biocViews: ImmunoOncology, RNASeq, Transcriptomics, Alignment,
        Sequencing, GeneExpression, Genetics
License: file LICENSE
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 3.6), BiocParallel, GenomicFeatures,
        SummarizedExperiment, methods
Imports: BBmisc, BiocGenerics, data.table, DESeq2 (>= 1.16.1),
        generics, GenomicRanges, ggplot2, ggrepel, graphics, grDevices,
        heatmaply, IRanges, matrixStats, pcaMethods, pheatmap, plotly,
        plyr, pracma, PRROC, RColorBrewer, reshape2, RMTstat,
        S4Vectors, scales, splines, stats, txdbmaker, utils
Suggests: testthat, knitr, rmarkdown, BiocStyle,
        TxDb.Hsapiens.UCSC.hg19.knownGene, org.Hs.eg.db, RMariaDB,
        AnnotationDbi, beeswarm, covr, GenomeInfoDb, ggbio, biovizBase
LinkingTo: Rcpp, RcppArmadillo
Collate: package-OUTRIDER.R class-OutriderDataSet.R AllGenerics.R
        inputCheckerFunctions.R helperFunctions.R getNSetterFuns.R
        getNSetterFunsInternal.R autoencoder.R fitNB.R ZscoreMatrix.R
        method-evaluation.R method-counts.R method-estimateBestQ.R
        method-plot.R method-results.R pValMatrix.R filterExpression.R
        OUTRIDER.R sizeFactor.R RcppExports.R updateE.R updateD.R
        updateTheta.R PCAcorrections.R thetaMethodOfMoments.R
        controlForConfounders.R lossNGradientRVersion.R
Config/pak/sysreqs: make libmagick++-dev gsfonts libbz2-dev libicu-dev
        liblzma-dev libpng-dev libxml2-dev libssl-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 14:46:21 UTC
RemoteUrl: https://github.com/bioc/OUTRIDER
RemoteRef: RELEASE_3_22
RemoteSha: 5a0b0f333054c65a5dc9cebd6c1c16261c7f1fb1
Packaged: 2025-11-11 16:29:13 UTC; root
Author: Felix Brechtmann [aut] (ORCID: <https://orcid.org/0000-0002-0110-152X>),
  Christian Mertes [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1091-205X>),
  Agne Matuseviciute [aut],
  Michaela Fee Müller [ctb],
  Andrea Raithel [ctb],
  Vicente Yepez [aut] (ORCID: <https://orcid.org/0000-0001-7916-3643>),
  Julien Gagneur [aut] (ORCID: <https://orcid.org/0000-0002-8924-8365>)
Maintainer: Christian Mertes <mertes@in.tum.de>
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-11 16:36:20 UTC; windows
Archs: x64
