-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.06 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
Package: HCAData
Type: Package
Title: Accessing The Datasets Of The Human Cell Atlas in R/Bioconductor
Version: 1.23.1
Authors@R: c(
person("Federico","Marini", role=c("aut","cre"), email="[email protected]",
comment = c(ORCID = '0000-0003-3252-7758')))
Description: This package allows a direct access to the dataset generated by the
Human Cell Atlas project for further processing in R and Bioconductor, in the
comfortable format of SingleCellExperiment objects
(available in other formats here: http://preview.data.humancellatlas.org/).
License: MIT + file LICENSE
Encoding: UTF-8
biocViews: RNASeqData, SingleCellData, ExperimentData, ExpressionData, ExperimentHub
Depends: R (>= 3.6),
SingleCellExperiment
Imports: ExperimentHub,
AnnotationHub,
HDF5Array,
utils
Suggests: knitr,
rmarkdown,
BiocStyle,
scran (>= 1.11.4),
BiocSingular,
scater,
scuttle,
Rtsne,
igraph,
iSEE,
testthat
URL: https://github.com/federicomarini/HCAData
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)