-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
44 lines (44 loc) · 1.38 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
Package: compareRhythms
Type: Package
Title: Approaches to identify Differential Rhythmicity
Version: 1.0.2
Author: Bharath Ananthasubramaniam
Maintainer: Bharath Ananthasubramaniam <[email protected]>
Description: This package identifies features that have altered rhythms
between two conditions, i.e., are differentially rhythmic. Hypothesis
testing and model selection pipelines classify differentially
rhythmic features into four categories. The pipelines are implemented as a
single function with customizations for microarray, RNA-seq or generic
(prenormalized) data.
License: GPL-3
URL: https://github.com/bharathananth/compareRhythms, https://bharathananth.github.io/compareRhythms/
BugReports: https://github.com/bharathananth/compareRhythms/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Imports:
rain (>= 1.16.0),
DODR (>= 0.99.2),
limma (>= 3.38.3),
assertthat (>= 0.2.1),
edgeR (>= 3.28.0),
DESeq2 (>= 1.26.0),
SummarizedExperiment (>= 1.16.1),
lme4 (>= 1.1.29)
Suggests:
testthat (>= 2.1.0),
statmod (>= 1.2.2),
knitr,
rmarkdown,
tidyverse
Remotes:
github::r-lib/remotes,
github::hadley/devtools,
github::cran/npsm,
github::cran/DODR,
github::hadley/assertthat@>=0.2.1
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Language: en-US