-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.86 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
Package: clustifyrdatahub
Title: External data sets for clustifyr in ExperimentHub
Version: 1.13.1
Description: References made from external single-cell mRNA sequencing data sets, stored as average gene expression matrices. For use with clustifyr <https://bioconductor.org/packages/clustifyr> to assign cell type identities.
Authors@R:
c(person(given = "Rui",
family = "Fu",
role = "aut",
comment = c(ORCID = "0000-0001-8183-4549"),
email = "[email protected]"),
person(given = "Kent",
family = "Riemondy",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0750-1273"),
email = "[email protected]"),
person("RNA Bioscience Initiative", role = c("fnd")),
person(given = "Austin",
family = "Gillen",
role = "ctb",
comment = c(ORCID = "0000-0003-2928-6308"),
email = "[email protected]"),
person(given = "Jay",
family = "Hesselberth",
role = "ctb",
comment = c(ORCID = "0000-0002-6299-179X"),
email = "[email protected]"),
person(given = "Sidhant",
family = "Puntambekar",
role = "ctb",
email = "[email protected]",
))
License: MIT + file LICENSE
URL: https://rnabioco.github.io/clustifyrdatahub/
Depends:
R (>= 4.0),
ExperimentHub
Imports:
utils
Suggests:
clustifyr,
Seurat,
usethis,
rmarkdown,
knitr,
tidyr,
BiocStyle
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
biocViews: SingleCellData, SequencingData, MicroarrayData, ExperimentHub, RNASeqData, PackageTypeData, ExpressionData
BugReports: https://github.com/rnabioco/clustifyrdatahub/issues
Config/Needs/website:
pkgdown,
rnabioco/rbitemplate