-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.17 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: rols
Type: Package
Title: An R interface to the Ontology Lookup Service
Version: 2.99.5
Authors@R: c(person(given = "Laurent", family = "Gatto",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1520-2268"),
role = c("aut","cre")),
person(given = "Tiage", family = "Chedraoui Silva",
role = "ctb"),
person(given = "Andrew",family = "Clugston",
role = "ctb"))
Description: The rols package is an interface to the Ontology Lookup
Service (OLS) to access and query hundred of ontolgies
directly from R.
Depends: methods
Imports: httr2, jsonlite, utils, Biobase
Suggests: GO.db, knitr (>= 1.1.0), BiocStyle (>= 2.5.19),
testthat, lubridate, DT, rmarkdown,
biocViews: ImmunoOncology, Software, Annotation, MassSpectrometry, GO
VignetteBuilder: knitr
License: GPL-2
Encoding: UTF-8
URL: http://lgatto.github.io/rols/
BugReports: https://github.com/lgatto/rols/issues
Collate: AllClasses.R AllGenerics.R utils.R
Ontologies.R Terms.R
cvparam.R OlsSearch.R
Properties.R zzz.R
RoxygenNote: 7.3.1