From 37e7f6dac4f22230d64416784f2189174eeec426 Mon Sep 17 00:00:00 2001 From: Petr Danecek Date: Tue, 9 Apr 2024 10:27:12 +0100 Subject: [PATCH] Fix a typo, it should be CN, not CICN --- VCFv4.4.tex | 2 +- VCFv4.5.draft.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VCFv4.4.tex b/VCFv4.4.tex index 9aca34c9..588e7f40 100644 --- a/VCFv4.4.tex +++ b/VCFv4.4.tex @@ -1711,7 +1711,7 @@ \subsection{Representing copy number variation} Allele specific copy number is specified through a $<$CNV$>$ ALT allele for each distinct allelic copy number. INFO CN defines the allele specific copy number with FORMAT CN defining the overall copy number for that sample. POS and INFO SVLEN specify the genomic interval over which the copy number is defined. -$<$DEL$>$ and $<$DUP$>$ copy number (SVCLAIM=D) alleles should be treated as $<$CNV$>$ alleles that implicitly define INFO CN=0 and INFO CICN=2,. respectively. +$<$DEL$>$ and $<$DUP$>$ copy number (SVCLAIM=D) alleles should be treated as $<$CNV$>$ alleles that implicitly define INFO CN=0 and CN=2, respectively. As with all symbolic structural variants, the starting position of the interval is the base immediately after POS. For example, a region on chr1 from position 101 to 130 (both inclusive) with allele-specific copy numbers of 1 and 2 can be represented as follows: diff --git a/VCFv4.5.draft.tex b/VCFv4.5.draft.tex index a4fd4c51..d31e1f48 100644 --- a/VCFv4.5.draft.tex +++ b/VCFv4.5.draft.tex @@ -1711,7 +1711,7 @@ \subsection{Representing copy number variation} Allele specific copy number is specified through a $<$CNV$>$ ALT allele for each distinct allelic copy number. INFO CN defines the allele specific copy number with FORMAT CN defining the overall copy number for that sample. POS and INFO SVLEN specify the genomic interval over which the copy number is defined. -$<$DEL$>$ and $<$DUP$>$ copy number (SVCLAIM=D) alleles should be treated as $<$CNV$>$ alleles that implicitly define INFO CN=0 and INFO CICN=2,. respectively. +$<$DEL$>$ and $<$DUP$>$ copy number (SVCLAIM=D) alleles should be treated as $<$CNV$>$ alleles that implicitly define INFO CN=0 and CN=2, respectively. As with all symbolic structural variants, the starting position of the interval is the base immediately after POS. For example, a region on chr1 from position 101 to 130 (both inclusive) with allele-specific copy numbers of 1 and 2 can be represented as follows: