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

bio-fastq-quality

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

Work with FASTQ quality scores using Biopython. Use when analyzing read quality, filtering by quality, trimming low-quality bases, or generating quality reports.

OpenClawNanoClaw分析处理复现实验bio-fastq-quality🧬 bioinformatics (gptomics bio-* suite)bioinformatics — sequencing & read qcwork

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-fastq-quality

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Python:SeqIO.parse() ,支持 letter_annotations['phred_quality'] (BioPython)。
  • Filter my FASTQ reads by quality score" → Access,analyze,、 filter Phred quality scores,trim low-quality bases,、 generate per-position quality profiles. Python:SeqIO.parse() ,支持 letter_annotations['phred_quality'] (BioPython)。
  • 分析 、 manipulate FASTQ quality scores ,使用 Biopython。
  • solexa_score = 10 phred_score = phred_quality_from_solexa(solexa_score)。

原始文档

SKILL.md 摘录

Accessing Quality Scores

Quality scores are stored in letter_annotations['phred_quality'] as a list of integers.

Quality Score Basics

Phred ScoreError ProbabilityAccuracy
101 in 1090%
201 in 10099%
301 in 100099.9%
401 in 1000099.99%

Sliding Window Quality Trim

Goal: Trim a read at the first position where average quality in a sliding window drops below threshold.

Approach: Slide a fixed-size window across quality scores; when the window average falls below the cutoff, truncate the record at that position.

Reference (BioPython 1.83+):

适用场景

  • 适合在analyzing read quality,filtering by quality,trimming low-quality bases,或 generating quality reports时使用。

不适用场景

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

上游相关技能

  • read-sequences - Parse FASTQ files
  • filter-sequences - Filter reads by other criteria (length, content)
  • paired-end-fastq - Handle R1/R2 paired quality filtering
  • sequence-statistics - Generate summary statistics including quality
  • alignment-files - After filtering, align reads with bwa/bowtie2; quality scores in BAM

相关技能

相关技能

返回目录
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查看