-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
31 lines (31 loc) · 957 Bytes
/
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
Package: MuDataSeurat
Title: MuData Serialization for Seurat
Version: 0.0.0.9000
Authors@R:
c(person(given = "Danila",
family = "Bredikhin",
role = c("aut", "cre"),
email = "danila.bredikhin@embl.de",
comment = c(ORCID = "0000-0001-8089-6983")),
person(given = "Ilia",
family = "Kats",
role = c("aut"),
email = "i.kats@dkfz-heidelberg.de",
comment = c(ORCID = "0000-0001-5220-5671")))
Description: Save Seurat objects to h5mu files. The suggested SeuratData package
is availabe on GitHub at <https://github.com/satijalab/seurat-data> and can
be installed with devtools.
Imports: hdf5r, Matrix, Seurat, methods, utils
Suggests:
rmarkdown,
knitr,
SeuratData,
BiocStyle
Config/Needs/website:
r-lib/downlit
Remotes: SeuratData=satijalab/seurat-data
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2