Structure of PDB 4v04 Chain B Binding Site BS01

Receptor Information
>4v04 Chain B (length=289) Species: 9606 (Homo sapiens) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AGVSEYELPEDPRWELPRDRLVLGKPLGEGAFGQVVLAEAIGLDKDKPNR
VTKVAVKMLKSDATEKDLSDLISEMEMMKMIGKHKNIINLLGACTQDGPL
YVIVEYASKGNLREYLQARRPPEQLSSKDLVSCAYQVARGMEYLASKKCI
HRDLAARNVLVTEDNVMKIADFGLIDYYKKTTNGRLPVKWMAPEALFDRI
YTHQSDVWSFGVLLWEIFTLGGSPYPGVPVEELFKLLKEGHRMDKPSNCT
NELYMMMRDCWHAVPSQRPTFKQLVEDLDRIVALTSNQE
Ligand information
Ligand ID0LI
InChIInChI=1S/C29H27F3N6O/c1-20-5-6-22(16-21(20)8-10-25-18-33-27-4-3-11-34-38(25)27)28(39)35-24-9-7-23(26(17-24)29(30,31)32)19-37-14-12-36(2)13-15-37/h3-7,9,11,16-18H,12-15,19H2,1-2H3,(H,35,39)
InChIKeyPHXJVRSECIGDHY-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.370CN1CCN(CC1)Cc2ccc(NC(=O)c3ccc(C)c(c3)C#Cc4cnc5cccnn45)cc2C(F)(F)F
ACDLabs 12.01FC(F)(F)c1cc(ccc1CN2CCN(C)CC2)NC(=O)c5cc(C#Cc3cnc4cccnn34)c(cc5)C
OpenEye OEToolkits 1.7.6Cc1ccc(cc1C#Cc2cnc3n2nccc3)C(=O)Nc4ccc(c(c4)C(F)(F)F)CN5CCN(CC5)C
FormulaC29 H27 F3 N6 O
Name3-(imidazo[1,2-b]pyridazin-3-ylethynyl)-4-methyl-N-{4-[(4-methylpiperazin-1-yl)methyl]-3-(trifluoromethyl)phenyl}benzam ide;
Ponatinib
ChEMBLCHEMBL1171837
DrugBankDB08901
ZINCZINC000036701290
PDB chain4v04 Chain B Residue 1771 [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]
PDB4v04 Structural Insights Into Fgfr Kinase Isoform Selectivity: Diverse Binding Modes of Azd4547 and Ponatinib in Complex with Fgfr1 and Fgfr4
Resolution2.12 Å
Binding residue
(original residue number in PDB)
A512 K514 E531 M534 V561 Y563 A564 L614 C619 I620 H621 R622 L630 I639 A640 D641 G643 L644
Binding residue
(residue number reindexed from 1)
A55 K57 E74 M77 V104 Y106 A107 L144 C149 I150 H151 R152 L160 I169 A170 D171 G173 L174
Annotation score1
Binding affinityMOAD: Kd=7.7nM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 29 07:10:35 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 = '4v04', asym_id = 'B', bs = 'BS01', title = 'Structural Insights Into Fgfr Kinase Isoform Sel...47 and Ponatinib in Complex with Fgfr1 and Fgfr4 '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4v04', asym_id='B', bs='BS01', title='Structural Insights Into Fgfr Kinase Isoform Sel...47 and Ponatinib in Complex with Fgfr1 and Fgfr4 ')
   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 = '0004672,0004713,0005007,0005524,0006468', uniprot = '', pdbid = '4v04', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004672,0004713,0005007,0005524,0006468', uniprot='', pdbid='4v04', asym_id='B')
    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>