www.bioinf.org.uk : Dr. Andrew C.R. Martin's Group
This page enables you to number an antibody sequence or structure automatically using the Kabat or Chothia schemes, or our new improved Chothia scheme which includes structurally correct numbering in the framework regions.
The numbering program was written by Abhinandan K. Raghavan, 2006-7 and a paper is in press in Molecular Immunology. [Submitted PDF]
You may also access the numbering program directly from your scripts.
To number a sequence use a URL of the form:
http://www.bioinf.org.uk/cgi-bin/abnum/abnum.pl?plain=1&aaseq=sss&scheme=xxx
or by passing the parameters in POST format.
The fields in the URL are as follows:
| Field | Meaning |
|---|---|
| plain=1 | This causes the CGI script to generate plain parsable text rather than HTML |
| aaseq=sss | sss is the amino acid sequence |
| scheme=xxx | xxx is the numbering scheme (-k = Kabat, -c = Chothia, -a = Extended Chothia) |
To number a structure you must pass parameters in POST format and use enctype="multipart/form-data". The URL is:
http://www.bioinf.org.uk/cgi-bin/abnum/abnumpdb.pl
The fields in the URL are as follows:
| Field | Meaning |
|---|---|
| plain=1 | This causes the CGI script to generate plain parsable text rather than HTML |
| pdb=ccc | ccc is the coordinate file name |
| output=ooo | ooo is output type (-l = relabel as chains A,B,C,D, etc) |
| scheme=xxx | xxx is the numbering scheme (-k = Kabat, -c = Chothia, -a = Extended Chothia) |