forked from PMBio/MuDataSeurat
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.12 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
Package: MuDataSeurat
Title: MuData Serialization for Seurat
Version: 0.0.1.0000
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")),
person(given = "Zhuoqing",
family = "Fang",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7418-1313")))
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