Agent skill · Code Review & Quality

bio-rna-quantification-count-matrix-qc

Quality control and exploration of RNA-seq count matrices before differential expression. Check for outliers, batch effects, and sample relationships. Use when assessing count matrix quality before DE analysis.

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

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

Facts
Files in the skill folder: 4
SKILL.md size: 7 KB
Bundled scripts: yes
Path: skills/bioskills/count-matrix-qc/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+, ggplot2 3.5+, matplotlib 3.8+, numpy 1.26+, pandas 2.2+, scanpy 1.10+, scikit-learn 1.4+, scipy 1.12+, seaborn 0.13+ 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. # Count Matrix QC **"Check my count matrix for outliers and batch effects"** → Perform PCA, sample-sample correlation, library size assessment, and outlier detection before running differential expression. - R: `DESeq2::vst()` → `plotPCA()`, sample distance heatmap - Python: `sklearn.decomposition.PCA`, `seaborn.clustermap` Quality control and exploratory analysis of count matrices before differential expression. ## Load and Inspect Counts **Goal:** Assess count matrix quality before differential expression by detecting outliers, batch effects, and sample relationship problems. **Approach:** Load counts into DE

What's inside
Steps it walks through
  1. Version Compatibility
  2. Load and Inspect Counts
  3. R
  4. Python
  5. Basic Statistics
  6. Filter Low-Count Genes
  7. Normalize for Visualization
  8. R (DESeq2 VST)
  9. Python (log2 CPM)
  10. Sample Correlation
  11. PCA Analysis
  12. Detect Outliers
  13. Check for Batch Effects
  14. Library Complexity
Ships with 3 files
  • examples/qc_analysis.py
  • examples/qc_report.R
  • usage-guide.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the bio-rna-quantification-count-matrix-qc skill do?

Quality control and exploration of RNA-seq count matrices before differential expression. Check for outliers, batch effects, and sample relationships. Use when assessing count matrix quality before DE analysis.

How do I install it?

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