-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
77 lines (77 loc) · 2.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: DiscoRhythm
Title: Interactive Workflow for Discovering Rhythmicity in Biological Data
Version: 1.11.1
Authors@R: c(
person("Matthew", "Carlucci",
email = "[email protected]",
role = c("aut", "cre")),
person("Algimantas", "Kriščiūnas",
email = "[email protected]",
role = c("aut")),
person("Haohan", "Li",
email = "[email protected]",
role = c("aut")),
person("Povilas", "Gibas",
email = "[email protected]",
role = c("aut")),
person("Karolis", "Koncevičius",
email = "[email protected]",
role = c("aut")),
person("Art", "Petronis",
email = "[email protected]",
role = c("aut")),
person("Gabriel", "Oh",
email = "[email protected]",
role = c("aut"))
)
Description: Set of functions for estimation of cyclical characteristics, such
as period, phase, amplitude, and statistical significance in large temporal
datasets. Supporting functions are available for quality control,
dimensionality reduction, spectral analysis, and analysis of experimental
replicates. Contains a R Shiny web interface to execute all workflow steps.
Depends: R (>= 3.6.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Imports:
matrixTests,
matrixStats,
MetaCycle (>= 1.2.0),
data.table,
ggplot2,
ggExtra,
dplyr,
broom,
shiny,
shinyBS,
shinycssloaders,
shinydashboard,
shinyjs,
BiocStyle,
rmarkdown,
knitr,
kableExtra,
magick,
VennDiagram,
UpSetR,
heatmaply,
viridis,
plotly,
DT,
gridExtra,
methods,
stats,
SummarizedExperiment,
BiocGenerics,
S4Vectors,
zip,
reshape2
Suggests: testthat
SystemRequirements: To generate html reports pandoc
(http://pandoc.org/installing.html) is required.
biocViews: Software, TimeCourse, QualityControl, Visualization, GUI,
PrincipalComponent
URL: https://github.com/matthewcarlucci/DiscoRhythm
BugReports: https://github.com/matthewcarlucci/DiscoRhythm/issues