> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/microarray/non-human-methylation/microarray-non-human-methylation-troubleshooting-list/000006306.md).

# How to obtain Unmethylated and Methylated signal in GenomeStudio for each CpG in the Infinium MethylationEPIC Array

For Illumina Methylation arrays, the Beta value is used as a quantitative measure of DNA methylation at a given CpG site. It represents the proportion of methylated signal relative to the total signal intensity and is calculated using the following formula:

![](/files/LUAZ9EgIsNS57SKm1JN8)

**Figure 1.** Formula for calculating the Beta value.

where:

* Signal A corresponds to the unmethylated intensity value, and
* Signal B corresponds to the methylated intensity value.

The constant value of 100 is included to stabilize Beta values, particularly at low signal intensities.

To obtain the Signal\_A (Unmethylated) and Signal\_B (Methylated) values in GenomeStudio v2011.1, users must access these data within the Methylation Module.

The following steps outline how to view and export these signal intensities for downstream analysis.

1. Under the Sample Methylation Profile table, select the "Column Chooser" icon

![](/files/KBPqLgd5ItGN3wO1LMEq)

**Figure 2.** Column Chooser icon in the Sample Methylation Profile table.

2. The "Column Chooser" window pops up. Under Hidden Subcolumns on the right side, highlight "Signal\_A" and "Signal\_B". Click the "<=Show" button.

![](/files/4nld6PTXrAoc4xtvhdP5)

**Figure 3.** Selection of Signal\_A and Signal\_B subcolumns within the Sample Methylation Profile Column Chooser.

3. Signal\_A and Signal\_B appear in the Displayed Subcolumns.

![](/files/avO2PV5JKs4EOlPAK766)

**Figure 4.** Addition of Signal\_A and Signal\_B to the Displayed Subcolumns section in the Column Chooser.

4. The Signal\_A and Signal\_B columns appear as subcolumns under each sample, with corresponding values for each cg probe. The total intensity is calculated as:

Intensity = Signal\_A + Signal\_B.

![](/files/8LuEK6tGZgpIrr0Bbirp)

**Figure 5.** Display of Signal A and Signal B columns in the Sample Methylation Profile table after column customization.

**Additional references:**

* [GenomeStudio Methylation Module v1.8 User Guide](https://support.illumina.com/downloads/genomestudio-2011-1-user-guides.html)
* Support Webinar: [Infinium Methylation - Intro to GenomeStudio and BeadArray Controls Reporter Support Webinar Video](https://github.com/illumina-swi/illumina-knowledge/tree/master/articles/Knowledge/Infinium-Methylation-Introduction-to-GenomeStudio-analysis-and-BeadArray-Controls-Reporter-Support-Webinar-Video/README.md)

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                   |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #6306), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000008062%20-%20Microarray%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# 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://knowledge.illumina.com/microarray/non-human-methylation/microarray-non-human-methylation-troubleshooting-list/000006306.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.
