-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
executable file
·43 lines (43 loc) · 1.43 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
Package: BioThingsClient.R
Type: Package
Title: BioThings Client (https://github.com/biothings/BioThingsClient.R)
Description: This is a unified R client for all "BioThings APIs" (more at http://biothings.io).
BioThings APIs are a collection of high-performance APIs for variety of aggregated entity-type
specific annotations, such as genes, variants, chemicals, drugs etc. (so called "BioThings").
It also provides a SDK (BioThings SDK) for users to build their own BioThings API for any biological
entity types. This client provides a generic R library for existing BioThings APIs as well as the new
BioThings APIs will be created in the future, either by us or users.
Version: 0.99.1
Author: Thomas Johnson <thomascjohnson@gmail.com>
Maintainer: Thomas Johnson <thomascjohnson@gmail.com>
Authors@R: c(person("Thomas", "Johnson",
email = "thomascjohnson@gmail.com", role = c("aut", "cre")),
person("Chunlei", "Wu",
email = "cwu@scripps.edu", role = c("aut")))
Depends:
R (>= 3.4)
License: Apache License 2.0
LazyData: true
Imports:
jsonlite,
magrittr,
methods,
Hmisc,
stats,
utils,
httr
Suggests:
testthat,
knitr,
rmarkdown
Roxygen: list(wrap = FALSE)
Collate:
'utils.R'
'BioThingsClient.R'
'biothings_clients.R'
'get.R'
'metadata.R'
'query.R'
RoxygenNote: 6.0.1
VignetteBuilder: knitr
biocViews: VariantAnnotation, Annotation, GenomicVariation