Seqtool: Difference between revisions
From Proteopedia
Jump to navigationJump to search
documenting the SequenceTool |
documenting the SequenceTool |
||
| Line 14: | Line 14: | ||
Both ribonucleotides and deoxyribonucleotides in nucleic acids are converted to single-letter, too. | Both ribonucleotides and deoxyribonucleotides in nucleic acids are converted to single-letter, too. | ||
The sequence includes | The sequence includes information combined from the COORD and SEQRES records in the pdb file: | ||
{| class="wikitable" | |||
| uppercase letters || Residues with atoms that have coordinates (ATOM records in the file) and are also included in SEQRES records | |||
|- | |||
| lowercase letters || Residues that lack coordinates but are mentioned in SEQRES records in the file (i.e. a physical gap, typically due to crystallographic disorder). The residue number reported is an estimation, correlative to the adjacent residue with coordinates (an interpolated number is desirable but not currently implemented). | |||
|- | |||
| ~number~ || Number of correlative residues inferred due to a numbering gap (absent from both SEQRES and ATOM records) | |||
|- | |||
| [ ] || Alternate residues at the same sequence position (sequence microheterogeneity). These are present in ATOM records but absent in SEQRES records. | |||
|- | |||
| superscript letters || Inserted residues. | |||
|} | |||
=== Interaction === | === Interaction === | ||