Structure of PDB 4x4a Chain A Binding Site BS01

Receptor Information
>4x4a Chain A (length=485) Species: 411470 (Mediterraneibacter gnavus ATCC 29149) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AMASNIFYAGDATKSNYFRIPSLLALDSGTVIAAADARYGGTHDAKSKIN
TAFAKSTDGGKTWGQPTLPLKFDDYVAKNIDWPRDSVGKNVQIQGSASYI
DPVLLEDKETHRVFLFADMMPAGIGSSNASVGSGFKEVDGKKYLKLHWKD
DAAGTYDYSVRENGTIYNDTTNSATEYSVDGEYNLYKNGNAMLCKQYDYN
FEGTKLLETQTDTDVNMNVFYKDADFKVFPTTYLAMKYSDDEGETWSDLQ
IVSTFKPEESKFLVLGPGVGKQIANGEHAGRLIVPLYSKSSAELGFMYSD
DHGNNWTYVEADQNTGGATAEAQIVEMPDGSLKTYLRTGSGYIAQVMSTD
GGETWSERVPLTEIATTGYGTQLSVINYSQPVDGKPAILLSAPNATNGRK
NGKIWIGLISETGNSGKDKYSVDWKYCYSVDTPQMGYSYSCLTELPDGEI
GLLYEKYDSWSRNELHLKNILKYERFNIDELKVQP
Ligand information
Ligand IDSKD
InChIInChI=1S/C11H17NO8/c1-4(14)12-7-5(15)2-11(10(17)18)19-8(6(16)3-13)9(7)20-11/h5-9,13,15-16H,2-3H2,1H3,(H,12,14)(H,17,18)/t5-,6+,7+,8+,9+,11+/m0/s1
InChIKeyNCMJSVDTRDLWJE-YRMXFSIDSA-N
SMILES
SoftwareSMILES
ACDLabs 10.04O=C(NC1C(O)CC2(OC1C(O2)C(O)CO)C(=O)O)C
CACTVS 3.341CC(=O)N[C@@H]1[C@@H](O)C[C@]2(O[C@H]([C@H](O)CO)[C@@H]1O2)C(O)=O
CACTVS 3.341CC(=O)N[CH]1[CH](O)C[C]2(O[CH]([CH](O)CO)[CH]1O2)C(O)=O
OpenEye OEToolkits 1.5.0CC(=O)N[C@@H]1[C@H](C[C@@]2(O[C@H]1[C@H](O2)[C@@H](CO)O)C(=O)O)O
OpenEye OEToolkits 1.5.0CC(=O)NC1C(CC2(OC1C(O2)C(CO)O)C(=O)O)O
FormulaC11 H17 N O8
Name2-ACETYLAMINO-7-(1,2-DIHYDROXY-ETHYL)-3-HYDROXY-6,8-DIOXA-BICYCLO[3.2.1]OCTANE-5-CARBOXYLIC ACID;
2,7-ANHYDRO-NEU5AC
ChEMBL
DrugBank
ZINC
PDB chain4x4a Chain A Residue 801 [Download ligand structure] [Download structure with residue number starting from 1] [View ligand structure]
Receptor-Ligand Complex Structure
Global viewLocal viewStructure summary

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]
PDB4x4a Discovery of intramolecular trans-sialidases in human gut microbiota suggests novel mechanisms of mucosal adaptation.
Resolution1.71 Å
Binding residue
(original residue number in PDB)
R257 D282 D339 T557 R575 R637 Y677 W698
Binding residue
(residue number reindexed from 1)
R19 D44 D101 T319 R337 R399 Y439 W460
Annotation score1
Binding affinityMOAD: Ki=2.37mM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sun Dec 1 04:30:37 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/html/BioLiP/pdb.cgi in <module>()
   1435     title=pdb2title(pdbid)
   1436     if bs.startswith("BS"):
=> 1437         pubmed,uniprot=display_interaction(pdbid,asym_id,bs,title)
   1438     else:
   1439         if lig3:
pubmed = '', uniprot = '', display_interaction = <function display_interaction>, pdbid = '4x4a', asym_id = 'A', bs = 'BS01', title = 'Discovery of intramolecular trans-sialidases in ... suggests novel mechanisms of mucosal adaptation.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4x4a', asym_id='A', bs='BS01', title='Discovery of intramolecular trans-sialidases in ... suggests novel mechanisms of mucosal adaptation.')
   1295         display_ec(ec,csaOrig,csaRenu)
   1296     if go:
=> 1297         display_go(go,uniprot,pdbid,asym_id)
   1298     return pubmed,uniprot
   1299 
global display_go = <function display_go>, go = '0004308', uniprot = '', pdbid = '4x4a', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004308', uniprot='', pdbid='4x4a', asym_id='A')
    480         '''.replace("$namespace_link",namespace_link
    481           ).replace("$namespace",namespace
=>  482           ).replace("$uniprot",u
    483         ))
    484         for l,(term,name) in enumerate(go2aspect[Aspect]):
u undefined

UnboundLocalError: local variable 'u' referenced before assignment
      args = ("local variable 'u' referenced before assignment",)
      with_traceback = <built-in method with_traceback of UnboundLocalError object>