tiledbvcf

Manage large genomic variant datasets with TileDB-VCF for scalable storage and querying.

Updated May 17, 2026
One-click install
npx skills add https://github.com/galeep/plugin-place --skill tiledbvcf-galeep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiledbvcf
Source: https://github.com/galeep/plugin-place/tree/main/plugins/sci-bioinformatics-genomics/skills/tiledbvcf
Command: npx skills add https://github.com/galeep/plugin-place --skill tiledbvcf-galeep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tiledb-py, tiledbvcf-py, pandas, pyarrow, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the storage, retrieval, and analysis of genomic variant data, offering a high-performance solution for managing large-scale population genomics datasets.

Core Features & Use Cases

  • Scalable Storage: Efficiently stores and retrieves genomic variant data using TileDB's sparse array technology.
  • Incremental Ingestion: Adds new samples without reprocessing existing data.
  • Parallel Queries: Enables fast querying of variant data across genomic regions and samples.
  • Data Export: Exports data in various formats for downstream analysis.
  • Use Case: Ideal for building variant databases, conducting genome-wide association studies, and managing large-scale genomics workflows.

Quick Start

Use the tiledbvcf skill to create a new dataset and ingest VCF files: tiledbvcf create --uri my_dataset && tiledbvcf store --uri my_dataset --samples sample1.vcf.gz,sample2.vcf.gz

Frequently Asked Questions about tiledbvcf

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

FAQPage Schema
How do I manage large genomic variant datasets for population genomics analysis?

You can manage large genomic variant datasets using TileDB-VCF, which leverages sparse array technology to provide scalable storage, parallel querying across genomic regions, and incremental ingestion of new samples without reprocessing existing data.

Can I add new VCF samples to an existing genomic dataset without reprocessing the whole database?

Yes, TileDB-VCF supports incremental ingestion, allowing you to add new VCF samples to an existing dataset without reprocessing or rebuilding the entire genomic variant database, saving time and compute resources.

What's the best way to query genomic variant data across specific regions and samples?

The best way to query genomic variant data across specific regions and samples is using TileDB-VCF, which enables fast parallel queries through its Python interface and CLI, extracting relevant variants efficiently from sparse arrays.

Do I need TileDB-Py and pandas installed to use this genomics analysis Skill?

Yes, you need TileDB-Py and TileDB-VCF for the Python interface and CLI, along with pandas, pyarrow, and numpy, to run this Skill's genomic variant data management and analysis workflows effectively.

How do I export queried variant data for downstream genome-wide association studies?

You can export queried variant data in various formats suitable for downstream analysis like genome-wide association studies using the TileDB-VCF CLI, facilitating seamless integration with external bioinformatics workflows.

Does TileDB work with standard VCF files for building variant databases?

Yes, TileDB-VCF works directly with standard VCF files, allowing you to create a dataset and ingest compressed VCF files to build scalable variant databases suitable for large-scale genomics workflows.