From 02693c59e2fef521665057c5f36acc31c228a0a4 Mon Sep 17 00:00:00 2001 From: Elizabeth Partan <36081569+epartan@users.noreply.github.com> Date: Wed, 29 May 2024 16:13:46 -0400 Subject: [PATCH] Update 07_variant_calling.md Spelling and grammar --- lessons/07_variant_calling.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lessons/07_variant_calling.md b/lessons/07_variant_calling.md index 4ab8736..ed95bb2 100644 --- a/lessons/07_variant_calling.md +++ b/lessons/07_variant_calling.md @@ -38,18 +38,18 @@ Variant calling can be broadly broken up into two groups, germline and somatic.

-In the above image we can see an example of a germline variant on the left. Approximately half of the reads support each allele in both the tumor and normal sample reads. When compared to the somatic variant on the right, where we observe no variants in the normal sample reads but there is a variant present in the tumor sample reads. +In the above image we can see an example of a germline variant on the left. Approximately half of the reads support each allele in both the tumor and normal sample reads. This is compared to the somatic variant on the right, where we observe no variants in the normal sample reads but there is a variant present in the tumor sample reads. **For this workshop, we have tumor/normal samples and so we will be calling somatic variants.** ### Panel of Normals -A panel of normals (PoN) is a resource derived from a set of healthy tissues with the goal of **correcting for recurrent technical artifacts within a sequencing experiment**. Ideally, a panel of normals should be comprised of: +A panel of normals (PoN) is a resource derived from a set of healthy tissues with the goal of **correcting for recurrent technical artifacts within a sequencing experiment**. Ideally, a panel of normals should: -- Samples from healthy individuals, which can be unrelated to the samples in the analysis -- Preferably younger individuals to reduce the noise of somatic mutations or undiagnosed tumors -- Undergo the same sample preperation and sequencing as the samples of interest -- [Atleast 40 individuals](https://gatk.broadinstitute.org/hc/en-us/articles/360035890631-Panel-of-Normals-PON) +- Include samples from healthy individuals, which can be unrelated to the samples in the analysis +- Preferably include younger individuals, to reduce the noise of somatic mutations or undiagnosed tumors +- Undergo the same sample preparation and sequencing as the samples of interest +- [Include at least 40 individuals](https://gatk.broadinstitute.org/hc/en-us/articles/360035890631-Panel-of-Normals-PON)