Package: EZFragility Title: Compute Neural Fragility for Ictal iEEG Time Series Version: 2.1.1 Authors@R: c(person( given = "Jiefei", family = "Wang", email = "szwjf08@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2709-5332")), person( given = "Patrick", family = "Karas", email = "pjkaras@UTMB.EDU", role = "aut"), person( given = "Anne-Cecile", family = "Lesage", email = "aclesage@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-9528-4899")), person( given = "Ioannis", family = "Malagaris", email = "ymalag@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-5126-2068")), person( given = "Oliver", family = "Zhou", email = "zhou.oliverfr@gmail.com", role = "aut"), person( given = "Liliana", family = "Camarillo Rodriguez", email = "camarilloliliana@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-8288-6885")), person( given = "Sean", family = "O'Leary", email = "smoleary@utmb.edu", role = "aut", comment = c(ORCID = "0000-0003-3650-705X")), person( given = "Yuanyi", family = "Zhang", email = "yuazhan@utmb.edu", role = "aut") ) Description: Provides tools to compute the neural fragility matrix from intracranial electrocorticographic (iEEG) recordings, enabling the analysis of brain dynamics during seizures. The package implements the method described by Li et al. (2017) and includes functions for data preprocessing ('Epoch'), fragility computation ('calcAdjFrag'), and visualization. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0), Epoch LazyData: true Imports: stats, methods, ggplot2 (>= 3.4.0), viridis, ggtext, glue, rlang, foreach, progress, ramify, reshape2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0), doSNOW, gsignal Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/Jiefei-Wang/EZFragility Config/pak/sysreqs: cmake make libicu-dev libjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev Repository: https://jiefei-wang.r-universe.dev Date/Publication: 2025-12-04 04:18:21 UTC RemoteUrl: https://github.com/jiefei-wang/ezfragility RemoteRef: HEAD RemoteSha: 98dc002f93bf7afc64590611098cc5b4747cefc5 NeedsCompilation: no Packaged: 2026-06-19 11:14:14 UTC; root Author: Jiefei Wang [aut, cre] (ORCID: ), Patrick Karas [aut], Anne-Cecile Lesage [aut] (ORCID: ), Ioannis Malagaris [aut] (ORCID: ), Oliver Zhou [aut], Liliana Camarillo Rodriguez [aut] (ORCID: ), Sean O'Leary [aut] (ORCID: ), Yuanyi Zhang [aut] Maintainer: Jiefei Wang