-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.48 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
Package: pgxRpi
Title: R wrapper for Progenetix
Version: 1.3.0
Authors@R:
c(person(given = "Hangjia",
family = "Zhao",
role = c("aut", "cre"),
email = "hangjia.zhao@uzh.ch",
comment = c(ORCID = "0000-0001-8376-5751")),
person(given = "Michael",
family = "Baudis",
role = c("aut"),
email = "michael.baudis@mls.uzh.ch",
comment = c(ORCID = "0000-0002-9903-4248")))
Description: The package is an R wrapper for Progenetix REST API built upon the
Beacon v2 protocol. Its purpose is to provide a seamless way for retrieving genomic
data from Progenetix database—an open resource dedicated to curated oncogenomic
profiles. Empowered by this package, users can effortlessly access and visualize
data from Progenetix.
biocViews: CopyNumberVariation, GenomicVariation, DataImport, Software
License: Artistic-2.0
Encoding: UTF-8
LazyData: FALSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
utils,
methods,
grDevices,
graphics,
circlize,
httr,
dplyr,
attempt,
lubridate,
survival,
survminer,
ggplot2,
GenomicRanges,
SummarizedExperiment,
S4Vectors,
yaml,
parallel,
future,
future.apply
Depends:
R (>= 4.2)
Suggests:
BiocStyle,
rmarkdown,
knitr,
testthat
BugReports: https://github.com/progenetix/pgxRpi/issues
URL: https://github.com/progenetix/pgxRpi
VignetteBuilder: knitr