-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.93 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.93 KB
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
58
59
60
61
62
Package: imageTCGA
Type: Package
Title: TCGA Diagnostic Image Database Explorer
Version: 1.1.1
Authors@R: c(
person("Ilaria", "Billato", email = "ilaria.billato@phd.unipd.it",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3335-3254",
affiliation = "Department of Biology, University of Padova")),
person("Marcel", "Ramos", role = "ctb",
comment = c(affiliation =
"CUNY Graduate School of Public Health and Health Policy,
New York, NY USA")),
person("Mohamed", "Omar", role = "ctb",
comment = c(affiliation =
"Department of Computational Biomedicine, Cedars-Sinai Medical
Center, Los Angeles, California")),
person("Sehyun", "Oh", role = "ctb",
comment = c(affiliation =
"CUNY Graduate School of Public Health and Health Policy,
New York, NY USA")),
person("Levi", "Waldron", role = "ctb",
comment = c(affiliation =
"CUNY Graduate School of Public Health and Health Policy,
New York, NY USA")),
person("Davide", "Risso", role = "ctb",
comment = c(affiliation = "Department of Statistical Sciences,
University of Padova")),
person("Chiara", "Romualdi", role = "ctb",
comment = c(affiliation = "Department of Biology, University of Padova")))
Description: A Shiny application to explore the TCGA Diagnostic Image Database.
License: Artistic-2.0
Encoding: UTF-8
LazyData: false
biocViews: ShinyApps
Imports:
DT,
dplyr,
bslib,
bsicons,
ggplot2,
viridis,
tidyr,
leaflet,
clipr,
rlang
Suggests:
BiocManager,
BiocStyle,
knitr,
curl,
glue,
rmarkdown,
sessioninfo,
testthat,
tibble,
GenomicDataCommons
RoxygenNote: 7.3.2
Depends:
shiny
BugReports: https://github.com/billila/imageTCGA/issues
URL: https://github.com/billila/imageTCGA
VignetteBuilder: knitr