-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 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
31
32
33
34
35
36
37
Type: Package
Package: rbioapi
Title: User-Friendly R Interface to Biologic Web Services' API
Version: 0.8.2
Authors@R:
person(given = "Moosa",
family = "Rezwani",
role = c("aut", "cre"),
email = "moosa.rezwani@gmail.com",
comment = c(ORCID = "0000-0001-6325-4444")
)
Description: Currently fully supports Enrichr, JASPAR, miEAA, PANTHER,
Reactome, STRING, and UniProt! The goal of rbioapi is to provide a
user-friendly and consistent interface to biological databases and
services. In a way that insulates the user from the technicalities of
using web services API and creates a unified and easy-to-use interface
to biological and medical web services. This is an ongoing project; New
databases and services will be added periodically. Feel free to
suggest any databases or services you often use.
License: GPL-3
URL: https://rbioapi.moosa-r.com, https://github.com/moosa-r/rbioapi
BugReports: https://github.com/moosa-r/rbioapi/issues
Imports:
httr,
jsonlite,
utils
Suggests:
DT,
knitr,
png,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2