-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.07 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
Package: GOeval
Title: Gene Regulatory Network Evaluation Using Gene Ontology
Version: 1.0.0
Authors@R:
person("Thomas", "Westbrook", , "westbrookt@wustl.edu", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package provides functions to easily run gene set enrichment
analysis on multiple subsets of a gene regulatory network as well
as permuted versions of the network using the 'WebGestaltR' package.
It also provides functions to help assess the quality of biological
information captured by the network via metrics calculated from
the enrichment results.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://BrentLab.github.io/GOeval/
Imports:
data.table,
gtools,
parallel,
parallelly,
stringr,
tidyr,
dplyr,
WebGestaltR,
ontologyIndex,
ggplot2
VignetteBuilder: knitr
LazyData: true