--- license: cc-by-4.0 task_categories: - tabular-classification language: - en tags: - biology - genomics - clinical-genetics - missense-variants - loss-of-function - gain-of-function - variant-effect-prediction - benchmark - precision-medicine size_categories: - 100K 1%. ## Dataset Schema | Field | Type | Description | |-------|------|-------------| | VARIANTKEY | String | Unique variant identifier: `chr-position-ref-alt` (GRCh38) | | LABEL | String | Functional classification: `Neutral`, `LOF`, or `GOF` | | ENSG | String | Ensembl gene identifier | | GENE_SYMBOL | String | HGNC gene symbol | | AA_POSITION | Integer | Amino acid substitution position in the canonical protein | | PROTEIN_REF | Character | Reference (wild-type) amino acid | | PROTEIN_ALT | Character | Alternate (mutant) amino acid | ## Class Distribution | Class | Variants | Percentage | Genes | |-------|----------|------------|-------| | Neutral | 83,902 | 74.6% | 2,749 | | LOF | 25,368 | 22.6% | 2,020 | | GOF | 3,129 | 2.8% | 260 | ## Usage ```python from datasets import load_dataset dataset = load_dataset("victormaricato/glof") ``` ## License This dataset is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.