-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
30 lines (30 loc) · 1.21 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
Package: GenomicDataCommons
Type: Package
Title: NIH / NCI Genomic Data Commons Access
Description: Programmatically access the NIH / NCI Genomic Data Commons
RESTful service.
Version: 1.31.0
Date: 2024-09-26
Authors@R: c( person("Martin", "Morgan",
email="[email protected]", role=c("aut")),
person("Sean", "Davis", email="[email protected]",
role=c("aut", "cre")),
person("Marcel", "Ramos",
email = "[email protected]", role = "ctb"))
License: Artistic-2.0
Depends: R (>= 4.1.0)
Imports: stats, httr, xml2, jsonlite, utils, rlang, readr,
GenomicRanges, IRanges, dplyr, rappdirs, tibble, tidyr
Suggests: BiocStyle, knitr, rmarkdown, DT, testthat, listviewer,
ggplot2, GenomicAlignments, Rsamtools, BiocParallel,
TxDb.Hsapiens.UCSC.hg38.knownGene,
VariantAnnotation, maftools, R.utils, data.table
biocViews: DataImport, Sequencing
URL: https://bioconductor.org/packages/GenomicDataCommons,
http://github.com/Bioconductor/GenomicDataCommons,
http://bioconductor.github.io/GenomicDataCommons/
BugReports:
https://github.com/Bioconductor/GenomicDataCommons/issues/new
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2