# Why Systematic Noise Matters

## Why Systematic Noise Matters

In somatic variant calling, sequencing and library preparation can introduce recurrent artifacts that appear across all samples. These artifacts can be mistaken for true somatic variants, leading to false-positive calls. This is especially problematic in tumor-only mode, where there is no matched normal sample to filter germline and artifact variants.

The systematic noise baseline builder processes a set of normal samples (without somatic variants) to identify these recurrent artifacts. The resulting noise file is then used during variant calling to filter out these artifacts and improve the specificity of your results.

{% hint style="warning" %}
**IMPORTANT.** Systematic Noise file creation is a **one time effort** per sample type + library prep + panel + sequencer combination.
{% endhint %}

## Best Practices for Building the Noise Baseline

* For robust noise estimation use at least **30 normal samples**.
* Match the library prep kit, target panel BED file, and sequencer platform of the normal samples to your tumor samples.
* Match the sample type (FFPE, fresh frozen, blood) and quality (DNA Integrity Number score range) to your expected tumor samples.
* Sequence at the same depth that the tumor samples are expected to be sequenced.

## Required Inputs

* Input reads: FASTQ, BAM, CRAM, or ORA files (ORA supported on ICA only)
* Target panel BED file

{% hint style="warning" %}
**IMPORTANT.** The **reference genome** for your BED file, systematic noise analysis, and variant calling must be exactly the same for optimal results. The system will not raise an error if different reference genomes are used, but the results will be far from ideal.
{% endhint %}

## Choose Your Option

Pick the path that matches your situation:

* [Option A: From Run Planner](/dragen-somatic-for-idt-custom-panels/stage-1-generate-systematic-noise-file/option-a-run-planner.md) — when you are planning a new sequencing run.
* [Option B: From BSSH or ICA](/dragen-somatic-for-idt-custom-panels/stage-1-generate-systematic-noise-file/option-b-bssh-ica.md) — when you already have sequencing data.
* [Option C: Pre-Built Reference Files](/dragen-somatic-for-idt-custom-panels/stage-1-generate-systematic-noise-file/option-c-prebuilt.md) — fallback for initial evaluation only; not recommended for production use.


---

# 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.connected.illumina.com/dragen-somatic-for-idt-custom-panels/stage-1-generate-systematic-noise-file/noise-baseline.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.
