forked from KatrionaGoldmann/glmmSeq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 2.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: glmmSeq
Title: General Linear Mixed Models for Gene-Level Differential Expression
Version: 0.5.5
Authors@R:
c(person(given = "Myles",family = "Lewis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9365-5345")),
person(given = "Katriona",family = "Goldmann",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9073-6323")),
person(given = "Elisabetta",family = "Sciacca",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7525-1558")),
person(given = "Cankut",family = "Cubuk",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4646-0849")),
person(given = "Anna", family = "Surace",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9589-3005")))
Description: Using mixed effects models to analyse longitudinal gene expression can highlight differences between sample groups over time. The most widely used differential gene expression tools are unable to fit linear mixed effect models, and are less optimal for analysing longitudinal data. This package provides negative binomial and Gaussian mixed effects models to fit gene expression and other biological data across repeated samples. This is particularly useful for investigating changes in RNA-Sequencing gene expression between groups of individuals over time, as described in: Rivellese, F., Surace, A. E., Goldmann, K., Sciacca, E., Cubuk, C., Giorli, G., ... Lewis, M. J., & Pitzalis, C. (2022) Nature medicine <doi:10.1038/s41591-022-01789-0>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Language: en-gb
URL: https://github.com/myles-lewis/glmmSeq
BugReports: https://github.com/myles-lewis/glmmSeq/issues
Suggests:
knitr,
rmarkdown,
kableExtra,
DESeq2,
edgeR,
emmeans
VignetteBuilder: knitr
Depends: R (>= 3.6.0)
Imports:
MASS,
car,
stats,
ggplot2,
ggpubr,
glmmTMB,
graphics,
lme4,
lmerTest,
methods,
plotly,
qvalue,
pbapply,
pbmcapply