> 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/000005917.md).

# Can Genotype Call (GTC) files be used as input for GenomeStudio?

Genotype Call (GTC) files can be used as input for GenomeStudio when creating a project. When using GTC files instead of intensity data (IDAT) files, a properly formatted sample sheet is required to define sample information and enable successful project setup.

Using GTC files allows users to work with previously generated genotype calls without reprocessing raw intensity data. However, because GTC files do not contain all the metadata needed to automatically populate a project, the sample sheet must be provided to ensure that sample identifiers and associated information are correctly assigned within GenomeStudio.

* Create a project sample sheet if one is not already available. For guidance, see [Sample sheet guidelines for GenomeStudio Genotyping and Methylation](/microarray/general/microarray-general-reference_material-list/000003223.md).
* After preparing and validating the sample sheet, proceed with Genotyping project creation in GenomeStudio v2.0.5.

1. Select "Use sample sheet to load sample intensities" in Project Wizard then select **Next**.

**Note:** GTC files cannot be used as input when the "Load sample intensities by selecting directories with intensity files" option is selected.

![](/files/qUnwrt02UZRvZQvZ0zJg)

**Figure 1.** In Project Wizard, users must select the sample sheet option when using GTCs

2. Browse to the .csv sample sheet.
3. Browse to the data repository folder where the .gtc files are saved.

**Note:** When the data repository/source folder contains both .idat and .gtc files, GenomeStudio will preferentially load the .gtc files. However, it is recommended to save .gtc and .idat files in separate folders.

4. Browse to the manifest repository (folder where the .bpm manifest is located).

**Note:** To prevent discrepancies in the genotype calls, make sure that this .bpm manifest is the same .bpm manifest used to generate the GTC files.

5. Select Next.
6. If a cluster file is available, check the box next to "Import cluster positions from a cluster file" and browse to the .egt cluster file.

**Note:** To prevent discrepancies, make sure that this .egt cluster file is the same .egt cluster file used to generate the GTC files.

7. Select Finish.

**Note**: Genotype Call (GTC) files can be generated for genotyping arrays, but not for methylation array data. Methylation array data is analyzed using GenomeStudio v2011.1.

**Additional References:**

* [Which files are required and optional when creating a GenomeStudio project?](/microarray/general/microarray-general-reference_material-list/000002888.md)
* [How to identify which Manifest and Cluster Files were used to generate a GTC File](/microarray/general/microarray-general-troubleshooting-list/000001484.md)

\
\
\ <br>

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