-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.72 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
58
59
60
61
62
63
64
Package: cBioPortalData
Title: Exposes and Makes Available Data from the cBioPortal Web Resources
Version: 2.19.9
Authors@R: c(
person("Levi", "Waldron", , "[email protected]", "aut"),
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
),
person("Karim", "Mezhoud", , "[email protected]", "ctb")
)
Description: The cBioPortalData R package accesses study datasets from the
cBio Cancer Genomics Portal. It accesses the data either from
the pre-packaged zip / tar files or from the API interface that was
recently implemented by the cBioPortal Data Team. The package can provide
data in either tabular format or with MultiAssayExperiment object that uses
familiar Bioconductor data representations.
Depends: R (>= 4.5.0),
AnVIL (>= 1.19.5),
MultiAssayExperiment
Imports:
BiocBaseUtils,
BiocFileCache (>= 1.5.3),
digest,
dplyr,
GenomeInfoDb,
GenomicRanges,
httr,
IRanges,
methods,
readr,
RaggedExperiment,
RTCGAToolbox (>= 2.19.7),
S4Vectors,
SummarizedExperiment,
stats,
tibble,
tidyr,
TCGAutils (>= 1.9.4),
utils
Suggests:
BiocStyle,
jsonlite,
knitr,
survival,
survminer,
rmarkdown,
testthat
Date: 2025-01-14
License: AGPL-3
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/waldronlab/cBioPortalData
BugReports: https://github.com/waldronlab/cBioPortalData/issues
biocViews: Software, Infrastructure, ThirdPartyClient
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'utils.R'
'cBioDataPack.R'
'cBioPortal-class.R'
'cBioPortal.R'
'cBioPortalData-pkg.R'
'cBioPortalData.R'
'cache.R'