-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.27 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
Package: MuData
Title: Serialization for MultiAssayExperiment Objects
Version: 0.99.9
Authors@R:
c(person(given = "Danila",
family = "Bredikhin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8089-6983")),
person(given = "Ilia",
family = "Kats",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5220-5671")))
Description: Save MultiAssayExperiments to h5mu files supported by muon and mudata.
Muon is a Python framework for multimodal omics data analysis. It uses an HDF5-based
format for data storage.
URL: https://github.com/ilia-kats/MuData
BugReports: https://github.com/ilia-kats/MuData/issues
Imports: methods,
stats,
MultiAssayExperiment,
SingleCellExperiment,
SummarizedExperiment,
DelayedArray,
S4Vectors
Depends: Matrix, S4Vectors, rhdf5 (>= 2.45)
Suggests:
HDF5Array,
rmarkdown,
knitr,
fs,
testthat,
BiocStyle,
covr,
SingleCellMultiModal,
CiteFuse,
scater
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
biocViews: DataImport