Agent skill · Data & Analytics

bio-differential-expression-timeseries-de

Analyze time-series RNA-seq data using limma voom with splines, maSigPro, and ImpulseDE2. Identify genes with dynamic expression patterns. Use when analyzing time-series or longitudinal expression data.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill timeseries-de --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/bioskills/timeseries-de/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: DESeq2 1.42+, edgeR 4.0+, ggplot2 3.5+, limma 3.58+, scanpy 1.10+ Before using code patterns, verify installed versions match. If versions differ: - 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. # Time-Series Differential Expression Identify genes with significant temporal expression patterns in time-course experiments. ## Approaches | Method | Best For | |--------|----------| | limma with splines | Smooth temporal patterns | | maSigPro | Multiple time points, regression | | ImpulseDE2 | Impulse-like patterns | | DESeq2 LRT | Discrete time comparisons | ## limma with Splines **Goal:** Identify genes with smooth temporal expression patterns using flexible spline models. **Approach:** Fit voom-transformed counts with natural spline basis functions in limma, testing spline coefficients for significance. **"Find genes that change over time in my RNA-seq experiment"** → Model temporal expression using spline regression and test whether spline terms

What's inside
Steps it walks through
  1. Version Compatibility
  2. Approaches
  3. limma with Splines
  4. Setup
  5. Basic Time-Series Model
  6. Two Conditions Over Time
  7. Contrasts for Specific Comparisons
  8. maSigPro
  9. Installation
  10. Two-Step Regression
  11. Cluster Visualization
  12. ImpulseDE2
  13. Run ImpulseDE2
  14. DESeq2 Likelihood Ratio Test
Ships with 2 files
  • examples/timeseries_limma.R
  • usage-guide.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-differential-expression-timeseries-de skill do?

Analyze time-series RNA-seq data using limma voom with splines, maSigPro, and ImpulseDE2. Identify genes with dynamic expression patterns. Use when analyzing time-series or longitudinal expression data.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill timeseries-de --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