-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.17 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
Package: BiocHubsShiny
Type: Package
Title: View AnnotationHub and ExperimentHub Resources Interactively
Version: 1.7.2
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
),
person("Vincent", "Carey", , "[email protected]", "ctb")
)
Description: A package that allows interactive exploration of AnnotationHub and
ExperimentHub resources. It uses DT / DataTable to display resources for
multiple organisms. It provides template code for reproducibility and for
downloading resources via the indicated Hub package.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.3.0), shiny
Imports:
AnnotationHub,
ExperimentHub,
DT,
htmlwidgets,
rclipboard,
S4Vectors,
shinyAce,
shinyjs,
shinythemes,
shinytoastr,
utils
Suggests:
BiocManager,
BiocStyle,
knitr,
rmarkdown,
sessioninfo,
shinytest2
biocViews:
Software, ShinyApps
BugReports: https://github.com/Bioconductor/BiocHubsShiny/issues
URL: https://github.com/Bioconductor/BiocHubsShiny
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Date: 2024-11-07