A. Protein Sequence
Jump to navigation
Jump to search
A1. "Fasta" format
The first line should start with '>'. Next one or more lines contain sequence in 1-letter code.
Example_A1:
<span><span><span style="font-size: 13pt">'''<div><font size="2">> </font></div><div><font size="2">MDSKEVLVHVKNLEKNKSNDAAVLEILHVL</font></div><div><font size="2">DKEFVPTE KLLRETKVGVE VNKFKKSTN</font></div><span style="font-size: 12pt">VEISKLVKKMISSWKDAIN </span>'''</span></span></span>
<span style="font-size: 13pt"
A2. "Standard" format.
Each line contains name of one residue in 3-letter code and optionally the residues ID. (Only residue ID of the first residue is used).
Example_A2.1 (position ID is not specified)
<font size="2">GLN</font><font size="2">GLY <span lang="EN-CA">GLN</span>
<span lang="EN-CA">GLY</span>
<span lang="EN-CA">HIS</span>
<span lang="EN-CA">MET</span>
<span lang="EN-CA">PRO</span>
<span lang="EN-CA">GLY</span>
<span lang="EN-CA">ILE</span>
<span lang="EN-CA">ILE</span>
<span lang="EN-CA">TYR</span>
<span lang="EN-CA">GLU</span>
<span lang="EN-CA">GLY</span>
<st1:place w:st="on"><span lang="EN-CA">LYS</span></st1:place>
<span lang="EN-CA">GLY</span>
<span lang="EN-CA">THR</span>
<span lang="EN-CA">ASN</span>
<span lang="EN-CA">MET</span>
<span lang="EN-CA">GLU</span>
<span lang="EN-CA" style="font-size: 12pt; font-family: 'times new roman'; mso-fareast-font-family: 'times new roman'; mso-ansi-language: en-ca; mso-fareast-language: en-us; mso-bidi-language: ar-sa">....</span></font>
Example_A2.2 (with specified all position ID):
<div><font size="2">GLN -3</font></div><div><font size="2">GLY -2</font></div><div><font size="2">HIS -1</font></div><div><font size="2">MET <span> 0</span></font></div><div><font size="2">PRO<span> 1</span></font></div><div><font size="2">GLY <span> 2</span></font></div><div><font size="2">ILE<span> 3</span></font></div><div><font size="2">ILE<span> 4</span></font></div><div><font size="2">TYR 5</font></div><div><font size="2">.....</font></div>
Example_A2.3 (with specified first position ID):
<div><font size="2">GLN -3</font></div><div><font size="2">GLY </font></div><div><font size="2">HIS </font></div><div><font size="2">MET<span> </span></font></div><div><font size="2">PRO </font></div><div><font size="2">GLY </font></div><div><font size="2">ILE </font></div><div><font size="2">ILE </font></div><div><font size="2">TYR </font></div><div><font size="2">.....</font></div><font size="2"></font>