forked from bharathananth/compareRhythms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.18 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
Package: compareRhythms
Type: Package
Title: Approaches to identify Differential Rhythmicity
Version: 1.0.3
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
BugReports: https://github.com/bharathananth/compareRhythms/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
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
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Language: en-US