-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
46 lines (46 loc) · 1.23 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
Package: GoogleGenomics
Version: 2.5.0
Title: R Client for Google Genomics API
Author: Cassie Doll, Nicole Deflaux
Maintainer: Siddhartha Bagaria <[email protected]>
Authors@R: c(person("Cassie", "Doll", role = c("aut")),
person("Nicole", "Deflaux", role = c("aut")),
person("Siddhartha", "Bagaria", role = c("aut", "cre"),
email="[email protected]"))
Depends:
R (>= 3.1.0),
GenomicAlignments (>= 1.0.1),
VariantAnnotation
Imports:
Biostrings,
GenomeInfoDb,
GenomicRanges,
IRanges,
httr,
rjson,
Rsamtools,
S4Vectors (>= 0.9.25),
Biobase,
methods,
utils
Suggests:
BiocStyle,
RProtoBuf,
httpuv,
knitr,
rmarkdown,
testthat,
ggbio,
ggplot2,
BSgenome.Hsapiens.UCSC.hg19,
org.Hs.eg.db,
TxDb.Hsapiens.UCSC.hg19.knownGene
Description: Provides an R package to interact with the Google Genomics API.
SystemRequirements: GNU make
VignetteBuilder: knitr
License: Apache License (== 2.0) | file LICENSE
URL: https://cloud.google.com/genomics/
BugReports: https://github.com/Bioconductor/GoogleGenomics/issues
biocViews: DataImport, ThirdPartyClient, Genetics
RoxygenNote: 6.0.1
PackageStatus: Deprecated