Package: mrpheus Title: Polysomnography Signal Analysis for Sleep Research Version: 0.1.0 Authors@R: c( person("Lucas", "França", email = "lucas.franca@northumbria.ac.uk", role = c("aut", "cre")), person("Mario", "Leocadio-Miguel", role = "aut", comment = c(ORCID = "0000-0002-7248-3529")) ) Description: Raw polysomnography (PSG) signal analysis for sleep and circadian research. Provides EDF/EDF+ ingestion, artefact detection, spectral analysis, sleep event detection (spindles, slow oscillations), automatic AASM sleep staging via a pre-trained LightGBM model (ported from YASA; Vallat & Walker, 2021), and respiratory and cardiac metrics. Exports staged hypnograms directly to hypnor and PSG-derived metrics to syncR. Part of the Circadia Lab R ecosystem. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://mrpheus.circadia-lab.uk, https://github.com/circadia-bio/mrpheus BugReports: https://github.com/circadia-bio/mrpheus/issues Depends: R (>= 4.1.0) Imports: edfReader (>= 1.2.1), gsignal (>= 0.3.5), pracma (>= 2.4.2), lightgbm (>= 4.0.0), zoo (>= 1.8.0), dplyr (>= 1.1.0), tibble (>= 3.2.0), cli (>= 3.6.0), rlang (>= 1.1.0) Suggests: scales, testthat (>= 3.0.0), knitr, rmarkdown, withr Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Repository: https://circadia-bio.r-universe.dev Date/Publication: 2026-06-29 05:21:25 UTC RemoteUrl: https://github.com/circadia-bio/mrpheus RemoteRef: main RemoteSha: 4ca434630cd5feffe167b8e0277c6895fca7ce6b NeedsCompilation: no Packaged: 2026-07-01 23:56:12 UTC; root Author: Lucas França [aut, cre], Mario Leocadio-Miguel [aut] (ORCID: ) Maintainer: Lucas França