> 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/general/microarray-general-reference_material-list/000008344.md).

# Description of suffixes in the cg probes ID in Infinium MethylationEPIC v2.0

This article describes the new naming features in the Infinium MethylationEPIC v2.0 Arrays and the description of the suffixes in the cg probes ID.

**IlmnID is a composite of multiple information fields:**

**Name of the probe**

The name of the probe is determined by combining the locus target identifier, which designates the function of a given probe, with an eight digit code that relates to the probe sequence. In situations where the eight-digit code has not yet been generated, standard genomic coordinates are used.

Common locus target identifiers

* **cg** - CG probe
* **ca** - CAH probe
* **cc** - CCH probe
* **ct** - CTH probe
* **cl** - Control probe
* **rs** - SNP probe

**Strand\_TB**

Strand\_TB relates to whether the probe is designed to target the top or bottom strands of a given locus as defined by Illumina's standard designation for ambiguous SNP probes.

* **T** - Top strand
* **B** - Bottom strand

**Strand\_CO**

Strand\_CO refers to whether the probe is designed to target the originally bisulfite converted DNA strand, or the strand resulting from amplification of the originally converted DNA strand.

Converted/unconverted designations

* **C -** Converted strand
* **O -** Opposite strand

**Infinium Probe Design Type**

Infinium\_Design\_ Type refers to whether the probe utilizes a Type I design that uses two attempted bead types to probe a single locus, or a Type II design that uses one attempted bead type to probe a single locus.

Infinium design type designations

* **1 -** Infinium Type I design
* **2 -** Infinium Type II design

**Specific synthetic oligonucleotide probe replicate**

This value depends on how many times a probe was synthesized for representation on the array. For instance, if the probe was synthesized three separate times, the probe generated by the first synthesis would be denoted as "1", while the probe generated from the second synthesis would be denoted as "2", and the probe generated from the third synthesis would be denoted as "3".

**Example IlmnID:** cg12345678\_TC13

**Name:** This probe would be a CG probe with an eight-digit code that relates to the probe sequence.

**Strand\_TB:** The following "T" indicates that the probe targets the top strand.

**Strand\_CO:** The adjacent "C" indicates that the probe targets the strand that is initially bisulfite converted.

**Infinium Design Type:** The "1" indicates that the probe has a Type I Infinium design.

**Specific synthetic oligonucleotide probe replicate:** The "3" indicates that the probe was synthesized three times for representation on the array.

**Reference:**

[Infinium MethylationEPIC v2.0 Manifest File Release Notes](https://support.illumina.com/downloads/infinium-methylationepic-v2-0-product-files.html)

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                   |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #8344), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000008344%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/general/microarray-general-reference_material-list/000008344.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.
