Agent skill · Data & Analytics

bio-ribo-seq-orf-detection

Detect and quantify translated ORFs from Ribo-seq data including uORFs and novel ORFs using RiboCode and ORFquant. Use when identifying translated regions beyond annotated coding sequences or quantifying ORF-level translation.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill bio-ribo-seq-orf-detection --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: yes
Path: skills/bio-ribo-seq-orf-detection/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

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: BioPython 1.83+, DESeq2 1.42+, pandas 2.2+ 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 - CLI: `<tool> --version` then `<tool> --help` to confirm flags If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying. # ORF Detection **"Detect translated ORFs from my Ribo-seq data"** → Identify actively translated open reading frames including uORFs and novel ORFs using 3-nucleotide periodicity as evidence of active translation. - CLI: `RiboCode` for periodicity-based ORF detection - R: `ORFik` for ORF quantification and annotation ## RiboCode Workflow **Goal:** Detect actively translated ORFs from Ribo-seq data using 3-nucleotide periodicity as evidence of translation. **Approach:** Prepare transcript annotations, then run RiboCode with specified read lengths to identify ORFs with significant periodicity. ```bash # Step 1: Prepare annotation prepa

What's inside
Steps it walks through
  1. Version Compatibility
  2. RiboCode Workflow
  3. One-Step RiboCode
  4. RiboCode Output
  5. Parse RiboCode Results
  6. Alternative: RibORF
  7. Manual ORF Detection
  8. uORF Analysis
  9. ORF Categories
  10. ORFquant for ORF Quantification
  11. Installation
  12. Basic ORF Quantification
  13. P-site Corrected Quantification
  14. Detect and Quantify Novel ORFs
Ships with 2 files
  • examples/detect_orfs.sh
  • usage-guide.md
Commands it runs
Step 1: Prepare annotation
prepare_transcripts \
Step 2: Run RiboCode
RiboCode \
config.txt format:
SampleName  AlignmentFile  Stranded
sample1     sample1.bam    yes
All-in-one command
RiboCode_onestep \
RibORF uses random forest classifier
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the bio-ribo-seq-orf-detection skill do?

Detect and quantify translated ORFs from Ribo-seq data including uORFs and novel ORFs using RiboCode and ORFquant. Use when identifying translated regions beyond annotated coding sequences or quantifying ORF-level translation.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill bio-ribo-seq-orf-detection --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 FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 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