magrene
Motif Analysis In Gene Regulatory Networks
Bioconductor version: 3.23 · Package version: 1.14.0
magrene allows the identification and analysis of graph motifs in (duplicated) gene regulatory networks (GRNs), including lambda, V, PPI V, delta, and bifan motifs. GRNs can be tested for motif enrichment by comparing motif frequencies to a null distribution generated from degree-preserving simulated GRNs. Motif frequencies can be analyzed in the context of gene duplications to explore the impact of small-scale and whole-genome duplications on gene regulatory networks. Finally, users can calculate interaction similarity for gene pairs based on the Sorensen-Dice similarity index.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("magrene") Details
| Maintainer | FabrÃcio Almeida-Silva <fabricio_almeidasilva@hotmail.com> |
| Author | FabrÃcio Almeida-Silva [aut, cre] (ORCID: <https://orcid.org/0000-0002-5314-2964>), Yves Van de Peer [aut] (ORCID: <https://orcid.org/0000-0003-4327-3730>) |
| License | GPL-3 |
| URL | https://github.com/almeidasilvaf/magrene |
| Bug Reports | https://support.bioconductor.org/t/magrene |
| Downloads rank | 211 |
| Source branch | RELEASE_3_23 |
| biocViews | GraphAndNetwork, MotifDiscovery, NetworkEnrichment, Software, SystemsBiology |
Documentation
Download
Dependencies
Depends: R (>= 4.2.0)
Imports: utils, stats, BiocParallel
Suggests: BiocStyle, covr, knitr, rmarkdown, ggplot2, sessioninfo, testthat (>= 3.0.0)