Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-workflows-gwas-pipeline

Maintainer FreedomIntelligence · Last updated April 1, 2026

GWAS: QC → imputation → association → fine-mapping → annotation.

OpenClawNanoClawAnalysisReproductionbio-workflows-gwas-pipeline🧠 bioos extended suitebioos extended bioinformatics suitegwas

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-gwas-pipeline

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Complete workflow for genome-wide association studies from genotype data to significant associations.
  • plink2 --vcf input.vcf.gz \ --make-bed \ --out study.

Source Doc

Excerpt From SKILL.md

Or with phenotype/covariate files

plink2 --vcf input.vcf.gz
--pheno phenotypes.txt
--make-bed
--out study


## Calculate sample statistics

plink2 --bfile study \
    --missing \
    --out study_stats

## Remove samples with high missing rate (>5%)

plink2 --bfile study \
    --mind 0.05 \
    --make-bed \
    --out study_sample_qc

Use cases

  • Use bio-workflows-gwas-pipeline for genomics and bioinformatics workflows.
  • Apply bio-workflows-gwas-pipeline to sequencing, variant, or omics analysis tasks.

Not for

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

Upstream Related Skills

  • population-genetics/plink-basics - PLINK file formats and commands
  • population-genetics/population-structure - PCA and admixture
  • population-genetics/association-testing - Statistical models
  • population-genetics/linkage-disequilibrium - LD concepts

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

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

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

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

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

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

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView