What problem does it solve? Working with large collections of VCF/BCF files is slow and memory-intensive, especially when merging samples or querying specific genomic regions across many samples. This Skill provides scalable ingestion, incremental sample addition, compressed storage, and parallel querying of variant data using TileDB-VCF. ## Core Features & Use Cases - Dataset Creation and Ingestion: Build TileDB-VCF datasets from single-sample VCF/BCF files and add new samples incrementally without re-processing existing data. - Efficient Querying and Filtering: Query variants by genomic region, sample, and attributes (alleles, genotypes, INFO/FORMAT fields) with high performance, locally or on S3, Azure, and GCS. - Export and Population Genomics: Export subsets to VCF/BCF/TSV and support workflows like GWAS preparation, allele frequency calculation, and cohort quality control. - Use Case: Imagine you are building a variant database for a cohort study with hundreds of samples. Use this Skill to ingest the VCFs into a TileDB dataset, then query chr21 variants across selected samples and export the subset for downstream analysis. ## Quick Start Create a TileDB-VCF dataset from my single-sample VCF files and query variants in chr1:1000000-2000000 for the first three samples.