Package: DEGRE
Type: Package
Title: Inferring Differentially Expressed Genes using Generalized
        Linear Mixed Models
Version: 0.2.0
Authors@R: c(person(given = "Douglas", family = "Terra Machado", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6580-7628"),
                     email = "dougterra@gmail.com"),
              person(given = "Otávio José", family = "Bernardes Brustolini", role = "aut", comment = c(ORCID = "0000-0001-8132-9753")),
              person(given = "Yasmmin", family = "Côrtes Martins", role = "aut", comment = c(ORCID = "0000-0002-6830-1948")),
              person(given = "Marco Antonio", family = "Grivet Mattoso Maia", role = "aut", comment = c(ORCID = "0000-0001-5130-095X")),
              person(given = "Ana Tereza", family = "Ribeiro de Vasconcelos", role = "aut", comment = c(ORCID = "0000-0002-4632-2086")))
Description: Genes that are differentially expressed between two or more experimental conditions can be detected in RNA-Seq. A high biological variability may impact the discovery of these genes once it may be divergent between the fixed effects. However, this variability can be covered by the random effects. 'DEGRE' was designed to identify the differentially expressed genes considering fixed and random effects on individuals. These effects are identified earlier in the experimental design matrix. 'DEGRE' has the implementation of preprocessing procedures to clean the near zero gene reads in the count matrix, normalize by 'RLE' published in the 'DESeq2' package, 'Love et al. (2014)' <doi:10.1186/s13059-014-0550-8> and it fits a regression for each gene using the Generalized Linear Mixed Model with the negative binomial distribution, followed by a Wald test to assess the regression coefficients.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: utils, parglm, glmmTMB, foreach, tibble, ggplot2, ggpubr,
        ggrepel, car, dplyr
RoxygenNote: 7.2.1
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-11-01 15:28:38 UTC; tavinbio
Author: Douglas Terra Machado [aut, cre]
    (<https://orcid.org/0000-0002-6580-7628>),
  Otávio José Bernardes Brustolini [aut]
    (<https://orcid.org/0000-0001-8132-9753>),
  Yasmmin Côrtes Martins [aut] (<https://orcid.org/0000-0002-6830-1948>),
  Marco Antonio Grivet Mattoso Maia [aut]
    (<https://orcid.org/0000-0001-5130-095X>),
  Ana Tereza Ribeiro de Vasconcelos [aut]
    (<https://orcid.org/0000-0002-4632-2086>)
Maintainer: Douglas Terra Machado <dougterra@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-02 09:32:57 UTC
Built: R 4.2.0; ; 2023-07-11 03:19:46 UTC; unix
