# Average Coverage, Sample Level, Pool A Targets

![](/files/-M9Z6DEJZgEU9Y3vq51i)

**Theoretical Method**

Calculate average coverage of each of four possible bam types for each sample:

* Standard or “Uncollapsed”
* Collapsed unfiltered: after merging all reads from same UMI family
* Collapsed simplex: three or more reads found on one strand
* Collapsed duplex: one or more reads found on both strands (top and bottom)

&#x20;Coverage is first averaged across each position in a single bait region. Then, the average across each bait region in the sample represents the sample’s final coverage value.&#x20;

**Technical Methods**

* Tool Used:
  * Marianas
  * Waltz CountReads
  * aggregate\_bam\_metrics.sh
  * tables\_module.py
  * plots\_module.r
* Input
  * 4 bams per sample (Standard, U, S, D)
* Output
  * sample\_id-intervals.txt (sample level, included for all 4 bam types)
  * waltz-coverage.txt (aggregated across samples, for a single bam type)
  * coverage\_agg.txt (aggregated across all samples, all bam types, pools A / B)

**Interpretations**

Expected range of coverage values:

* * Raw coverage A panel:&#x20;
    * ctDNA: \~ 15000x-20000x
    * Buffy Coat: \~ 500x-1000x
  * Raw coverage B panel:&#x20;
    * ctDNA: \~ 1000x-1,500x
    * Buffy Coat: \~ 500x-1000x
  * Duplex coverage A panel:&#x20;
    * ctDNA: \~ 500x-2000x&#x20;
    * Buffy Coat: \~ 10x-50x


---

# 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://cmo-ci.gitbook.io/access-quality-control-v1/average-coverage-sample-level.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.
