> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/emedgene/emedgene-curate-manual/curate_variants/curate_variant_table.md).

# Curate Variant table

The **Curate Variant table** displays all variants stored in your organization’s **Curate** database. Use it to review variants at a glance.

You can:

* Sort the table by any column
* Reorder columns by drag-and-drop
* Adjust column width

<figure><img src="/files/jcbnrUzazBUsS0zuornD" alt="Curate Variant Table"><figcaption><p>Customizing <strong>Curate Variant table</strong> view</p></figcaption></figure>

## Search box

Use the search box above the **Curate Variant table** to quickly find variants. You can search by:

* **Gene symbol** (e.g., `BRCA1`)
* **Genomic position** (e.g., `chr17:43071077`)
* **Variant type** (e.g., `SNV`, `DEL`, `DUP`)

The table updates automatically based on your search.

{% hint style="info" %}
**Note:** CNV variants are included in results when the searched gene or position falls within the CNV range.
{% endhint %}

## Variant table columns

The **Curate Variant table** displays all variants stored in your organization's **Curate** database, along with key variant identifiers, pathogenicity classifications, and network interpretation data.

<table data-header-hidden><thead><tr><th width="179"></th><th></th></tr></thead><tbody><tr><td><strong>Gene</strong></td><td><p>Gene identifier.</p><ul><li>SNV/Indel/single-gene CNV: An <a data-footnote-ref href="#user-content-fn-1">HGNC</a>-approved gene symbol</li><li>Multi-gene CNVs: A list of HGNC-approved gene symbols and the number of genes included if only part of the list is shown.</li></ul><p><i class="fa-check">:check:</i> <strong>Tip:</strong> If only the beginning of the list is displayed in the table, you can see the full gene list in the pop-up tooltip.<br><i class="fa-sort">:sort:</i> Supports alphabetical sorting.</p></td></tr><tr><td><strong>Type</strong></td><td><p>Specifies whether the variant is SNV, Indel, CNV, SV, STR, or other.</p><p><i class="fa-sort">:sort:</i> Supports alphabetical sorting.</p></td></tr><tr><td><strong>Variant Details</strong></td><td><p>Displays genomic coordinates and basic variant identifiers.</p><p>Variant details reflect the genome reference selected in the left navigation panel.</p><ul><li>SNV/Indel: Genomic position, nucleotide change, and dbSNP ID</li><li>CNV/SV: Genomic coordinates and variant size</li></ul><p><i class="fa-sort">:sort:</i> Supports sorting by genomic start location.</p></td></tr><tr><td><strong>Pathogenicity</strong></td><td><p>Pathogenicity classification.</p><p><i class="fa-sort">:sort:</i> Supports alphabetical sorting.</p></td></tr><tr><td><strong>Network</strong></td><td><p>Displays pathogenicity classifications assigned by partnering organizations.</p><p>The column uses a color-coded indicator that summarizes how the variant is classified across the network:</p><ul><li><strong>Red</strong>: Pathogenic or Likely Pathogenic.</li><li><strong>Orange</strong>: VUS.</li><li><strong>Green</strong>: Benign or Likely Benign.</li><li><strong>Mixed colors</strong>: Connected organizations have assigned conflicting classifications.</li><li><strong>No indicator</strong>: No connected organization has assigned classification.</li></ul><p><i class="fa-check">:check:</i> <strong>Tip:</strong> hover over the badge to see pathogenicity.</p><p><i class="fa-sort">:sort:</i> Supports alphabetical sorting.</p></td></tr></tbody></table>

[^1]: HUGO Gene Nomenclature Committee


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/emedgene/emedgene-curate-manual/curate_variants/curate_variant_table.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
