Package: glmmSeq
Title: General Linear Mixed Models for Gene-Level Differential
        Expression
Version: 0.0.1
Authors@R: 
    c(person(given = "Myles",family = "Lewis",
    role = c("aut"),
    email = "myles.lewis@qmul.ac.uk",
    comment = c(ORCID = "0000-0001-9365-5345")),
    person(given = "Katriona",family = "Goldmann",
    role = c("aut", "cre"),
    email = "k.goldmann@qmul.ac.uk",
    comment = c(ORCID = "0000-0002-9073-6323")),
    person(given = "Elisabetta",family = "Sciacca",
    role = c("aut"),
    email = "e.sciacca@qmul.ac.uk",
    comment = c(ORCID = "0000-0001-7525-1558")),
    person(given = "Cankut",family = "Cubuk",
    role = c("ctb"),
    email = "c.cubuk@qmul.ac.uk",
    comment = c(ORCID = "0000-0003-4646-0849")),
    person(given = "Anna", family = "Surace",
    role = c("ctb"),
    email = "a.surace@qmul.ac.uk",
    comment = c(ORCID = "0000-0001-9589-3005")))
Description: Using random and fixed effects to model expression at an individual gene level can highlight differences between sample groups over time. The most widely used differential gene expression tools are unable to fit linear mixed effect models, therefore do not capture interaction terms. This package uses negative binomial mixed effects models to fit gene expression with matched samples. This is particularly useful for investigating  changes in gene expression between groups of individuals over time, as seen in: Rivellese F., Surace A.E.A.,  Goldmann K., Sciacca E., Giorli G., Cubuk C., John C.R.,  Nerviani A., Fossati-Jimack L., Thorborn G., Humby F., Bombardieri M.,  Lewis M.J.,  Pitzalis C. (2021) "Molecular Pathology Profiling of Synovial Tissue Predicts Response to Biologic Treatment in Rheumatoid Arthritis" [Manuscript in preparation].
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-gb
URL: https://github.com/KatrionaGoldmann/glmmSeq
BugReports: https://github.com/KatrionaGoldmann/glmmSeq/issues
Suggests: knitr, rmarkdown, kableExtra
VignetteBuilder: knitr
Depends: R (>= 3.6.0)
Imports: MASS, car, stats, gghalves, ggplot2, ggpubr, graphics, lme4,
        methods, plotly, qvalue
NeedsCompilation: no
Packaged: 2021-03-09 16:20:39 UTC; phd
Author: Myles Lewis [aut] (<https://orcid.org/0000-0001-9365-5345>),
  Katriona Goldmann [aut, cre] (<https://orcid.org/0000-0002-9073-6323>),
  Elisabetta Sciacca [aut] (<https://orcid.org/0000-0001-7525-1558>),
  Cankut Cubuk [ctb] (<https://orcid.org/0000-0003-4646-0849>),
  Anna Surace [ctb] (<https://orcid.org/0000-0001-9589-3005>)
Maintainer: Katriona Goldmann <k.goldmann@qmul.ac.uk>
Repository: CRAN
Date/Publication: 2021-03-11 14:30:02 UTC
