<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:r="https://r-universe.dev"><channel><title>circadia-bio.r-universe.dev</title><link>https://circadia-bio.r-universe.dev</link><description>Recent package updates in circadia-bio</description><generator>R-universe</generator><image><url>https://github.com/circadia-bio.png</url><title>R packages by circadia-bio</title><link>https://circadia-bio.r-universe.dev</link></image><lastBuildDate>Thu, 02 Jul 2026 21:19:47 GMT</lastBuildDate><item><title>[circadia-bio] dynR 0.1.2</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>An R port of the Python dynfc library for computing
dynamic connectivity (dynFC) representations from multivariate
neurophysiological timeseries, including BOLD fMRI, EEG, LFP,
and related signals. Implements sliding-window Pearson
correlation (Hansen et al., 2015), edge-centric cofluctuation
analysis (Esfahlani et al., 2020; Faskowitz et al., 2020),
instantaneous phase-locking via the Hilbert transform, dynamic
phase-locking matrices (dPL), the LEiDA leading-eigenvector
framework (Cabral et al., 2017; Lord et al., 2019), and the
Kuramoto order parameter with metastability and Shannon
entropy. Part of the Circadia Lab R ecosystem.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28624654807</link><pubDate>Thu, 02 Jul 2026 21:19:47 GMT</pubDate><r:package>dynR</r:package><r:version>0.1.2</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/dynR</r:upstream><r:article><r:source>sliding-window-fc.Rmd</r:source><r:filename>sliding-window-fc.html</r:filename><r:title>Correlation-based dynamic FC: sliding windows and edge cofluctuations</r:title><r:created>2026-06-28 08:30:01</r:created><r:modified>2026-06-28 23:10:57</r:modified></r:article><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with dynR</r:title><r:created>2026-06-28 08:30:01</r:created><r:modified>2026-06-28 23:10:57</r:modified></r:article><r:article><r:source>phase-based-fc.Rmd</r:source><r:filename>phase-based-fc.html</r:filename><r:title>Phase-based dynamic FC: Hilbert transform, LEiDA, and Kuramoto</r:title><r:created>2026-06-28 08:30:01</r:created><r:modified>2026-06-28 23:12:45</r:modified></r:article></item><item><title>[circadia-bio] clerkR 0.1.2</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>Transforms standard R data frames into publication-ready
tables across a handful of common archetypes found in
biomedical and neuroscience manuscripts: descriptive/Table 1
with group comparisons, heritability and variance components,
correlation and partial correlation, regression coefficients,
and simple descriptive summaries. Provides a unified rendering
pipeline targeting 'gt' (Word/PDF), 'reactable' (HTML), and
LaTeX outputs, with consistent theming, domain/section
grouping, footnote handling for transformed variables, and FDR
annotation.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555566608</link><pubDate>Mon, 29 Jun 2026 05:23:35 GMT</pubDate><r:package>clerkR</r:package><r:version>0.1.2</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/clerkR</r:upstream><r:article><r:source>correlation.Rmd</r:source><r:filename>correlation.html</r:filename><r:title>Correlation and partial correlation tables</r:title><r:created>2026-06-26 15:08:38</r:created><r:modified>2026-06-26 15:08:38</r:modified></r:article><r:article><r:source>descriptive-table1.Rmd</r:source><r:filename>descriptive-table1.html</r:filename><r:title>Descriptive tables (Table 1)</r:title><r:created>2026-06-26 15:08:38</r:created><r:modified>2026-06-26 15:08:38</r:modified></r:article><r:article><r:source>formatting-options.Rmd</r:source><r:filename>formatting-options.html</r:filename><r:title>Formatting options</r:title><r:created>2026-06-27 01:31:26</r:created><r:modified>2026-06-27 01:42:16</r:modified></r:article><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with clerkR</r:title><r:created>2026-06-26 15:08:38</r:created><r:modified>2026-06-26 15:08:38</r:modified></r:article><r:article><r:source>heritability-ritable.Rmd</r:source><r:filename>heritability-ritable.html</r:filename><r:title>Heritability tables with R-itable and clerkR</r:title><r:created>2026-06-26 14:38:38</r:created><r:modified>2026-06-26 23:00:00</r:modified></r:article><r:article><r:source>regression.Rmd</r:source><r:filename>regression.html</r:filename><r:title>Regression coefficient tables</r:title><r:created>2026-06-26 15:08:38</r:created><r:modified>2026-06-26 15:08:38</r:modified></r:article><r:article><r:source>simple-descriptive.Rmd</r:source><r:filename>simple-descriptive.html</r:filename><r:title>Simple descriptive tables</r:title><r:created>2026-06-26 15:08:38</r:created><r:modified>2026-06-26 15:08:38</r:modified></r:article></item><item><title>[circadia-bio] boldR 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>Analysis of Blood-Oxygen-Level-Dependent (BOLD) fMRI data
for sleep and circadian research. Receives preprocessed
derivatives from fMRIPrep and transforms them into
analysis-ready outputs: atlas-agnostic parcellation with an
extensible atlas schema, ROI-level timeseries extraction,
voxelwise signal metrics (tSNR, GLM contrasts), and functional
connectivity matrices. Exports parcellated BOLD data directly
to syncR for integration with actigraphy, polysomnography, and
questionnaire data in a unified participant-indexed database.
Part of the Circadia Lab R ecosystem at Northumbria University.
fmriprep gets you clean data. boldR gets you useful data.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555570514</link><pubDate>Mon, 29 Jun 2026 05:22:50 GMT</pubDate><r:package>boldR</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/boldR</r:upstream><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with boldR</r:title><r:created>2026-06-27 22:46:26</r:created><r:modified>2026-06-27 22:46:26</r:modified></r:article></item><item><title>[circadia-bio] mrpheus 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><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 &amp; 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.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555569073</link><pubDate>Mon, 29 Jun 2026 05:21:25 GMT</pubDate><r:package>mrpheus</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/mrpheus</r:upstream><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with mrpheus</r:title><r:created>2026-06-27 14:06:35</r:created><r:modified>2026-06-27 14:06:35</r:modified></r:article></item><item><title>[circadia-bio] hypnoR 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>Provides a staging-agnostic layer for hypnogram ingestion,
sleep architecture metric computation, cycle segmentation, and
transition analysis. Accepts full AASM-staged hypnograms (W /
N1 / N2 / N3 / REM) from mrpheus and coarser actigraphy-derived
hypnograms (W / Sleep / Quiet sleep) from zeitR; all metric
functions degrade gracefully depending on staging resolution.
Includes publication-ready plotting via theme_circadia().
Designed as the hypnogram layer of the Circadia Lab ecosystem,
feeding into syncR::sync().</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555567860</link><pubDate>Mon, 29 Jun 2026 05:20:45 GMT</pubDate><r:package>hypnoR</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/hypnoR</r:upstream><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with hypnoR</r:title><r:created>2026-06-27 09:59:09</r:created><r:modified>2026-06-27 09:59:09</r:modified></r:article></item><item><title>[circadia-bio] syncR 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>syncR is the integrator and coordinator of the Circadia
Lab R ecosystem. It pulls sociodemographic and questionnaire
data from tallieR, sleep diary data from slumbR, and
actigraphy-derived circadian metrics from zeitR into a single
unified, participant-indexed database. syncR::sync() — pulling
everything into alignment, just like the SCN does.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555565544</link><pubDate>Mon, 29 Jun 2026 05:19:56 GMT</pubDate><r:package>syncR</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/syncR</r:upstream><r:article><r:source>syncR.Rmd</r:source><r:filename>syncR.html</r:filename><r:title>Getting started with syncR</r:title><r:created>2026-06-23 20:41:18</r:created><r:modified>2026-06-23 22:05:21</r:modified></r:article></item><item><title>[circadia-bio] zeitR 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>Provides tools for importing, parsing, and analysing raw
actigraphy data from wrist-worn devices. Implements a full
sleep analysis pipeline — off-wrist detection, main sleep
period detection, nap detection, and WASO computation —
validated epoch-for-epoch against the Condor circadiaBase
Python reference pipeline using ActTrust hardware. Also
computes standard non-parametric circadian rhythm variables
(interdaily stability, intradaily variability, relative
amplitude, L5, M10). Device-specific parameter presets can be
swapped to adapt the pipeline to other actigraph models.
Designed to complement slumbR in the Circadia Lab ecosystem.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555562526</link><pubDate>Mon, 29 Jun 2026 05:18:54 GMT</pubDate><r:package>zeitR</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/zeitR</r:upstream><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with zeitR</r:title><r:created>2026-06-19 21:23:22</r:created><r:modified>2026-06-20 00:28:23</r:modified></r:article><r:article><r:source>npcra.Rmd</r:source><r:filename>npcra.html</r:filename><r:title>Non-parametric circadian rhythm analysis</r:title><r:created>2026-06-20 00:28:23</r:created><r:modified>2026-06-20 00:28:23</r:modified></r:article><r:article><r:source>sleep-analysis.Rmd</r:source><r:filename>sleep-analysis.html</r:filename><r:title>Single-recording sleep analysis</r:title><r:created>2026-06-23 10:17:33</r:created><r:modified>2026-06-23 10:17:33</r:modified></r:article><r:article><r:source>study-analysis.Rmd</r:source><r:filename>study-analysis.html</r:filename><r:title>Study-level analysis</r:title><r:created>2026-06-20 00:28:23</r:created><r:modified>2026-06-20 00:28:23</r:modified></r:article></item><item><title>[circadia-bio] circadia 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>Provides the shared visual identity for the Circadia Lab R
ecosystem: colour palettes, ggplot2 theme, and ggplot2 scales.
Palettes cover qualitative, sequential, and diverging use cases
anchored on the lab's brand colours. Designed to be used
alongside zeitR, slumbR, tallieR, and syncR.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555561316</link><pubDate>Wed, 24 Jun 2026 23:46:23 GMT</pubDate><r:package>circadia</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/circadia</r:upstream><r:article><r:source>diverging-palettes.Rmd</r:source><r:filename>diverging-palettes.html</r:filename><r:title>Diverging palettes</r:title><r:created>2026-06-24 23:16:57</r:created><r:modified>2026-06-24 23:16:57</r:modified></r:article><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with circadia</r:title><r:created>2026-06-24 14:53:57</r:created><r:modified>2026-06-24 14:53:57</r:modified></r:article><r:article><r:source>qualitative-palettes.Rmd</r:source><r:filename>qualitative-palettes.html</r:filename><r:title>Qualitative palettes</r:title><r:created>2026-06-24 23:16:57</r:created><r:modified>2026-06-24 23:16:57</r:modified></r:article><r:article><r:source>sequential-palettes.Rmd</r:source><r:filename>sequential-palettes.html</r:filename><r:title>Sequential palettes</r:title><r:created>2026-06-24 23:16:57</r:created><r:modified>2026-06-24 23:16:57</r:modified></r:article></item><item><title>[circadia-bio] Ritable 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>Provides profile-likelihood variance-components estimation
of narrow-sense heritability (h2) for quantitative traits in
family cohort studies. Additive genetic relationship matrices
are built from pedigrees via 'kinship2'. Phenotypes are
inverse-normal transformed internally. Likelihood-ratio tests
use a one-sided chi-squared boundary correction equivalent to
SOLAR Eclipse. Ninety-five percent confidence intervals are
derived from the profile likelihood rather than Wald
approximations. Batch estimation over many traits returns tidy
data frames ready for downstream visualisation (forest plots,
heatmaps).</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28557278993</link><pubDate>Mon, 08 Jun 2026 11:41:14 GMT</pubDate><r:package>Ritable</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/R-itable</r:upstream><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with R-itable</r:title><r:created>2026-05-28 12:50:57</r:created><r:modified>2026-06-08 11:41:14</r:modified></r:article></item><item><title>[circadia-bio] tallieR 0.2.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>A companion package for the ScoreMe app
(https://scoreme.circadia-lab.uk). Provides tools to import
participant JSON exports, re-score validated questionnaires,
and assemble tidy wide and long study-level data frames ready
for downstream analysis in R. Stable instruments: ESS, ISI,
DBAS-16, MEQ, PSQI, RU-SATED, STOP-BANG, KSS, MCTQ. Beta
instruments (scoring ported from ScoreMe, not yet independently
validated in tallieR): PHQ-2, PHQ-9, PHQ-15, GAD-7, GAD-2,
BDI-II, BAI, DASS-21, PANSS, STAI-S, STAI-T, WHOQOL-BREF,
MacArthur SSS, IPAQ-S, GPAQ, GSQ, AQ-10.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555564758</link><pubDate>Fri, 22 May 2026 12:30:07 GMT</pubDate><r:package>tallieR</r:package><r:version>0.2.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/tallieR</r:upstream><r:article><r:source>custom-instruments.Rmd</r:source><r:filename>custom-instruments.html</r:filename><r:title>Custom instruments in tallieR</r:title><r:created>2026-05-22 12:30:07</r:created><r:modified>2026-05-22 12:30:07</r:modified></r:article><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with tallieR</r:title><r:created>2026-05-14 15:29:24</r:created><r:modified>2026-05-22 12:30:07</r:modified></r:article><r:article><r:source>longitudinal-data.Rmd</r:source><r:filename>longitudinal-data.html</r:filename><r:title>Longitudinal data in tallieR</r:title><r:created>2026-05-22 12:30:07</r:created><r:modified>2026-05-22 12:30:07</r:modified></r:article><r:article><r:source>reliability-analysis.Rmd</r:source><r:filename>reliability-analysis.html</r:filename><r:title>Reliability analysis in tallieR</r:title><r:created>2026-05-22 12:30:07</r:created><r:modified>2026-05-22 12:30:07</r:modified></r:article></item><item><title>[circadia-bio] slumbR 0.1.0</title><author>lucas.franca@northumbria.ac.uk (Lucas França)</author><description>A companion package for the Sleep Diaries app
(https://sleepdiaries.circadia-lab.uk). Provides tools to
import participant JSON exports, compute standard sleep
variables (sleep onset latency, total sleep time, sleep
efficiency, WASO, etc.), re-score validated sleep
questionnaires (ESS, ISI, DBAS-16, MEQ, PSQI, RU-SATED,
STOP-BANG, MCTQ), and assemble tidy study-level data frames
ready for downstream analysis.</description><link>https://github.com/r-universe/circadia-bio/actions/runs/28555563401</link><pubDate>Thu, 14 May 2026 17:48:52 GMT</pubDate><r:package>slumbR</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://circadia-bio.r-universe.dev</r:repository><r:upstream>https://github.com/circadia-bio/slumbR</r:upstream><r:article><r:source>getting-started.Rmd</r:source><r:filename>getting-started.html</r:filename><r:title>Getting started with slumbR</r:title><r:created>2026-05-13 22:23:35</r:created><r:modified>2026-05-13 22:23:35</r:modified></r:article></item></channel></rss>