-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.33 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: HCAExplorer
Type: Package
Title: Browse the Human Cell Atlas data portal
Version: 1.5.1
Authors@R: c(
person(
"Daniel", "Van Twisk",
email = "Daniel.VanTwisk@RoswellPark.org",
role = "aut"
),
person(
"Martin", "Morgan",
email = "Martin.Morgan@RoswellPark.org",
role = "aut"
),
person(
"Bioconductor Package", "Maintainer",
email = "maintainer@bioconductor.org",
role = "cre"
))
Description: Search, browse, reference, and download resources from
the Human Cell Atlas data portal. Development of this package is
supported through funds from the Chan / Zuckerberg initiative.
Depends: R (>= 3.6.0),
dplyr
Imports: BiocFileCache,
HCAMatrixBrowser,
S4Vectors,
LoomExperiment,
vctrs,
curl,
httr,
jsonlite,
methods,
plyr,
readr,
rlang,
tibble,
tidygraph,
utils,
xml2
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat (>= 2.1.0)
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/Bioconductor/HCABrowser
RoxygenNote: 7.1.0
biocViews: DataImport, Sequencing
BugReports:
https://github.com/Bioconductor/HCABrowser/issues
VignetteBuilder: knitr
PackageStatus: Deprecated