@@ -503,6 +503,10 @@ \subsection{Base modifications}
503
503
below, taken from \emph {Modeling methyl-sensitive transcription factor
504
504
motifs with an expanded epigenetic alphabet }, Coby Viner
505
505
et.al. \url {https://www.biorxiv.org/content/10.1101/043794v1}.
506
+ Additionally ambiguity codes {\tt A}, {\tt C}, {\tt G} and {\tt T}
507
+ exist to represent unspecified modifications bases of their respective
508
+ canonical base types, plus code {\tt N} to represent an unspecified
509
+ modification of any base type.
506
510
507
511
\begin {center }
508
512
\begin {tabular }{lllll}
@@ -512,16 +516,21 @@ \subsection{Base modifications}
512
516
C & h & 5hmC & 5-Hydroxymethylcytosine & 76792 \\
513
517
C & f & 5fC & 5-Formylcytosine & 76794 \\
514
518
C & c & 5caC & 5-Carboxylcytosine & 76793 \\
519
+ C & C & & Ambiguity code; any C mod & \\
515
520
\hline
516
521
T & g & 5hmU & 5-Hydroxymethyluracil & 16964 \\
517
522
T & e & 5fU & 5-Formyluracil & 80961 \\
518
523
T & b & 5caU & 5-Carboxyluracil & 17477 \\
524
+ T & T & & Ambiguity code; any T mod & \\
519
525
\hline
520
526
A & a & 6mA & 6-Methyladenine & 28871 \\
527
+ A & A & & Ambiguity code; any A mod & \\
521
528
\hline
522
529
G & o & 8oxoG & 8-Oxoguanine & 44605 \\
530
+ G & G & & Ambiguity code; any G mod & \\
523
531
\hline
524
532
N & n & Xao & Xanthosine & 18107 \\
533
+ N & N & & Ambiguity code; any mod & \\
525
534
\end {tabular }
526
535
\end {center }
527
536
@@ -536,6 +545,13 @@ \subsection{Base modifications}
536
545
For example {\tt MM:Z:C+m,5,12,3;C+h,57;} may have an associated
537
546
quality tag of {\tt MP:Z:5EB/}.
538
547
548
+ Quality values for ambiguity codes give the likelihood that the
549
+ modification is one of the possible codes compatible with that
550
+ ambiguity code. For example {\tt MM:Z:C+C,10 MP:Z:+} indicates a C
551
+ call with an unspecified modification and the phred score of 10 (ASCII
552
+ value {\tt +}). This corresponds to a 90\% chance of the base being
553
+ modified.
554
+
539
555
540
556
\end {description }
541
557
@@ -560,6 +576,9 @@ \section{Tag History}
560
576
\setlength {\parindent }{0pt}
561
577
\newcommand *{\gap }{\vspace *{2ex}}
562
578
579
+ \subsubsection* {June 2019 }
580
+ Added the MM and MP tags describing base modifications.
581
+
563
582
\subsubsection* {January 2019 }
564
583
Added the OA tag for recording original/previous alignment information.
565
584
0 commit comments