-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (55 loc) · 1.9 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
Package: HCATonsilData
Title: Provide programmatic access to the tonsil cell atlas datasets
Version: 1.3.0
Authors@R: c(person("Ramon", "Massoni-Badosa", role = c("aut", "cre"),
email ="[email protected]",
comment = c(ORCID = "0000-0001-7115-8145")),
person("Federico", "Marini", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3252-7758")),
person("Alan", "O'Callaghan", role = c("aut"),
email = "[email protected]"),
person("Helena L.", "Crowell", role=c("aut"),
email="[email protected]",
comment = c(ORCID="0000-0002-4801-1767"))
)
Description: This package provides access to the scRNA-seq, scATAC-seq,
multiome, CITE-seq and spatial transcriptomics (Visium) data generated
by the tonsil cell atlas in the context of the Human Cell Atlas (HCA).
The data is provided via the Bioconductor project in the form of
SingleCellExperiments. Additionally, information on the whole compendium of
identified cell types is provided in form of a glossary.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
ExperimentHub,
SingleCellExperiment,
SpatialExperiment,
HDF5Array,
SummarizedExperiment,
S4Vectors,
htmltools,
rmarkdown,
base64enc,
utils
Suggests:
knitr,
ggplot2,
testthat (>= 3.0.0),
scater,
Seurat,
Signac,
zellkonverter,
iSEE,
ggspavis,
kableExtra,
BiocStyle
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/massonix/HCATonsilData
BugReports: https://github.com/massonix/HCATonsilData/issues
biocViews: SingleCellData, ExperimentData, RNASeqData, ExperimentHub, ExpressionData, SpatialData
Depends:
R (>= 4.3.0)