Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 165: Line 165:  
      
 
      
 
     one record considering only the ATTT repeats
 
     one record considering only the ATTT repeats
     20 9538655 ATTTATTTATTT ATTT
+
     20 9538655 <span style="color:#FF0000">ATTTATTTATTT </span> <span style="color:#FF0000">ATTT </span>
    
     one record with CATT repeats
 
     one record with CATT repeats
     20 9538695 CATTCATT CATT
+
     20 9538695 <span style="color:#0000FF">CATTCATT </span> <span style="color:#0000FF">CATT </span>
    
     one record with a mix of both repeat types
 
     one record with a mix of both repeat types
     20 9538695 TATTCATTCATT CATT
+
     20 9538695 <span style="color:#FF0000">TATT<span style="color:#0000FF">CATTCATT </span> <span style="color:#0000FF">CATT </span>
 +
 
 +
= Representation of close by variants =
 +
 
 +
    1:124001690
 +
    TTTCTTT--CAAAAAAAGATAAAAAGGTATTTCATGG
 +
    TTTCTTTAAAAAAAAAAGATAAAAAGGAATTTCATGG
 +
 
 +
    a single complex variant
 +
    CHROM POS        REF  ALT
 +
    1    124001690  C    AAA
 +
 
 +
    an Indel and SNP adjacent to one another
 +
    CHROM POS        REF  ALT
 +
    1    124001689  T    TAA
 +
    1    124001690  C    A
 +
 
 +
Representing it as a single complex variant enforces that both "indel" and "SNP" are always together.
 +
Representing it as 2 separate variants allows both alleles to segregate independently.
    
= Output  =
 
= Output  =
1,102

edits

Navigation menu