README: Column Description

This page documents the meaning of each fileds (columns) used in the variant databases available in PubMind.

For the column that has | in it, it means the aggregated value for each record of a variant. The order of different columns should match. For example, the order in column formatted_reference should match with LLM_reasoning and pathogenicity.

Common Fileds for All Variant Types

SNV Specific Fileds

Gene Fusion Specific Fileds

SV & CNV Specific Fileds

Genomic (Coordinate) Specific Fields

API access

PubMind-DB provides summary-level API endpoints for programmatic access. The API returns aggregate counts, pathogenicity scores, and links back to the PubMind-DB website. Detailed per-record information is not returned through the API; please use the PubMind-DB website for detailed records.

Example: summary search for the BRCA1 gene.

curl "https://pubmind.wglab.org/api/summary?query=BRCA1&field=gene"

The same request can be opened directly in a browser:

https://pubmind.wglab.org/api/summary?query=BRCA1&field=gene

Example: summary lookup for PVID118384.

curl "https://pubmind.wglab.org/api/pvid/PVID118384"

The same PVID request can be opened directly in a browser:

https://pubmind.wglab.org/api/pvid/PVID118384

Download the full database

If you have questions or suggestions, please visit the GitHub repo.