tiledbvcf

Store and query large genomic variant datasets with incremental sample addition.

22|4|Updated May 25, 2026
One-click install
npx skills add https://github.com/crazymsn/academic-skills --skill tiledbvcf-crazymsn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiledbvcf
Source: https://github.com/crazymsn/academic-skills/tree/main/academic-skills/tiledbvcf
Command: npx skills add https://github.com/crazymsn/academic-skills --skill tiledbvcf-crazymsn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TileDB-VCF enables efficient storage and retrieval of genomic variant data, addressing the challenge of handling large VCF/BCF datasets with incremental sample addition and scalable queries.

Core Features & Use Cases

  • Efficient single-sample ingestion, scalable storage, and incremental sample addition across cohorts
  • Fast region-based queries and exports for population genomics and clinical pipelines
  • Use Case: Build population genomics datasets to compare allele frequencies across cohorts and prepare data for GWAS-ready analyses

Quick Start

Install TileDB-VCF in a Python environment, create a dataset, ingest samples, and run queries.

Frequently Asked Questions about tiledbvcf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store and query large VCF datasets for population genomics?

You can store and query large VCF datasets by ingesting samples into a TileDB-VCF array, which enables scalable storage, incremental sample addition, and fast region-based queries for population genomics pipelines.

Can I incrementally add new samples to an existing genomic variant dataset?

Yes, incremental sample addition is supported across cohorts. You can ingest single samples into an existing TileDB-VCF dataset without reprocessing the entire cohort, ensuring scalable storage and efficient updates.

What is the best way to run fast region-based queries on genomic variants?

Fast region-based queries are executed directly against the TileDB-VCF storage array, allowing you to rapidly filter and export genomic variants by specific genomic regions for clinical or population genomics analyses.

Does TileDB-VCF work with cloud storage for genomics pipelines?

Yes, TileDB-VCF supports both local and cloud storage backends for genomics pipelines, allowing you to store and query variant datasets efficiently while configuring memory, region, and sample handling parameters.

How do I prepare VCF data for GWAS-ready analyses across cohorts?

You can prepare VCF data for GWAS-ready analyses by using TileDB-VCF to build population genomics datasets, compare allele frequencies across cohorts, and export queried variant regions efficiently.

Do I need a Python environment to use TileDB-VCF for variant storage?

Yes, a Python or CLI interface is required to use TileDB-VCF. You need a Python environment to install the package, create datasets, ingest samples, and run configurable genomic variant queries.