> 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/dragen-array/dragen-array-v1.0/reference/pgx-allele-definitions-and-pgx-guidelines.md).

# PGx Allele Definitions and PGx Guidelines

DRAGEN Array star allele calling leverages the star allele definitions provided by PharmVar and PharmGKB. DRAGEN Array star allele phenotype annotation, using the “star-alle annotate” command, is achieved through direct lookup into public PGx guidelines CPIC or DPWG, which is selected by the user when running DRAGEN Array.

See table below for details of the data sources.

| Data Source     | Version             | URL                                                                                    |
| --------------- | ------------------- | -------------------------------------------------------------------------------------- |
| PharmVar        | 6.0.5               | <https://www.pharmvar.org>                                                             |
| PharmGKB        | Snapshot-2023.08.30 | <https://www.pharmgkb.org/>                                                            |
| CPIC guidelines | 1.30.0              | <p><https://cpicpgx.org/guidelines/></p><p><https://github.com/cpicpgx/cpic-data/></p> |
| DPWG guidelines | June 2023           | <https://www.pharmgkb.org/page/dpwgMapping>                                            |

DRAGEN Array “star-alle annotate” command provides both metabolizer status and activity score annotations for genes covered by the CPIC and DPWG guidelines.

Specifically, CPIC metabolizer/phenotype annotations are supported for CACNA1S, CYP2B6, CYP2C19, CYP2C9, CYP2D6, CYP3A5, DPYD, G6PD, MT-RNR1, NUDT15, RYR1, SLCO1B1, TPMT, UGT1A1, CFTR, IFNL3/IFNL4 and VKORC1, among them activity scores are supported for CYP2C9, CYP2D6, and DPYD. DPWG metabolizer/phenotype annotations are supported for CYP1A2, CYP2B6, CYP2C19, CYP2C9, CYP2D6, CYP3A4, CYP3A5, DPYD, NUDT15, SLCO1B1, TPMT, UGT1A1, VKORC1 and F5, among them activity scores are supported for CYP2D6 and DPYD.


---

# 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/dragen-array/dragen-array-v1.0/reference/pgx-allele-definitions-and-pgx-guidelines.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.
