-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.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
Package: ImpulseDE
Type: Package
Title: Detection of DE genes in time series data using impulse models
Version: 0.99.0
Date: 2016-06-16
Author: Jil Sander [aut, cre],
Nir Yosef [aut]
Maintainer: Jil Sander <[email protected]>,
Nir Yosef <[email protected]>
biocViews: Software,
StatisticalMethod,
TimeCourse
Depends: graphics,
grDevices,
stats,
utils,
parallel,
compiler,
R (>= 3.3)
Imports:
amap,
boot
Suggests: longitudinal,
knitr
Description: ImpulseDE is suited to capture single impulse-like patterns in
high throughput time series datasets. By fitting a representative
impulse model to each gene, it reports differentially expressed genes
whether across time points in a single experiment or between two time
courses from two experiments. To optimize the running time, the code
makes use of clustering steps and multi-threading.
License: GPL-3
LazyData: TRUE
RoxygenNote: 5.0.0
VignetteBuilder: knitr
URL: https://github.com/YosefLab/ImpulseDE
BugReports: https://github.com/YosefLab/ImpulseDE/issues