OmniBioAI
Sign in

GWAS & Population Genetics

Population QC, ancestry PCA, and GWAS using containerized PLINK2 pipelines.
Category: Genomics Engine: Docker driver Outputs: out/artifacts.json

Create a GWAS run

Provide the prefix (without extension). Requires .pgen/.pvar(.zst)/.psam.
Header must start with IID/FID (PLINK2 requirement when using --pheno-name).
Example: age,sex,PC1,PC2. Leave blank for unadjusted GWAS.
Use logistic for binary phenotypes; linear for quantitative traits.
This page assumes you mount inputs inside the driver as /in/genotypes and /in/pheno.tsv. Later we can add uploads / dataset-picker integration.