forked from gitter-lab/LPWC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.05 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
Package: LPWC
Version: 0.99.4
Date: 2018-10-28
Title: Lag Penalized Weighted Correlation for Time Series Clustering
Authors@R: c(person(given = "Thevaa",
family = "Chandereng",
role = c("aut", "cre", "cph"),
email = "chandereng@wisc.edu",
comment = c(ORCID = "0000-0003-4078-9176")),
person(given = "Anthony",
family = "Gitter",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-5324-9833")))
Description: Computes a time series distance measure for clustering based on weighted correlation and introduction of lags. The lags capture delayed responses in a time series dataset. The timepoints must be specified. T. Chandereng, A. Gitter (2018) <doi:10.1101/292615>.
Depends:
R (>= 3.0.2)
Suggests: testthat, rmarkdown, pkgdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
VignetteBuilder: knitr
URL: https://github.com/gitter-lab/LPWC
BugReports: https://github.com/gitter-lab/LPWC/issues
Imports: ggplot2,
knitr,
devtools