-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.29 KB
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
Package: TimeCycle
Title: TimeCycle: Topology Inspired MEthod for the Detection of Cycling Transcripts
Version: 1.0.0
Authors@R:
c(person(given = "Elan",
family = "Ness-Cohn",
role = c("aut", "cre"),
email = "elanness-cohn2017@u.northwestern.edu",
comment = c(ORCID = "0000-0002-3935-6667")),
person(given = "Rosemary",
family = "Braun",
email = "rbraun@northwestern.edu",
role = "aut",
comment = c(ORCID = "0000-0001-9668-9866")),
person(given = "NSF-Simons",
family = "Center For Quatitative Biology",
role = c("cph", "fnd")))
Description: TimeCycle is designed to detect rhythmic genes in circadian transcriptomic time-series data. Based on topological data analysis, TimeCycle provides a reliable and efficent reference-free framework for cycle detection --- handling custom sampling schemes, replicates, and missing data. See the TimeCycle website and accompanying paper for more information, documentation, and examples.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
parallel,
TDAstats,
imputeTS,
stats,
Suggests:
knitr,
rmarkdown,
tidyverse,
vembedr
VignetteBuilder: knitr
URL: https://github.com/nesscoder/TimeCycle
BugReports: https://github.com/nesscoder/TimeCycle/issues