> For the complete documentation index, see [llms.txt](https://help.dragenarray.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.dragenarray.illumina.com/product-guides/dragen-array-cloud-analysis/overview.md).

# Analysis Type Details

## DRAGEN Array Cloud Analysis Overview

DRAGEN Array Cloud utilizes the user-friendly graphical interface of BaseSpace Sequence Hub to simplify DRAGEN Array analysis setup and kickoff. Optional integration with the iScan System allows data to be streamed directly from the instrument to the cloud platform. Analysis data is stored on the Illumina Connected Platform providing secure storage for both microarray and sequencing data.

DRAGEN Array Cloud supports multiple types of analysis, each with specific configuration options and requirements. Select an analysis type below to learn more about its specific configuration options, thresholds, and recommendations:

* [DRAGEN Array Genotyping and QC](/product-guides/dragen-array-cloud-analysis/overview/dragen-array-genotyping.md)
* [DRAGEN Array PGx CNV Calling](/product-guides/dragen-array-cloud-analysis/overview/dragen-array-pgx-cnv-calling.md)
* [DRAGEN Array PGx Star Allele Annotation](/product-guides/dragen-array-cloud-analysis/overview/dragen-array-pgx-star-allele.md)
* [DRAGEN Array Cytogenetics Analysis](/product-guides/dragen-array-cloud-analysis/overview/dragen-array-cytogenetics-analysis.md)
* [DRAGEN Array Methylation QC](/product-guides/dragen-array-cloud-analysis/overview/dragen-array-methylation-qc.md)

For information about supported products, versions, and genome builds for each analysis type, see [DRAGEN Array Applications](/overview/our-features.md).

{% hint style="warning" %}
The following v1.0.0 cloud analysis pipeline versions were deprecated in Q1 2026. This applies only to these specific pipeline versions, not to the analysis types in general.

* DRAGEN Array - Methylation QC - 1-0-0
* DRAGEN Array - PGx - Star Allele Annotation - 1-0-0
* DRAGEN Array - Genotyping - 1-0-0
* DRAGEN Array - PGx - CNV Calling - 1-0-0
  {% endhint %}


---

# 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.dragenarray.illumina.com/product-guides/dragen-array-cloud-analysis/overview.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.
