-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
executable file
·63 lines (63 loc) · 1.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: dynwrap
Type: Package
Title: Representing and Inferring Single-Cell Trajectories
Description: Provides functionality to infer trajectories from single-cell data,
represent them into a common format, and adapt them. Other biological information
can also be added, such as cellular grouping, RNA velocity and annotation.
Saelens et al. (2019) <doi:10.1038/s41587-019-0071-9>.
Version: 1.2.4
Authors@R: c(
person(
"Robrecht",
"Cannoodt",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Wouter",
"Saelens",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
)
)
URL: https://github.com/dynverse/dynwrap
BugReports: https://github.com/dynverse/dynwrap/issues
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
assertthat,
babelwhale,
crayon,
dplyr,
dynutils (>= 1.0.3),
dynparam,
igraph,
glue,
magrittr,
Matrix,
methods,
purrr,
processx,
readr,
stringr,
reshape2,
tibble,
tidyr,
yaml
Suggests:
covr,
dyndimred,
hdf5r,
knitr,
pkgload,
ranger,
rmarkdown,
testthat
VignetteBuilder: knitr