Package: BrainNetTest
Type: Package
Title: Hypothesis Testing for Populations of Brain Networks
Version: 0.2.0
Authors@R: c(
    person("Maximiliano", "Martino",
           email = "maxii.martino@gmail.com",
           role  = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-2437-4387")),
    person("Daniel", "Fraiman",
           email = "dfraiman@udesa.edu.ar",
           role  = "aut",
           comment = c(ORCID = "0000-0002-0482-9137")))
Description: Non-parametric hypothesis testing for populations of brain
    networks represented as graphs, following the L1-distance ANOVA
    framework of Fraiman and Fraiman (2018) <doi:10.1038/s41598-018-21688-0>.
    The package builds on this nonparametric graph-comparison framework,
    extending it with procedures for edge-level inference and identification
    of the specific connections driving group differences. In particular, it
    provides utilities to compute central (mean) graphs, pairwise Manhattan
    distances between adjacency matrices, the group test statistic T, and a
    fast permutation procedure to identify the critical edges that drive
    between-group differences. Helper functions to generate synthetic
    community-structured graphs and to visualise brain networks with
    communities are also included.
License: MIT + file LICENSE
URL: https://github.com/mmaximiliano/BrainNetTest
BugReports: https://github.com/mmaximiliano/BrainNetTest/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: stats, graphics, igraph
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-04-23 16:09:17 UTC; maxim
Author: Maximiliano Martino [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2437-4387>),
  Daniel Fraiman [aut] (ORCID: <https://orcid.org/0000-0002-0482-9137>)
Maintainer: Maximiliano Martino <maxii.martino@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-23 16:30:02 UTC
Built: R 4.7.0; ; 2026-04-28 03:50:56 UTC; windows
