generated from kevinrue/MyBioconductorPackage
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
57 lines (57 loc) · 1.65 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
57
Package: iSEEindex
Title: iSEE extension for a landing page to a custom collection of data sets
Version: 1.3.3
Date: 2024-10-09
Authors@R:
c(person("Kevin", "Rue-Albrecht", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3899-3872")),
person("Thomas", "Sandmann", email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-6601-8890")),
person("Federico", "Marini", email = "[email protected]",
role = "aut",
comment = c(ORCID = '0000-0003-3252-7758')),
person("Denali Therapeutics", role = c("fnd")))
Description: This package provides an interface to any collection of data sets
within a single iSEE web-application. The main functionality of this package is
to define a custom landing page allowing app maintainers to list a custom
collection of data sets that users can selected from and directly load
objects into an iSEE web-application.
License: Artistic-2.0
URL: https://github.com/iSEE/iSEEindex
BugReports: https://support.bioconductor.org/t/iSEEindex
biocViews: Software,
Infrastructure
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
SummarizedExperiment,
SingleCellExperiment
Imports:
BiocFileCache,
DT,
iSEE,
methods,
paws.storage,
rintrojs,
shiny,
shinydashboard,
shinyjs,
stringr,
urltools,
utils
Suggests:
BiocStyle,
covr,
knitr,
RefManageR,
rmarkdown,
markdown,
scRNAseq,
sessioninfo,
testthat (>= 3.0.0),
yaml
Config/testthat/edition: 3
VignetteBuilder: knitr