CE
Automation
cellular-senescence-agent
Cellular senescence analysis: marker scoring, SASP profiling, tissue aging assessment.
FreedomIntelligence/OpenClaw-Medical-SkillsView
Maintainer FreedomIntelligence · Last updated April 1, 2026
filtering-best-practices.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/filtering-best-practices
Skill Snapshot
Source Doc
| Metric | Meaning | Good Value |
|---|---|---|
| QD | Quality by Depth | >2 (variant quality normalized by depth) |
| FS | Fisher Strand | <60 SNP, <200 indel (strand bias) |
| MQ | Mapping Quality | >40 (RMS mapping quality) |
| MQRankSum | MQ Rank Sum | >-12.5 (ref vs alt mapping quality) |
| ReadPosRankSum | Read Position | >-8 (position in read bias) |
| SOR | Strand Odds Ratio | <3 SNP, <10 indel (strand bias) |
| DP | Depth | Sample-specific, avoid extremes |
| GQ | Genotype Quality | >20 (confidence in genotype) |
bcftools filter -e 'QUAL<30' input.vcf.gz -o filtered.vcf
bcftools filter -s 'LowQual' -e 'QUAL<30' input.vcf.gz -o marked.vcf
Related skills
Cellular senescence analysis: marker scoring, SASP profiling, tissue aging assessment.
consensus-sequences.
A user may ask you to create, edit, or analy.
image-analysis.