-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: fenr
Title: Fast functional enrichment for interactive applications
Version: 1.5.1
Authors@R: person(
given = "Marek",
family = "Gierlinski",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9149-3514")
)
Description: Perform fast functional enrichment on feature lists (like genes
or proteins) using the hypergeometric distribution. Tailored for speed,
this package is ideal for interactive platforms such as Shiny. It supports
the retrieval of functional data from sources like GO, KEGG, Reactome,
Bioplanet and WikiPathways. By downloading and preparing data first, it
allows for rapid successive tests on various feature selections without
the need for repetitive, time-consuming preparatory steps typical of other
packages.
URL: https://github.com/bartongroup/fenr
BugReports: https://github.com/bartongroup/fenr/issues
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
biocViews:
FunctionalPrediction,
DifferentialExpression,
GeneSetEnrichment,
GO,
KEGG,
Reactome,
Proteomics
Imports:
tools,
methods,
assertthat,
rlang,
dplyr,
tidyr,
tidyselect,
tibble,
purrr,
readr,
stringr,
httr2,
rvest,
progress,
BiocFileCache,
shiny,
ggplot2
Suggests:
BiocStyle,
testthat,
knitr,
rmarkdown,
topGO
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LazyData: false