> For the complete documentation index, see [llms.txt](https://help.partek.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.partek.illumina.com/partek-genomics-suite/tutorials/gene-expression-analysis/adding-gene-annotations.md).

# Adding gene annotations

During data importation, the GeneChip annotation file was linked to the imported data. This linked annotation information can be added as new columns to the ANOVA or gene list spreadsheets. For example, we can add additional annotation to the gene list we created from the ANOVA results as follows:

* In the *Down\_Syndrome\_vs\_Normal (A)* spreadsheet, right click on the second column header *2. ProbesetID* and select **Insert Annotation** from the pop-up menu (Figure 3)

![](/files/bhWJQamYfMw9hvI4FzdB)

Figure 1. Inserting an annotation

* Select **Chromosomal Location** under the *Column Configuration* panel (Figure 4). Leave everything else as default
* Select **OK**

![](/files/7GyhnO8ABMNvdhIM5hON)

Figure 2. Adding Chromosomal Location annotation

Interestingly, of the 23 genes of the *Down\_Syndrome\_vs\_Normal (A)* spreadsheet, 20 genes are located on chromosome 21. This suggests that the gene expression changes associated with Down syndrome observed in this study are primarily located on chromosome 21, not distributed throughout the genome, an important finding of this study.

To save changes to the spreadsheet, select the Save Active Spreadsheet icon (![](/files/4bjzLTigsTqmFgYnPSvW)).

## Additional Assistance

If you need additional assistance, please visit [our support page](http://www.partek.com/support) to submit a help ticket or find phone numbers for regional support.


---

# 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.partek.illumina.com/partek-genomics-suite/tutorials/gene-expression-analysis/adding-gene-annotations.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.
