# Variant table row formatting

The formatting of variant table rows provides visual cues about the variant status for the current user within a specific case.

{% columns %}
{% column %}

#### Variant viewing status

Font weight indicates whether the variant has been viewed by the current user:

* **Viewed**: Displayed in **regular font weight**.\
  A variant is marked as viewed if the user opened the variant page before the case was finalized
* **Not viewed**: Displayed in **bold font weight**

{% hint style="info" %}
**Note:** After a case [reanalysis](https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/reviewing_a_case/editing_an_existing_case), all variants appear as **not viewed**.
{% endhint %}
{% endcolumn %}

{% column %}

#### Variant tagging status

Font color indicates whether the variant has been tagged, either by any user or by the AI Shortlist:

* **Not tagged:** Displayed in **black font**
* **Tagged by the AI Shortlist:** Displayed in **green font**
* **Tagged by any user:** Displayed in **blue font**
  {% endcolumn %}
  {% endcolumns %}

<table><thead><tr><th width="327.66668701171875">Formatting of the variant table row</th><th width="226.111083984375">Viewed by the current user?</th><th>Tagged?</th></tr></thead><tbody><tr><td><img src="https://1131024994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCW0DnLlE7QjoZPNmKIi%2Fuploads%2Fgit-blob-8769da9463ee0eef45d1ded239ac0d9eb663e422%2Fv_t_1.png?alt=media" alt=""></td><td><mark style="color:red;">no</mark></td><td><mark style="color:red;">no</mark></td></tr><tr><td><img src="https://1131024994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCW0DnLlE7QjoZPNmKIi%2Fuploads%2Fgit-blob-90db86d459baaaf3f03fda8cba5034d63d21002e%2Fv_t_2.png?alt=media" alt=""></td><td><mark style="color:red;">no</mark></td><td><mark style="color:green;">by the AI Shortlist</mark></td></tr><tr><td><img src="https://1131024994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCW0DnLlE7QjoZPNmKIi%2Fuploads%2Fgit-blob-6aeb93c9618c2d1f7336572a4eb14dc0f593acf4%2Fv_t_3.png?alt=media" alt=""></td><td><mark style="color:red;">no</mark></td><td><mark style="color:green;">by a user</mark></td></tr><tr><td><img src="https://1131024994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCW0DnLlE7QjoZPNmKIi%2Fuploads%2Fgit-blob-719c951a4e803db146298075d41309f7edc0a152%2Fv_t_4.png?alt=media" alt=""></td><td><mark style="color:green;">yes</mark></td><td><mark style="color:red;">no</mark></td></tr><tr><td><img src="https://1131024994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCW0DnLlE7QjoZPNmKIi%2Fuploads%2Fgit-blob-540966bf7365a2e0cbe43d8bb7e554761c3629d0%2Fv_t_5.png?alt=media" alt=""></td><td><mark style="color:green;">yes</mark></td><td><mark style="color:green;">by the AI Shortlist</mark></td></tr><tr><td><img src="https://1131024994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGCW0DnLlE7QjoZPNmKIi%2Fuploads%2Fgit-blob-35c9dc1030b1f4ae801c8ef75d79253a8d81ab2e%2Fv_t_6.png?alt=media" alt=""></td><td><mark style="color:green;">yes</mark></td><td><mark style="color:green;">by a user</mark></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/reviewing_a_case/analysis-tools-tab/analysis_tools_tab/variant_table/variant-table-row-formatting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
