-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 2.15 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
Package: enrichViewNet
Type: Package
Version: 1.3.4
Date: 2023-08-12
Title: From functional enrichment results to biological networks
Description: This package enables the visualization of functional
enrichment results as network graphs. First the package enables the
visualization of enrichment results, in a format corresponding to the one
generated by gprofiler2, as a customizable Cytoscape network. In those
networks, both gene datasets (GO terms/pathways/protein complexes) and
genes associated to the datasets are represented as nodes. While the
edges connect each gene to its dataset(s). The package also provides the
option to create enrichment maps from functional enrichment results.
Enrichment maps enable the visualization of enriched terms into a network
with edges connecting overlapping genes.
Authors@R: c(person("Astrid", "Deschênes", email = "adeschen@hotmail.com",
role=c("aut", "cre"), comment=c(ORCID = "0000-0001-7846-6749")),
person("Pascal", "Belleau", email = "pascal_belleau@hotmail.com",
role=c("aut"), comment = c(ORCID = "0000-0002-0802-1071")),
person("Robert L.", "Faure", email="robert.faure@crchudequebec.ulaval.ca",
role=c("aut"), comment=c(ORCID="0000-0003-1798-4723")),
person("Maria J.", "Fernandes",
email="maria.fernandes@crchudequebec.ulaval.ca", role = c("aut"),
comment=c(ORCID="0000-0002-3973-025X")),
person(given="Alexander", family="Krasnitz", email="krasnitz@cshl.edu",
role=c("aut")),
person(given="David A.", family="Tuveson",
email="dtuveson@cshl.edu",
role=c("aut"), comment=c(ORCID="0000-0002-8017-2712")))
Encoding: UTF-8
License: Artistic-2.0
Depends: R (>= 4.2.0)
Imports: gprofiler2,
strex,
RCy3,
jsonlite,
stringr,
enrichplot,
DOSE,
methods
Suggests:
BiocStyle,
knitr,
rmarkdown,
ggplot2,
testthat,
magick
biocViews: BiologicalQuestion,
Software,
Network,
NetworkEnrichment,
GO
VignetteBuilder: knitr
URL: https://github.com/adeschen/enrichViewNet, https://adeschen.github.io/enrichViewNet/
BugReports: https://github.com/adeschen/enrichViewNet/issues
RoxygenNote: 7.3.2