-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.38 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
Package: ExperimentHub
Type: Package
Title: Client to access ExperimentHub resources
Version: 2.15.0
Authors@R:
c(person("Bioconductor Package", "Maintainer", email="maintainer@bioconductor.org",
role="cre"),
person("Martin", "Morgan", role="aut"),
person("Marc", "Carlson", role="ctb"),
person("Dan", "Tenenbaum", role="ctb"),
person("Sonali", "Arora", role="ctb"),
person("Valerie", "Oberchain", role="ctb"),
person("Kayla", "Morrell", role="ctb"),
person("Lori", "Shepherd", role="aut"))
Description: This package provides a client for the Bioconductor
ExperimentHub web resource. ExperimentHub provides a central location
where curated data from experiments, publications or training courses
can be accessed. Each resource has associated metadata, tags and date
of modification. The client creates and manages a local cache of files
retrieved enabling quick and reproducible access.
License: Artistic-2.0
biocViews: Infrastructure, DataImport, GUI, ThirdPartyClient
Depends: methods, BiocGenerics (>= 0.15.10), AnnotationHub (>= 3.3.6), BiocFileCache (>= 1.5.1)
Imports: utils, S4Vectors, BiocManager, rappdirs
Suggests: knitr, BiocStyle, rmarkdown, HubPub, GenomicAlignments
Enhances: ExperimentHubData
BugReports: https://github.com/Bioconductor/ExperimentHub/issues
VignetteBuilder: knitr
RoxygenNote: 7.0.0