> 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/iscan/microarray-iscan-reference_material-list/000001498.md).

# How to set up Autoconvert in the iScan Control Software

**Autoconvert** is a standalone software application that analyzes raw intensity data (.idat files) generated from Illumina BeadChips. The software combines IDAT data with information from the corresponding BeadChip manifest (.bpm) and, optionally, a cluster file (.egt) to produce normalized intensity data. When a cluster file is included, Autoconvert also generates B Allele Frequency (BAF), Log R Ratio (LRR), and genotype calls for each assayed SNP on a per-sample basis. **.gtc files** (genotype call files) are per-sample output files generated by Autoconvert. These files contain normalized intensity values, B Allele Frequency (BAF), Log R Ratio (LRR), and genotype calls—the same per-sample metrics typically calculated in GenomeStudio. GTC files are stored in a compressed binary format and can be parsed by third-party tools or converted to VCF format using third-party GTC-to-VCF converters. Autoconvert can be launched directly from the iScan Control Software (ICS), enabling automatic analysis immediately after a BeadChip is scanned and IDAT files are generated. When enabled, Autoconvert analyzes the intensity data and automatically outputs GTC files. To use this feature, Autoconvert must be turned on in ICS, and a mapping file must be selected to associate each BeadChip type with the appropriate manifest and, if applicable, cluster file. 1. In the iScan Control Software, navigate to **Tools** > **Options**. ![](/files/ivfQax9ZXC7JA0KIukFc)

**Figure 1.** iScan Control Software (ICS) menu.

2. In the Autoconvert Tab, check the box “Enable Autoconvert.”

![](/files/aUWsp3RhPBElWEFx3A3a)

**Figure 2.** Enable AutoConvert checkbox.

3. In the AutoConvert Mapping dialog box, select **Browse** to navigate to the desired Mapping File in order to apply or edit its settings, or select **New** to create a new Mapping File. Mapping files are stored in the iScan Control Software directory and have the file extension ".acc"
4. To add a new BeadChip type to the active mapping file and associate it with the appropriate manifest and cluster files, click the **Edit Mapping File** in the AutoConvert Mapping window.
5. Next, select the "New" button at the bottom of the window. A previously blank line will be filled with "Default" values for Product Part Number, Manifest File, and Cluster File.

![](/files/SUUgQyhsrMoM3zQxz5hA)

**Figure 3.** Line populated with "Default" values for Product Part Number, Manifest file, and Cluster file.

6. Determine the correct Part Number to enter for the BeadChip type. Make sure the part number is for the BeadChip itself and not the BeadChip Box part number. This is contained in the BeadChip foil pack.

![](/files/RFbPp1Mw66BJBuzjFYHF)

**Figure 4.** BeadChip Part Number is not located on the BeadChip box.

![](/files/zvnSkMxW6DwMSahFxXpg)

**Figure 5.** Location of BeadChip Part Number on the BeadChip foil pack.

**Note:** The correct number on the foil pack is referred to as the Reference number, and is preceded by a boxed "REF".

7. In the panel on the right, under **General**, select **PartNumber** and enter the BeadChip part number. Next click the **Browse** button next to **Manifest File Path** and navigate to the manifest file to be associated with this BeadChip type. Repeat the same steps to specify the **Cluster File Path**.

![](/files/euIqHaeJ6rvTsJ4VSVVF)

**Figure 6.** Manifest File Path assigned to a BeadChip type.

8. There is an option to select an existing product listed in the mapping file to edit its settings.To update the associated manifest or cluster file, click the product Part Number in the list, then use the **Browse** button in the right-hand panel to select an alternate manifest or cluster file.

![](/files/1F6La8ulnCt6Zt2RHpQ4)

**Figure 7.** Selection ofpre-existing products.

9. Select OK to save. If the Part Number, Manifest file, and Cluster file are set correctly, ICS is now configured to convert IDATs to GTC files for this specific BeadChip during scanning.
10. Repeat this process as needed for any additional BeadChips that require Autoconvert. Do not create a separate *.acc* file for each BeadChip type. Instead, create an *.acc* file that includes the default BeadChips and associated manifest and cluster file settings used regularly. Create alternate *.acc* files only when there is a recurring need to switch to different settings.

For additional instructions, refer to the [iScan System](https://support-docs.illumina.com/ARR/iScan/Content/ARR/FrontPages/iscan.htm) page on the Illumina website and navigate to **Software Configuration (Configure iScan Control Software (ICS)** > **Generate Normalized Data and Genotype Calls).**\
\
\
\ <br>

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