数据与复现科研绘图与可视化FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-consensus-sequences

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

bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在creating sample-specific reference sequences 或 reconstructing haplotypes时使用。

OpenClawNanoClaw分析处理写作整理bio-consensus-sequences🧬 bioinformatics (gptomics bio-* suite)bioinformatics — sequencing & read qcgenerate

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-consensus-sequences

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • CLI:bcftools consensus -f reference.fa input.vcf.gz。
  • Python:cyvcf2 + Bio.SeqIO ,用于 simple SNP-only cases。
  • 生成 consensus sequence ,面向 my VCF" → Apply called variants to reference FASTA,producing sample-specific genome ,支持 optional haplotype selection 、 low-coverage masking. CLI:bcftools consensus -f reference.fa input.vcf.gz Python:cyvcf2 + Bio.SeqIO ,用于 simple SNP-only cases。
  • samtools depth input.bam | awk '$3<10 {print $1"\t"$2-1"\t"$2}' > low_coverage.bed。

原始文档

SKILL.md 摘录

Haplotype Options

OptionDescription
-H 1First haplotype
-H 2Second haplotype
-H AApply all ALT alleles
-H RApply REF alleles where heterozygous
-IApply IUPAC ambiguity codes (separate flag)

IUPAC Codes for Heterozygous Sites

Heterozygous sites encoded with IUPAC ambiguity codes:

  • A/G → R
  • C/T → Y
  • A/C → M
  • G/T → K
  • A/T → W
  • C/G → S

Mark Low Coverage as N

Using a mask BED file:

适用场景

  • 适合在creating sample-specific reference sequences 或 reconstructing haplotypes时使用。

不适用场景

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

上游相关技能

  • variant-calling - Generate VCF for consensus
  • filtering-best-practices - Filter variants before consensus
  • variant-normalization - Normalize indels first
  • alignment-files/reference-operations - Reference manipulation

相关技能

相关技能

返回目录
BI
数据与复现科研绘图与可视化

bio-chipseq-visualization

bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-copy-number-cnv-visualization

bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-data-visualization-circos-plots

bio-data-visualization-circos-plots:Circular genome visualization ,支持 Circos 或 pycirclize。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-data-visualization-genome-tracks

bio-data-visualization-genome-tracks:Multi-panel genome track plots ,支持 pyGenomeTracks。

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