-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.14 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
Package: bioc2020trajectories
Title: Trajectory inference across conditions: differential expression and differential progression
Version: 0.0.0.93
Authors@R: c(person("Kelly", "Street", role = c("aut", "cre"),
email = "[email protected]"),
person("Koen", "Van den Berge", role = c("aut"),
email = "[email protected]"),
person("Hector","Roux de Bezieux", role = c("aut"),
email = "[email protected]"))
Description: What the package does (one paragraph).
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
License: CC BY 4.0 + file LICENSE
RoxygenNote: 7.1.1
Suggests:
knitr,
RColorBrewer,
rmarkdown,
scales,
pkgdown,
viridis,
ggplot2,
UpSetR,
pheatmap,
msigdbr,
fgsea,
gridExtra,
tradeSeq
Imports:
BiocFileCache,
slingshot,
rappdirs,
SingleCellExperiment,
HDF5Array,
igraph,
RANN,
magrittr,
mgcv,
purrr
VignetteBuilder: knitr
URL: https://kstreet13.github.io/bioc2020trajectories
DockerImage: kstreet13/bioc2020trajectories:latest
Remotes: github::statOmics/tradeSeq