数据与复现生物信息与基因组学FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-ribo-seq-orf-detection

维护者 FreedomIntelligence · 最近更新 2026年4月1日

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.

OpenClawNanoClaw分析处理复现实验bio-ribo-seq-orf-detection🧬 bioinformatics (gptomics bio-* suite)bioinformatics — differential expression & transcriptomicsdetect

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-ribo-seq-orf-detection

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • CLI:RiboCode ,用于 periodicity-based ORF detection。
  • R:ORFik ,用于 ORF quantification 、 annotation。
  • 检测 translated ORFs ,面向 my Ribo-seq data" → Identify actively translated open reading frames ,涵盖 uORFs 、 novel ORFs ,使用 3-nucleotide periodicity as evidence of active translation. CLI:RiboCode ,用于 periodicity-based ORF detection R:ORFik ,用于 ORF quantification 、 annotation。
  • prepare_transcripts \ -g annotation.gtf \ -f genome.fa \ -o ribocode_annot。

原始文档

SKILL.md 摘录

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.


## Step 2: Run RiboCode

RiboCode \
    -a ribocode_annot \
    -c config.txt \
    -l 27,28,29,30 \
    -o output_prefix

## One-Step RiboCode

**Goal:** Run the complete ORF detection pipeline in a single command without separate annotation preparation.

**Approach:** Use RiboCode_onestep which combines annotation preparation, offset determination, and ORF calling.

```bash

适用场景

  • 适合在identifying translated regions beyond annotated coding sequences 或 quantifying ORF-level translation时使用。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

上游相关技能

  • ribosome-periodicity - Validate ORF calling
  • translation-efficiency - Quantify ORF translation
  • differential-expression - Compare ORF expression

相关技能

相关技能

返回目录
AG
数据与复现生物信息与基因组学

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AL
数据与复现生物信息与基因组学

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ t…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现生物信息与基因组学

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现生物信息与基因组学

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看