-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.3 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
Package: CBNplot
Type: Package
Title: plot bayesian network inferred from gene expression data based on enrichment analysis results
Version: 1.4.2
Authors@R: person("Noriaki", "Sato", email = "[email protected]", role = c("cre", "aut"))
Description: This package provides the visualization of bayesian network inferred from gene expression data. The networks are based on enrichment analysis results inferred from packages including clusterProfiler and ReactomePA. The networks between pathways and genes inside the pathways can be inferred and visualized.
License: Artistic-2.0
Encoding: UTF-8
Depends:
R (>= 4.3.0)
Imports: ggplot2, magrittr, graphite, ggraph, igraph, bnlearn (>= 4.7), patchwork, org.Hs.eg.db, clusterProfiler, utils, enrichplot, reshape2, ggforce, dplyr, tidyr, stringr, depmap, ExperimentHub, Rmpfr, graphlayouts, BiocFileCache, ggdist, purrr, pvclust, stats, rlang
Suggests:
knitr,
arules,
concaveman,
ReactomePA,
bnviewer,
rmarkdown,
withr,
BiocStyle,
testthat (>= 3.0.0)
biocViews: Visualization, Bayesian, GeneExpression, NetworkInference, Pathways, Reactome, Network, NetworkEnrichment, GeneSetEnrichment
VignetteBuilder: knitr
RoxygenNote: 7.3.2
URL: https://github.com/noriakis/CBNplot
BugReports: https://github.com/noriakis/CBNplot/issues
Config/testthat/edition: 3