-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
57 lines (57 loc) · 1.69 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
Type: Package
Package: anndata
Title: 'anndata' for R
Version: 0.7.5.6
Authors@R:
c(person(given = "Philipp",
family = "Angerer",
role = "ccp",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0369-2888", github = "flying-sheep")),
person(given = "Alex",
family = "Wolf",
role = "ccp",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8760-7838", github = "falexwolf")),
person(given = "Isaac",
family = "Virshup",
role = "ccp",
comment = c(github = "ivirshup")),
person(given = "Sergei",
family = "Rybakov",
role = "ccp",
comment = c(github = "Koncopd")),
person(given = "Robrecht",
family = "Cannoodt",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")))
Description: A 'reticulate' wrapper for the Python package 'anndata'.
Provides a scalable way of keeping track of data and learned
annotations. Used to read from and write to the h5ad file format.
License: MIT + file LICENSE
URL: https://anndata.dynverse.org, https://github.com/dynverse/anndata
BugReports: https://github.com/dynverse/anndata/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
Matrix,
methods,
R6,
reticulate (>= 1.17)
Suggests:
stats,
testthat,
knitr,
rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/reticulate:
list(
packages = list(
list(package = "anndata")
)
)
VignetteBuilder: knitr