-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.53 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
Package: doseRider
Type: Package
Title: DoseRider: A multi-omic approach to studying dose-response relationships at the pathway level using mixed models.
Version: 1.0.0
Authors@R: c(person("Pablo", "Monfort-Lanzas", email = "[email protected]", role = c("aut", "cre")))
Description: DoseRider facilitates intricate dose-response analysis in gene expression studies, employing both Linear Mixed Models (LMMs) and Generalized Additive Mixed Models (GAMMs) with cubic splines. It adeptly handles varied omic data, automatically selecting Gaussian or negative binomial distributions based on data type. The package efficiently discerns significant relationships between gene expression and compound doses, comparing null, linear, and non-linear models to ascertain the best fit. DoseRider offers a suite of visualization tools, including plots for random effects and model comparisons, enriching the understanding of gene-specific responses and model dynamics in dose-response studies.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Imports:
cluster,
ggplot2,
ggrepel,
mgcv,
SummarizedExperiment,
DESeq2,
dplyr,
edgeR,
reshape,
lme4,
performance,
stats,
reshape2,
drc,
tidyr,
utils,
factoextra,
foreach,
doParallel,
parallel,
progress,
doSNOW,
MASS,
splines,
AICcmodavg,
ComplexHeatmap,
circlize,
stringr,
cowplot,
ggridges,
gammit
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
rmarkdown