# Frequently Asked Questions

1. **Is DRAGEN Array analysis a local (on-premises) or cloud solution?**\
   DRAGEN Array analysis is available locally (on-premises) and cloud.

   DRAGEN Array Local Analysis utilizes a command-line interface for power users to have granular control and flexibility to support large scale microarray genomic studies. Deployed on Windows or Linux operating systems, the local package is CPU-based and does not require a specialized server or hardware.

   DRAGEN Array Cloud Analysis utilizes the user-friendly, graphical interface of BaseSpace Sequence Hub to simplify analysis setup and kickoff.
2. **Which Infinium arrays is DRAGEN Array compatible with?**\
   Refer to the Product and Analysis Compatibility table in the [Applications](/overview/our-features.md) section.
3. **How many samples are needed per analysis?**\
   **Cytogenetics:** As few as one sample can be used for cytogenetics. Multiple analysis batches can be kicked off and run in parallel.

   **Genotyping:** As few as one sample can be used for genotyping. Multiple analysis batches can be kicked off and run in parallel.

   **Pharmacogenomics:** A minimum of 24 samples is required for PGx CNV calling with 22 passing QC. Passing QC is defined as Log R Dev < 0.2. 96 samples are recommended for the most accurate CNV results. Multiple analysis batches can be kicked off and run in parallel.
4. **Which PGx CNVs and star alleles are available?**\
   Please refer to the DRAGEN Array [release notes](/support-and-updates/release-notes.md).
5. **Where can I find demo data?**\
   Demo data is available in BaseSpace under the “Demo Data” section. All array data starts with “iScan:” and includes the name of the type of analysis. Supported types of analysis can be found in the [Applications](/overview/our-features.md) section.
6. **Where can I find assay QC metrics?**\
   DRAGEN Array provides assay QC outputs directly. Functional QC metrics such as Autosomal Call Rate, Call Rate, Log R Ratio Std Dev (LogRDev), and Sex Estimate are available in the genotype summary files. Control-probe QC metrics are available in the QC metrics files and can be reviewed in the DRAGEN Array QC Report. See [Output Files](/product-guides/output-files.md#genotype_summary_files), [QC metrics files](/product-guides/output-files.md#qc_metrics_files), and [DRAGEN Array QC Report](/product-guides/dragen-array-local-analysis/qc-report.md) for details. DRAGEN Array QC Report replaces GenomeStudio control dashboard. For legacy assay control dashboard in GenomeStudio, see [Support and Additional Resources](/support-and-updates/support-and-additional-resources.md).
7. **How does DRAGEN Array handle rescans or duplicate IDATs for the same sample?**\
   Duplicate IDAT pairs that resolve to the same Sentrix barcode+position identifier (`SentrixBarcode_A` + `SentrixPosition_A`) are not supported. If multiple IDAT pairs for the same `SentrixBarcode_A` + `SentrixPosition_A` combination are present in the folder tree provided to `--idat-folder`, the software processes only one pair, and the selected pair can differ between operating systems such as Linux and Windows. Before running analysis, ensure the input folder contains only one IDAT pair per `SentrixBarcode_A` + `SentrixPosition_A` combination.


---

# Agent Instructions: 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:

```
GET https://help.dragenarray.illumina.com/support-and-updates/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
