From Genome Analysis Wiki
Jump to navigationJump to search
403 bytes added
, 15:26, 30 July 2010
Line 89: |
Line 89: |
| A TAG is comprised of a two character TAG key, they type of the value, and the value: | | A TAG is comprised of a two character TAG key, they type of the value, and the value: |
| [A-Za-z][A-za-z]:[AifZH]:.* | | [A-Za-z][A-za-z]:[AifZH]:.* |
| + | |
| + | The types, A, i, f, Z, H are used to indicate the type of value stored in the tag. |
| + | {| style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1" |
| + | |-style="background: #f2f2f2; text-align: center;" |
| + | ! '''Type''' !! '''Description''' |
| + | |- |
| + | |A |
| + | |character |
| + | |- |
| + | |i |
| + | |signed 32-bit integer |
| + | |- |
| + | |f |
| + | |single-precision float |
| + | |- |
| + | |Z |
| + | |string |
| + | |- |
| + | |H |
| + | |hex string |
| + | |} |
| | | |
| There are a set of predefined tags that are general used in Alignments. | | There are a set of predefined tags that are general used in Alignments. |