AutomationResearch InfrastructureFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
FI

filtering-best-practices

Maintainer FreedomIntelligence · Last updated April 1, 2026

filtering-best-practices.

OpenClawNanoClawAnalysisReproductionfiltering-best-practicesopenclaw medical skillsadditional scientific toolsfiltering

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/filtering-best-practices

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • gatk VariantFiltration \ -R reference.fa \ -V raw_snps.vcf \ -O filtered_snps.vcf \ --filter-expression "QD < 2.0" --filter-name "QD2" \ --filter-expression "FS > 60.0" --filter-name "FS60" \ --filter-expression "MQ < 40.0" --filter-name "MQ40" \ --filter-expression "MQRankSum < -12.5" --filter-name "MQRankSum-12.5" \ --filter-expression "ReadPosRankSum < -8.0" --filter-name "ReadPosRankSum-8" \ --filter-expression "SOR > 3.0" --filter-name "SOR3.
  • gatk VariantFiltration \ -R reference.fa \ -V raw_indels.vcf \ -O filtered_indels.vcf \ --filter-expression "QD < 2.0" --filter-name "QD2" \ --filter-expression "FS > 200.0" --filter-name "FS200" \ --filter-expression "ReadPosRankSum < -20.0" --filter-name "ReadPosRankSum-20" \ --filter-expression "SOR > 10.0" --filter-name "SOR10".

Source Doc

Excerpt From SKILL.md

Understanding Quality Metrics

MetricMeaningGood Value
QDQuality by Depth>2 (variant quality normalized by depth)
FSFisher Strand<60 SNP, <200 indel (strand bias)
MQMapping Quality>40 (RMS mapping quality)
MQRankSumMQ Rank Sum>-12.5 (ref vs alt mapping quality)
ReadPosRankSumRead Position>-8 (position in read bias)
SORStrand Odds Ratio<3 SNP, <10 indel (strand bias)
DPDepthSample-specific, avoid extremes
GQGenotype Quality>20 (confidence in genotype)

Hard filter (remove variants)

bcftools filter -e 'QUAL<30' input.vcf.gz -o filtered.vcf

Soft filter (mark, don't remove)

bcftools filter -s 'LowQual' -e 'QUAL<30' input.vcf.gz -o marked.vcf

Use cases

  • Use filtering-best-practices in research workflows aligned with this subject area.
  • Follow the upstream documentation for the full working procedure.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • variant-calling/variant-calling - Generate VCF files
  • variant-calling/gatk-variant-calling - GATK VQSR
  • variant-calling/variant-annotation - Annotation after filtering
  • variant-calling/vcf-statistics - Evaluate filter effects

Related skills

Related skills

Back to directory
CE
AutomationResearch Infrastructure

cellular-senescence-agent

Cellular senescence analysis: marker scoring, SASP profiling, tissue aging assessment.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
CO
AutomationResearch Infrastructure

consensus-sequences

consensus-sequences.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
DO
AutomationResearch Infrastructure

docx

A user may ask you to create, edit, or analy.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
IM
AutomationResearch Infrastructure

image-analysis

image-analysis.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView