Agent skill · Data & Analytics

bio-temporal-genomics-circadian-rhythms

Detects circadian and ultradian rhythms in time-series omics data using CosinorPy cosinor models, MetaCycle (JTK_CYCLE, ARSER), and RAIN non-parametric tests. Fits cosine models to estimate phase and amplitude, tests rhythmicity significance at pre-specified periods. Use when testing for 24-hour or other known-period oscillations in circadian, feeding-fasting, or light-dark cycle experiments. Not for unknown-period discovery (see temporal-genomics/periodicity-detection).

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill circadian-rhythms --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 8 KB
Bundled scripts: yes
Path: skills/bioskills/circadian-rhythms/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Version Compatibility Reference examples tested with: R stats (base), pandas 2.2+, statsmodels 0.14+ Before using code patterns, verify installed versions match. If versions differ: - Python: `pip show <package>` then `help(module.function)` to check signatures - R: `packageVersion('<pkg>')` then `?function_name` to verify parameters If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying. # Circadian Rhythm Detection **"Test which genes in my time-course data have circadian rhythms"** → Fit cosinor models at a specified period (typically 24h) to expression time series, estimating amplitude, phase (acrophase), and rhythmicity significance for each gene. - Python: `CosinorPy.cosinor.fit_group()` for cosinor regression - R: `MetaCycle::meta2d()` for multi-method rhythmicity testing (JTK_CYCLE + ARSER) Identifies periodic gene expression patterns at known periods (typically 24h) using cosinor regression, non-parametric rhythmicity tests, and meta-analysis approaches combining multiple methods. ## Core Workflow 1. Prepare time-series expression matrix (genes x timepoints) 2. Fit cos

What's inside
Steps it walks through
  1. Version Compatibility
  2. Core Workflow
  3. CosinorPy (Python)
  4. Single-Component Cosinor
  5. Multi-Component Cosinor
  6. Population-Mean Cosinor
  7. Batch Processing
  8. MetaCycle (R)
  9. MetaCycle Output Interpretation (R stats (base)+)
  10. RAIN (R/Bioconductor)
  11. DiscoRhythm (R/Bioconductor)
  12. Parameter Guide
  13. Method Selection
  14. Related Skills
Ships with 3 files
  • examples/cosinor_analysis.py
  • examples/jtk_cycle_metacycle.R
  • usage-guide.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-temporal-genomics-circadian-rhythms skill do?

Detects circadian and ultradian rhythms in time-series omics data using CosinorPy cosinor models, MetaCycle (JTK_CYCLE, ARSER), and RAIN non-parametric tests. Fits cosine models to estimate phase and amplitude, tests rhythmicity significance at pre-specified periods. Use when testing for 24-hour or other known-period oscillations in circadian, feeding-fasting, or light-dark cycle experiments. Not for unknown-period discovery (see temporal-genomics/periodicity-detection).

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill circadian-rhythms --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going