> For the complete documentation index, see [llms.txt](https://help.connected.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.connected.illumina.com/dragen-5-base/run-analysis-setup/ica-analysis-setup/dragen-somatic-whole-genome/dragen-somatic-enrichment.md).

# DRAGEN Somatic (Enrichment)

**WARNING**: Deviation from these instructions (including adding additional options) may cause pipeline failure.

### Coverage Rate Minimums

The following coverage rates are the minimums recommended for each of the various workflows:

* High Coverage
  * Post-Collapsed Coverage Rate >2000x (liquid tumor mode)
* Medium Coverage
  * Post-Collapsed Coverage Rate 200-300x (solid tumor mode)
* Low Coverage
  * Coverage Rate >100x for Somatic Methyl + VC

**If the UMI-collapsed reads do not meet the recommended post-collapsed coverage depths for the solid tumor or liquid biopsy pipelines, then it is recommended to run with the default UMI settings.**

1. Select the necessary input files for the run, including sample inputs (.fastq, .fastq.ora, .bam, or .cram files), a Target BED File, and a Baseline Systematic Noise Filter BED File.
2. Select a reference genome. 5-base is compatible with any methyl\_cg reference. One recommendation is the Homo sapiens \[1000 Genomes] hg38 v5 Pangenome reference.
   1. A graph reference is recommended for Germline and non-graph is the recommendation for Somatic.<br>

      <figure><img src="/files/MY1KCiKVDMkOIAbhKQ6R" alt=""><figcaption></figcaption></figure>
3. To Enable Methylation Aware Algorithms, check the box for Enable 5-Base Methylation-Aware Algorithms.<br>

   <figure><img src="/files/ssqNeVnd8qsYlAugAxDT" alt=""><figcaption></figcaption></figure>
4. For Report Methylation at Variant Positions, select "default".<br>

   <figure><img src="/files/ODlTYIrh9pMAn9hsY2uX" alt=""><figcaption></figcaption></figure>
5. In the Small Variant Calling Options section:
   1. (Optional) Set Enable Small Variant Caller to true.
   2. Set Enable Germline Tagging to "False".<br>

      <figure><img src="/files/wT1NXg9O7KhEVA7xpZhP" alt=""><figcaption></figcaption></figure>
6. In the Copy Number Variant Calling Options section:
   1. Set Enable CNV calling to "False".
   2. Set CNV GC Bias Correction to "False".
   3. Set Enable Allele-Specific CNV Calling to "False".
7. In the SV Caller Options (compatibilty only with tumor-only)
   1. (Optional) Set Enable SV Caller to "True" and optionally provide SV target BED and systematic noise files.<br>

      <figure><img src="/files/JLqX6paBe79g4Lw1LPZR" alt=""><figcaption></figcaption></figure>
8. In the UMI Options section:

   1. If running high or medium coverage, set Enable UMI to "True". If running low coverage, set Enable UMI to "False".
   2. If running high or medium coverage, set UMI Library Type to "nonrandom-duplex".
   3. If running high coverage, set UMI Aware Variant Calling to "High depth". If running medium coverage, set UMI Aware Variant Calling to "Low depth".
   4. If running high coverage, set Minimum Supporting UMI reads to "2". If running medium coverage, set Minimum Supporting UMI reads to "1".

   ![](/files/WBbFayix5jAImDy6cUw9) ![](/files/BNhmQwGKED9I8xkH1WQJ)
9. If running high or medium coverage, set Enable Variant Annotation to "True".\
   ![](/files/9Hzt5cpFn0oEGwY6D1gw)
10. In the Advanced Options section, under Additional DRAGEN Args,
    1. If running low coverage, add `--vc-systematic-noise-method=mean` and `--enable-duplicate-marketing=true`.
    2. (Optional): Add `--qc-coverage-ignore-overlaps=true`.
    3. (Optional) If running cfDNA samples, it's recommended to add `--mbias-report-include-overlaps=true` to ensure the M-bias report captures the full R2 read-cycle profile. This is important for cfDNA since the short fragments cause most of R2 to overlap R1 and be excluded from bias statistics by default.
11. Start the analysis


---

# 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.connected.illumina.com/dragen-5-base/run-analysis-setup/ica-analysis-setup/dragen-somatic-whole-genome/dragen-somatic-enrichment.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.
