forked from wjawaid/enrichR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
18 lines (18 loc) · 816 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: enrichR
Title: Provides an R Interface to 'Enrichr'
Version: 3.1
Authors@R: person("Wajid", "Jawaid", email = "[email protected]", role = c("aut", "cre"))
Description: Provides an R interface to all 'Enrichr' databases. 'Enrichr' is a web-based tool for analysing gene sets and returns any enrichment of common annotated biological features. Quoting from their website 'Enrichment analysis is a computational method for inferring knowledge about an input gene set by comparing it to annotated gene sets representing prior biological knowledge.' See <https://maayanlab.cloud/Enrichr/> for further details.
Depends: R (>= 3.0.0)
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Imports:
httr,
curl,
rjson,
ggplot2
RoxygenNote: 7.2.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr