-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
69 lines (69 loc) · 2.02 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
64
65
66
67
68
69
Package: zellkonverter
Title: Conversion Between scRNA-seq Objects
Version: 1.17.0
Date: 2024-10-30
Authors@R: c(
person("Luke", "Zappia", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7744-8565")),
person("Aaron", "Lun", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3564-4813")),
person("Jack", "Kamm", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-2412-756X")),
person("Robrecht", "Cannoodt", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")),
person("Gabriel", "Hoffman", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-0957-0224", github = "GabrielHoffman"))
)
Description: Provides methods to convert between Python AnnData objects
and SingleCellExperiment objects. These are primarily intended for use
by downstream Bioconductor packages that wrap Python methods for
single-cell data analysis. It also includes functions to read and
write H5AD files used for saving AnnData objects to disk.
License: MIT + file LICENSE
URL: https://github.com/theislab/zellkonverter
BugReports: https://github.com/theislab/zellkonverter/issues
Imports:
basilisk,
cli,
DelayedArray,
Matrix,
methods,
reticulate,
S4Vectors,
SingleCellExperiment (>= 1.11.6),
SummarizedExperiment,
utils
Suggests:
anndata,
BiocFileCache,
BiocStyle,
covr,
HDF5Array,
knitr,
pkgload,
rhdf5 (>= 2.45.1),
rmarkdown,
scRNAseq,
spelling,
testthat,
withr
VignetteBuilder:
knitr
biocViews: SingleCell, DataImport, DataRepresentation
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
StagedInstall: no
Collate:
'AnnData2SCE.R'
'SCE2AnnData.R'
'ui.R'
'basilisk.R'
'read.R'
'reticulate.R'
'utils.R'
'validation.R'
'write.R'
'zellkonverter-package.R'