-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 893 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 893 Bytes
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
Package: platt
Title: Lineage graph construction from time series and perturbation data
Version: 0.0.0.9000
Authors@R: c(
person(given = "Madeleine",
family = "Duran",
role = c("cre"),
email = "duran@uw.edu"),
person(given = "Cole",
family = "Trapnell",
role = c("aut"),
email = "coletrap@uw.edu"))
Description: Methods for lineage graph construction from time series and perturbation single-cell RNA-seq data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
Biobase,
monocle3,
PLNmodels,
hooke
Imports:
ashr (>= 2.2-63),
dplyr,
fgsea,
magrittr,
speedglm,
splines
Remotes:
cole-trapnell-lab/speedglm,
bioc::fgsea
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US