Bioc2026 Registration Open!

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

MaintainerFabrício Almeida-Silva <fabricio_almeidasilva@hotmail.com>
AuthorFabrí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>)
LicenseGPL-3
URLhttps://github.com/almeidasilvaf/magrene
Bug Reportshttps://support.bioconductor.org/t/magrene
Downloads rank211
Source branchRELEASE_3_23
biocViewsGraphAndNetwork, 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)