-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
34 lines (34 loc) · 1.83 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
Package: WebGestaltR
Type: Package
Title: Gene Set Analysis Toolkit WebGestaltR
Version: 1.0.0
Date: 2024-03-01
Authors@R: c(
person("John", "Elizarraras", email = "[email protected]", role = c("aut", "cre")),
person("Jing", "Wang", email = "[email protected]", role = "aut"),
person("Yuxing", "Liao", email = "[email protected]", role = c("aut")),
person("Eric", "Jaehnig", email = "[email protected]", role = c("ctb")),
person("Zhiao", "Shi", email = "[email protected]", role = c("ctb")),
person("Quanhu", "Sheng", email = "[email protected]", role = c("ctb"))
)
Description: The web version WebGestalt <https://www.webgestalt.org> supports 12 organisms, 354 gene identifiers and 321,251 function categories. Users can upload the data and functional categories with their own gene identifiers. In addition to the Over-Representation Analysis, WebGestalt also supports Gene Set Enrichment Analysis and Network Topology Analysis. The user-friendly output report allows interactive and efficient exploration of enrichment results. The WebGestaltR package not only supports all above functions but also can be integrated into other pipeline or simultaneously analyze multiple gene lists.
License: LGPL
URL: https://github.com/bzhanglab/WebGestaltR,
https://bzhanglab.github.io/WebGestaltR/
LazyLoad: yes
Depends: R (>= 4.0)
Imports: methods, dplyr, doRNG, readr, parallel (>= 3.3.2),
doParallel (>= 1.0.10), foreach (>= 1.4.0),
jsonlite, httr, rlang, svglite,
whisker, apcluster, Rcpp, cluster, poolr
NeedsCompilation: yes
LinkingTo: Rcpp
RoxygenNote: 7.3.1
SystemRequirements: Cargo (Rust's package manager), rustc v1.63.0+
Config/rextendr/version: 0.3.1.9000
Config/WebGestaltR/MSRV: 1.63.0
Encoding: UTF-8
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr