Content-type: text/html

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en">
<head> 
 
<link rel="stylesheet" type="text/css" href="style_yz2.css" />

<!-- ==AAA== ======beginning of head====== -->
<!--
  When you compose a webpage at the webserver, please have following in mind:
     1, please keep the following 4 tags unchanged:
            ==AAA==
            ==BBB==
            ==CCC==
            ==DDD==
         These tags will be used to update the frame of the webpages.
     2, the content between '==AAA==' and '==BBB==' and content between 
        '==CCC==' and '==DDD==' will be mandatorily rewritten by the system 
        program. You can put your own contents outside these two regions.
	Thus, your page should look like the following:
	   [your content]
            ==AAA==
 	      [system content]
            ==BBB==
	   [your content]
            ==CCC==
 	      [system content]
            ==DDD==
-->

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/css/all.css" type="text/css" />
<script type="text/javascript" src="/css/minmax.js"></script>
<script type="text/javascript" src="/css/all.js"></script>

<script>
// 设置 cookie 名为 biolip_token,有效期 1 天,路径为 /BioLiP
document.cookie = "biolip_token=qwqw923; path=/BioLiP; max-age=86400; SameSite=Lax";
</script>

<!-- Invisible reCAPTCHA v3 -->
<script src="https://www.google.com/recaptcha/api.js?render=6LcagkUrAAAAAFCPqpnmcCzYujaHjPz2Ie7uM7b7"></script>

<script>
// 用于表单按钮的回调提交函数(目前用不上也可以保留)
function onSubmit(token) {
  document.activeElement.form.submit();
}

// 页面加载完后,拦截 class=recaptcha-link 的点击事件
document.addEventListener("DOMContentLoaded", function() {
  const links = document.querySelectorAll('.recaptcha-link');
  links.forEach(link => {
    link.addEventListener('click', function(e) {
      e.preventDefault(); // 阻止默认跳转行为
      const url = this.href;
      grecaptcha.ready(function() {
        grecaptcha.execute('6LcagkUrAAAAAFCPqpnmcCzYujaHjPz2Ie7uM7b7', {action: 'click'}).then(function(token) {
        const separator = url.includes('?') ? '&' : '?';
        const final_url = url + separator + 'g-recaptcha-response=' + encodeURIComponent(token);
        window.location.href = final_url;
        });
      });
    });
  });
});
</script>

<script>
  function verifyAndSubmit(form) {
      const answer = prompt("Human verification: What is 2 + 3?");
      if (answer === null) return false; // 用户点击取消
      if (parseInt(answer.trim()) === 5) {
          form.submit();
      } else {
          alert("Incorrect answer. Please try again.");
      }
      return false; // 阻止表单默认提交行为
  }
  </script>


</head>
<body>
<!-- End of declaration -->

<div id="z_top">
<!--<a href="/" id="z_lab_logo"><img alt="Zhang Lab" src="/image/logo_top.jpg"  align=left/></a>-->
<a href="/" id="z_lab_logo"><img alt="Zhang Lab" src="/image/zhanglab_logo.png" width=440 align=left/></a>
<a href="http://www.nus.edu.sg" id="z_nus_logo"><img alt="National University of Singapore" src="/image/nus_logo_trans3.png"  align=right /></a>
</div>

<div id="z_menu">
  <a class="z_menu_main" href="/">Home</a>
  <a class="z_menu_main" href="/research/">Research</a>
  <a class="z_menu_main" href="/COVID-19/">COVID-19</a>
  <a class="z_menu_main" href="/services/">Services</a>
  <a class="z_menu_main" href="/papers/">Publications</a>
  <a class="z_menu_main" href="/people/">People</a>
  <a class="z_menu_main" href="/teaching/CS6222.html">Teaching</a>
  <a class="z_menu_main" href="/job/">Job Opening</a>
  <a class="z_menu_main" href="/news/">News</a>
  <a class="z_menu_main" href="/forum/">Forum</a>
  <a class="z_menu_main" href="/labonly/">Lab Only</a>
  <div class="z_clear"></div>
</div>

<div id="z_body">
  <div id="z_sidebar">
    <a id="z_sidebar_title" href="/services/">Online Services</a>
    <p class="z_sidebar_menu z_sidebar_menu1">
    <a href="/I-TASSER/">&#9679;<span>I-TASSER</span></a>
    <a href="/D-I-TASSER/">&#9679;<span>D-I-TASSER</span></a>
      <a href="/I-TASSER-MTD/">&#9679;<span>I-TASSER-MTD</span></a>
      <a href="/C-I-TASSER/">&#9679;<span>C-I-TASSER</span></a>
      <a href="/CR-I-TASSER/">&#9679;<span>CR-I-TASSER</span></a>
      
      <a href="/QUARK/">&#9679;<span>QUARK</span></a>
      <a href="/C-QUARK/">&#9679;<span>C-QUARK</span></a>
      <a href="/D-QUARK/">&#9679;<span>D-QUARK</span></a>
      
      <a href="/DRfold/">&#9679;<span>DRfold</span></a>
      <a href="/DRfold2/">&#9679;<span>DRfold2</span></a>
      
      <a href="/LOMETS/">&#9679;<span>LOMETS</span></a>
      <a href="/MUSTER/">&#9679;<span>MUSTER</span></a>
      <a href="/CEthreader/">&#9679;<span>CEthreader</span></a>
      <a href="/SEGMER/">&#9679;<span>SEGMER</span></a>

      <a href="/DeepFold/">&#9679;<span>DeepFold</span></a>
      <a href="/DeepFoldRNA/">&#9679;<span>DeepFoldRNA</span></a>
      <a href="/FoldDesign/">&#9679;<span>FoldDesign</span></a>
      
      <a href="/COFACTOR/">&#9679;<span>COFACTOR</span></a>
      <a href="/COACH/">&#9679;<span>COACH</span></a>
      <a href="/MetaGO/">&#9679;<span>MetaGO</span></a>
      <a href="/TripletGO/">&#9679;<span>TripletGO</span></a>
      <a href="/ATGO/">&#9679;<span>ATGO</span></a>
      <a href="/IonCom/">&#9679;<span>IonCom</span></a>
      
      <a href="/FG-MD/">&#9679;<span>FG-MD</span></a>
      <a href="/ModRefiner/">&#9679;<span>ModRefiner</span></a>
      <a href="/REMO/">&#9679;<span>REMO</span></a>
      
      <a href="/DEMO/">&#9679;<span>DEMO</span></a>
      <a href="/DEMO-EM/">&#9679;<span>DEMO-EM</span></a>
      
      <a href="/DMFold/">&#9679;<span>DMFold</span></a>
      <a href="/spring/">&#9679;<span>SPRING</span></a>
      <a href="/COTH/">&#9679;<span>COTH</span></a>
      
      <a href="/Threpp/">&#9679;<span>Threpp</span></a>
      <a href="/PEPPI/">&#9679;<span>PEPPI</span></a>
      <a href="/BSpred/">&#9679;<span>BSpred</span></a>
      
      <a href="/ANGLOR/">&#9679;<span>ANGLOR</span></a>
      
      <a href="/EDock/">&#9679;<span>EDock</span></a>
      <a href="/BSP-SLIM/">&#9679;<span>BSP-SLIM</span></a>
      
      <a href="/SAXSTER/">&#9679;<span>SAXSTER</span></a>
      
      <a href="/FUpred/">&#9679;<span>FUpred</span></a>
      <a href="/ThreaDom/">&#9679;<span>ThreaDom</span></a>
      <a href="/ThreaDomEx/">&#9679;<span>ThreaDomEx</span></a>
      
      <a href="/EvoDesign/">&#9679;<span>EvoDesign</span></a>
      <a href="/BindProf/">&#9679;<span>BindProf</span></a>
      <a href="/BindProfX/">&#9679;<span>BindProfX</span></a>
      <a href="/SSIPe/">&#9679;<span>SSIPe</span></a>

      <a href="/GPCR-I-TASSER/">&#9679;<span class="z_narrow">GPCR-I-TASSER</span></a>
      <a href="/MAGELLAN/">&#9679;<span>MAGELLAN</span></a>

      <a href="/ResQ/">&#9679;<span>ResQ</span></a>
      
      <a href="/STRUM/">&#9679;<span>STRUM</span></a>
      <a href="/DAMpred/">&#9679;<span>DAMpred</span></a>
      <a href="/TCRfinder/">&#9679;<span>TCRfinder</span></a>
    </p>
    <p class="z_sidebar_menu z_sidebar_menu2">
      <a href="/TM-score/">&#9679;<span>TM-score</span></a>
      <a href="/TM-align/">&#9679;<span>TM-align</span></a>
      <a href="/US-align/">&#9679;<span>US-align</span></a>
      <a href="/MM-align/">&#9679;<span>MM-align</span></a>
      <a href="/RNA-align/">&#9679;<span>RNA-align</span></a>
      
      <a href="/NW-align/">&#9679;<span>NW-align</span></a>
      <a href="/LS-align/">&#9679;<span>LS-align</span></a>
      <a href="/TM-search/">&#9679;<span>TM-search</span></a>
      
      <a href="/EDTSurf/">&#9679;<span>EDTSurf</span></a>
      <a href="/MVP/">&#9679;<span>MVP</span></a>
      <a href="/MVP-Fit/">&#9679;<span>MVP-Fit</span></a>
      
      <a href="/SPICKER/">&#9679;<span>SPICKER</span></a>
      <a href="/HAAD/">&#9679;<span>HAAD</span></a>
      <a href="/PSSpred/">&#9679;<span>PSSpred</span></a>
      <a href="/3DRobot/">&#9679;<span>3DRobot</span></a>
      
      <a href="/MR-REX/">&#9679;<span>MR-REX</span></a>
      <a href="/I-TASSER-MR/">&#9679;<span>I-TASSER-MR</span></a>
      
      <a href="/SVMSEQ/">&#9679;<span>SVMSEQ</span></a>
      <a href="/NeBcon/">&#9679;<span>NeBcon</span></a>
      <a href="/ResPRE/">&#9679;<span>ResPRE</span></a>
      <a href="/TripletRes/">&#9679;<span>TripletRes</span></a>
      <a href="/DeepPotential/">&#9679;<span>DeepPotential</span></a>
      
      <a href="/WDL-RF/">&#9679;<span>WDL-RF</span></a>
      <a href="/ATPbind/">&#9679;<span>ATPbind</span></a>
      
      <a href="/DockRMSD/">&#9679;<span>DockRMSD</span></a>
      <a href="/DeepMSA/">&#9679;<span>DeepMSA</span></a>
      <a href="/DeepMSA2/">&#9679;<span>DeepMSA2</span></a>
      <a href="/rMSA/">&#9679;<span>rMSA</span></a>
      <a href="/FASPR/">&#9679;<span>FASPR</span></a>
      
      <a href="/EM-Refiner/">&#9679;<span>EM-Refiner</span></a>
      <a href="/GPU-I-TASSER/">&#9679;<span>GPU-I-TASSER</span></a>
    </p>
    <p class="z_sidebar_menu z_sidebar_menu1">
      <a href="/BioLiP/">&#9679;<span>BioLiP</span></a>
      <a href="/HPmod/">&#9679;<span>HPmod</span></a>
      <a href="/Ecoli/">&#9679;<span>E. coli</span></a>
      
      <a href="/GLASS/">&#9679;<span>GLASS</span></a>
      <a href="/GPCR-HGmod/">&#9679;<span>GPCR-HGmod</span></a>
      <a href="/GPCR-RD/">&#9679;<span>GPCR-RD</span></a>
      <a href="/GPCR-EXP/">&#9679;<span>GPCR-EXP</span></a>
      
      
      <a href="/Tara-3D/">&#9679;<span>Tara-3D</span></a>
      <a href="/TM-fold/">&#9679;<span>TM-fold</span></a>
      
      <a href="/decoys/">&#9679;<span>DECOYS</span></a>
      <a href="/potential/">&#9679;<span>POTENTIAL</span></a>
      <a href="/RW/">&#9679;<span>RW/RWplus</span></a>
      <a href="/EvoEF/">&#9679;<span>EvoEF</span></a>
      <a href="/HPSF/">&#9679;<span>HPSF</span></a>
      <a href="/THE-DB/">&#9679;<span>THE-DB</span></a>
      <a href="/ADDRESS/">&#9679;<span>ADDRESS</span></a>
      <a href="/Alpaca-Antibody/">&#9679;<span>Alpaca-Antibody</span></a>
      
      <a href="/casp7/">&#9679;<span>CASP7</span></a>
      <a href="/casp8/">&#9679;<span>CASP8</span></a>
      <a href="/casp9/">&#9679;<span>CASP9</span></a>
      <a href="/casp10/">&#9679;<span>CASP10</span></a>
      <a href="/casp11/">&#9679;<span>CASP11</span></a>
      <a href="/casp12/">&#9679;<span>CASP12</span></a>
      <a href="/casp13/">&#9679;<span>CASP13</span></a>
      <a href="/casp14/">&#9679;<span>CASP14</span></a>
    </p>
  </div>
  <div id="z_page">
<!-- ==BBB== ======ending of head======== -->




<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>BioLiP Library</title>
<link rel="stylesheet" type="text/css" href="linkstyle.css" />
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<div id="wrapper">
<div id="header">
<br class="clearfix" />
</div>
<div id="page">

<div id="menunav">
<ul id="navbar">
    <li><a href=".">HOME</a></li>
    <li><a href="index.cgi#by_name">SEARCH</a>
        <ul>
        <li><a href="index.cgi#by_name">Search by name</a></li>
        <li><a href="index.cgi#by_seq">Search by sequence</a></li>
        <li><a href="index.cgi#by_struct">Search by structure</a></li>
        </ul>
    </li>
    <li><a href="qsearch.cgi" class="recaptcha-link">BROWSE</a>
        <ul>
            <li><a href="qsearch.cgi" class="recaptcha-link">Browse all entries</a></li>
            <li><a href="qsearch.cgi?lig3=regular" class="recaptcha-link">Browse all regular ligands</a></li>
            <li><a href="qsearch.cgi?lig3=metal" class="recaptcha-link">Browse all metal ions</a></li>
            <li><a href="qsearch.cgi?lig3=peptide" class="recaptcha-link">Browse all peptide ligands</a></li>
            <li><a href="qsearch.cgi?lig3=rna" class="recaptcha-link">Browse all RNA ligands</a></li>
            <li><a href="qsearch.cgi?lig3=dna" class="recaptcha-link">Browse all DNA ligands</a></li>
            <li><a href="qsearch.cgi?baff=baff" class="recaptcha-link">Browse binding affinities</a></li>                                           
        </ul>
    </li>
    <li><a href="ligand.cgi">LIGAND</a></li>
    <li><a href="/COACH">COACH</a></li>
    <li><a href="download.html">DOWNLOAD</a></li>
    <li><a href="help.html">HELP</a></li>
</ul>
</div>

<!--- <div id="padd"> -->
<div class="post">



Download all results in tab-seperated text for 
<a href="?outfmt=txt&order=pdbid&pdbid=1e6y" download="BioLiP.txt">18 receptor-ligand interactions</a>, whose format is explained at <a href="download/readme.txt">readme.txt</a>.<br>
<li>Hover over <strong>PDB</strong> to view the title of the structure.
Click <strong>PDB</strong> to view the structure at the RCSB PDB database.
Resolution -1.00 means the resolution is unavailable, e.g., for NMR structures.</li>
<li>Click <strong>Site #</strong> to view the binding site structure.
Hover over <strong>Site #</strong> to view the binding residues.</li>

<li>Hover over <strong>Ligand</strong> to view the full ligand name. Click <strong>Ligand</strong> to view the 2D diagram and other detail information of the ligand.</li>

<li>Hover over <strong>EC number</strong> to view the full name of enzymatic activity.</li>
<li>Hover over <strong>GO terms</strong> to view all GO terms.
<li>Hover over <strong>UniProt</strong> to view the protein name.</li>

<p></p>
<form name="sform" action="qsearch.cgi">
Sort results by
<select name="order" onchange="this.form.submit()">
    <option value="pdbid" selected="selected">PDB ID</option>
    <option value="lig3">Ligand ID</option>
    <option value="uniprot">UniProt ID</option>
    <option value="reso">Resolution</option>
<input type=hidden name=pdbid   value='1e6y'>
<input type=hidden name=lig3    value=''>
<input type=hidden name=uniprot value=''>
<input type=hidden name=ecn     value=''>
<input type=hidden name=got     value=''>
<input type=hidden name=ligname value=''>
<input type=hidden name=pubmed  value=''>
<input type=hidden name=baff  value=''>
</form>
<center> 
<a class='hover' href='?&page=1&order=pdbid&pdbid=1e6y'>&lt&lt</a>
<a class='hover' href='?&page=0&order=pdbid&pdbid=1e6y'>&lt</a>

 1 

<a class='hover' href='?&page=2&order=pdbid&pdbid=1e6y'>&gt</a>
<a class='hover' href='?&page=last&order=pdbid&pdbid=1e6y'>&gt&gt</a>
<form name="pform" action="qsearch.cgi">Go to page <select name="page" onchange="this.form.submit()">

<option value="1" selected="selected">1</option>
</select>
<input type=hidden name=pdbid   value='1e6y'>
<input type=hidden name=lig3    value=''>
<input type=hidden name=uniprot value=''>
<input type=hidden name=ecn     value=''>
<input type=hidden name=got     value=''>
<input type=hidden name=ligname value=''>
<input type=hidden name=pubmed  value=''>
</form></center><br>
  
<table border="0" align=center width=100%>    
<tr BGCOLOR="#FF9900">
    <th width=5% ALIGN=center><strong> # </strong></th>
    <th width=12% ALIGN=center><strong> PDB<br>(Resolution &#8491;) </strong></th>
    <th width=5%  ALIGN=center><strong> Site # </strong></th>
    <th width=10% ALIGN=center><strong> Ligand </strong> </th>           
    <th width=10% ALIGN=center><strong> EC number </strong> </th>           
    <th width=16% ALIGN=center><strong> GO terms </strong> </th>           
    <th width=10% ALIGN=center><strong> UniProt </strong> </th>           
    <th width=10% ALIGN=center><strong> PubMed </strong> </th>           
    <th width=22% ALIGN=center><strong> Binding<br>affinity</strong> </th>           
</tr><tr ALIGN=center>


<tr  ALIGN=center>
    <td>1</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:A</a> (1.6)</span></td>
    <td><span title="A1158 V1159 V1160 Q1161 M1164 Q1244 M1247 A1257"><a href="pdb.cgi?pdb=1e6y&chain=A&bs=BS01" target=_blank>BS01</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>2</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:A</a> (1.6)</span></td>
    <td><span title="R1284 M1337 F1343 F1463 M1500 N1501"><a href="pdb.cgi?pdb=1e6y&chain=A&bs=BS02" target=_blank>BS02</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=TP7" target=_blank><span title="ZINC000003869535">TP7</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>3</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:A</a> (1.6)</span></td>
    <td><span title="Y1346 F1463 F1464"><a href="pdb.cgi?pdb=1e6y&chain=A&bs=BS03" target=_blank>BS03</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=COM" target=_blank><span title="ZINC000003831040">COM</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>4</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:A</a> (1.6)</span></td>
    <td><span title="V1341 G1342 F1343 T1344 Q1345 Y1346 F1463"><a href="pdb.cgi?pdb=1e6y&chain=A&bs=BS04" target=_blank>BS04</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>5</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:A</a> (1.6)</span></td>
    <td><span title="R1239 K1270 H1271"><a href="pdb.cgi?pdb=1e6y&chain=A&bs=BS05" target=_blank>BS05</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=TP7" target=_blank><span title="ZINC000003869535">TP7</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>6</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:B</a> (1.6)</span></td>
    <td><span title="F2359 F2360 Y2365 G2367 H2377"><a href="pdb.cgi?pdb=1e6y&chain=B&bs=BS01" target=_blank>BS01</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=TP7" target=_blank><span title="ZINC000003869535">TP7</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07955" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRB_METBF Methyl-coenzyme M reductase subunit beta (Gene Name=mcrB)"><a href=https://uniprot.org/uniprot/P07955 target=_blank>P07955</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>7</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:B</a> (1.6)</span></td>
    <td><span title="F2359 Y2365"><a href="pdb.cgi?pdb=1e6y&chain=B&bs=BS02" target=_blank>BS02</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=COM" target=_blank><span title="ZINC000003831040">COM</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07955" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRB_METBF Methyl-coenzyme M reductase subunit beta (Gene Name=mcrB)"><a href=https://uniprot.org/uniprot/P07955 target=_blank>P07955</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>8</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:B</a> (1.6)</span></td>
    <td><span title="S2363 I2364 Y2365"><a href="pdb.cgi?pdb=1e6y&chain=B&bs=BS03" target=_blank>BS03</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07955" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRB_METBF Methyl-coenzyme M reductase subunit beta (Gene Name=mcrB)"><a href=https://uniprot.org/uniprot/P07955 target=_blank>P07955</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>9</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:C</a> (1.6)</span></td>
    <td><span title="L3118 S3119 G3120 A3154 T3155 V3156 H3159"><a href="pdb.cgi?pdb=1e6y&chain=C&bs=BS01" target=_blank>BS01</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07964" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRG_METBF Methyl-coenzyme M reductase subunit gamma (Gene Name=mcrG)"><a href=https://uniprot.org/uniprot/P07964 target=_blank>P07964</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>10</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:D</a> (1.6)</span></td>
    <td><span title="G4340 V4341 G4342 F4343 T4344 Q4345 Y4346 F4416 G4462 F4463"><a href="pdb.cgi?pdb=1e6y&chain=D&bs=BS01" target=_blank>BS01</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>11</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:D</a> (1.6)</span></td>
    <td><span title="R4239 K4270 H4271"><a href="pdb.cgi?pdb=1e6y&chain=D&bs=BS02" target=_blank>BS02</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=TP7" target=_blank><span title="ZINC000003869535">TP7</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>12</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:D</a> (1.6)</span></td>
    <td><span title="A4158 V4159 V4160 Q4161 M4164 Q4244 M4247 A4257"><a href="pdb.cgi?pdb=1e6y&chain=D&bs=BS03" target=_blank>BS03</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>13</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:D</a> (1.6)</span></td>
    <td><span title="R4284 M4337 F4343 F4463 M4500 N4501 V4502"><a href="pdb.cgi?pdb=1e6y&chain=D&bs=BS04" target=_blank>BS04</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=TP7" target=_blank><span title="ZINC000003869535">TP7</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>14</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:D</a> (1.6)</span></td>
    <td><span title="Y4346 F4463 F4464"><a href="pdb.cgi?pdb=1e6y&chain=D&bs=BS05" target=_blank>BS05</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=COM" target=_blank><span title="ZINC000003831040">COM</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07962" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0046872 (F) metal ion binding
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRA_METBF Methyl-coenzyme M reductase subunit alpha (Gene Name=mcrA)"><a href=https://uniprot.org/uniprot/P07962 target=_blank>P07962</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>15</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:E</a> (1.6)</span></td>
    <td><span title="S5363 I5364 Y5365"><a href="pdb.cgi?pdb=1e6y&chain=E&bs=BS01" target=_blank>BS01</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07955" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRB_METBF Methyl-coenzyme M reductase subunit beta (Gene Name=mcrB)"><a href=https://uniprot.org/uniprot/P07955 target=_blank>P07955</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>16</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:E</a> (1.6)</span></td>
    <td><span title="F5359 F5360 Y5365 G5367 H5377"><a href="pdb.cgi?pdb=1e6y&chain=E&bs=BS02" target=_blank>BS02</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=TP7" target=_blank><span title="ZINC000003869535">TP7</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07955" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRB_METBF Methyl-coenzyme M reductase subunit beta (Gene Name=mcrB)"><a href=https://uniprot.org/uniprot/P07955 target=_blank>P07955</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr  ALIGN=center>
    <td>17</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:E</a> (1.6)</span></td>
    <td><span title="F5359 Y5365"><a href="pdb.cgi?pdb=1e6y&chain=E&bs=BS03" target=_blank>BS03</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=COM" target=_blank><span title="ZINC000003831040">COM</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07955" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRB_METBF Methyl-coenzyme M reductase subunit beta (Gene Name=mcrB)"><a href=https://uniprot.org/uniprot/P07955 target=_blank>P07955</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

<tr BGCOLOR="#DEDEDE" ALIGN=center>
    <td>18</td>
    <td><span title="Comparison of Three Methyl-Coenzyme M Reductases from Phylogenetically Distant Organisms: Unusual Amino Acid Modification, Conservation and Adaptation "><a href="https://rcsb.org/structure/1e6y" target=_blank>1e6y:F</a> (1.6)</span></td>
    <td><span title="L6118 S6119 G6120 A6154 T6155 V6156 H6157 H6159"><a href="pdb.cgi?pdb=1e6y&chain=F&bs=BS01" target=_blank>BS01</span></td>
    <td style="word-wrap: break-word"><a href="sym.cgi?code=F43" target=_blank><span title="">F43</span></a></td>
    <td><a href=https://enzyme.expasy.org/EC/2.8.4.1 target=_blank><span title="coenzyme-B sulfoethylthiotransferase.">2.8.4.1</span></a></td>
    <td><a href="https://ebi.ac.uk/QuickGO/annotations?geneProductId=P07964" target=_blank><span title="GO:0005737 (C) cytoplasm
GO:0015948 (P) methanogenesis
GO:0016740 (F) transferase activity
GO:0050524 (F) coenzyme-B sulfoethylthiotransferase activity">GO:0005737 ...</span></a></td>
    <td><span title="MCRG_METBF Methyl-coenzyme M reductase subunit gamma (Gene Name=mcrG)"><a href=https://uniprot.org/uniprot/P07964 target=_blank>P07964</a></span></td>
    <td><a href=https://pubmed.ncbi.nlm.nih.gov/11023796 target=_blank>11023796</a></td>
    <td></td>
</tr>

</table>


</div>
<div>
<hr width=30% align=left>
<b>Reference:</b>
<ul>
<li>
Chengxin Zhang, Xi Zhang, Peter L Freddolino, and Yang Zhang.
<i>BioLiP2: an updated structure database for biologically relevent ligand-protein interactions</i>, Nucleic Acids Research, gkad630 (2023)(<a href=/papers/2023_9.pdf>download the PDF file</a>).
</li>
<li>
Jianyi Yang, Ambrish Roy, and Yang Zhang.
<i>BioLiP: a semi-manually curated database for biologically relevant ligand-protein interactions</i>, Nucleic Acids Research, 41: D1096-D1103 (2013) (<a href=/papers/2013_1.pdf>download the PDF file</a>).
</li>
</ul>
<p>
<p>
</div>
</div>
</div>


<script>
    function submitQsearch(token) {
      document.getElementById('qsearchForm').submit();
    }
  </script>

<script>
    function submitSsearch(token) {
      document.getElementById('ssearchForm').submit();
    }
  </script>

<script>
    function submitFsearch(token) {
      document.getElementById('fsearchForm').submit();
    }
  </script>

<script src="https://www.google.com/recaptcha/api.js?render=6LcagkUrAAAAAFCPqpnmcCzYujaHjPz2Ie7uM7b7"></script>
<script>
  function verifyAndSubmit(form) {
    const answer = prompt("Human verification: What is 5 * (2 + 3)?");
    if (answer === null) return false;
    if (parseInt(answer.trim()) !== 25) {
      alert("Incorrect answer.");
      return false;
    }
  
    grecaptcha.ready(function () {
      grecaptcha.execute('6LcagkUrAAAAAFCPqpnmcCzYujaHjPz2Ie7uM7b7', { action: 'submit' }).then(function (token) {
        // 动态创建隐藏字段存token
        let input = document.createElement("input");
        input.type = "hidden";
        input.name = "g-recaptcha-response";
        input.value = token;
        form.appendChild(input);
  
        form.submit();  // 提交表单
      });
    });
  
    return false;  // 阻止默认提交,直到 token 加入后再手动 submit
  }
  </script>

<!-- <script src="https://www.google.com/recaptcha/api.js?render=6LcagkUrAAAAAFCPqpnmcCzYujaHjPz2Ie7uM7b7"></script>
<script>
  function verifyAndSubmit(form) {
    const answer = prompt("Human verification: Type the word 'biolip2' backward.");
    if (answer === null) return false; // 用户点击取消
    if (answer.trim() !== "2piloib") {
      alert("Incorrect answer.");
      return false;
    }

    grecaptcha.ready(function () {
      grecaptcha.execute('6LcagkUrAAAAAFCPqpnmcCzYujaHjPz2Ie7uM7b7', { action: 'submit' }).then(function (token) {
        const hiddenInput = document.createElement("input");
        hiddenInput.type = "hidden";
        hiddenInput.name = "g-recaptcha-response";
        hiddenInput.value = token;
        form.appendChild(hiddenInput);
        form.submit(); // 验证通过后提交表单
      });
    });

    return false; // 阻止默认表单提交,等待 reCAPTCHA 完成
  }
</script> -->


<!-- ==CCC== ======beginning of tail==== -->
</div></div> <!-- for closing all the opening tags. -->
</div>
<p>
  
  <?php
   $remote_addr = $_SERVER['REMOTE_ADDR'];
   $forwarded_for = $_SERVER['HTTP_X_FORWARDED_FOR'] ?? '';
   $http_referer = $_SERVER['HTTP_REFERER'] ?? '';
   echo shell_exec(
   "REMOTE_ADDR='$remote_addr' " .
   "HTTP_X_FORWARDED_FOR='$forwarded_for' " .
   "HTTP_REFERER='$http_referer' " .
   "/www/cgi-bin/counter4/BioLiP_index.html.cgi"
   );
   ?>
  <!--#exec cgi="/cgi-bin/counter4/BioLiP_index.html.cgi"-->
<p id="z_foot">
<a href="mailto:zhanglab\@zhanggroup.org">zhanglab<img src=/image/at.gif width=10 border=0>zhanggroup.org</a>  
|  +65-6601-1241 | Computing 1, 13 Computing Drive, Singapore 117417
</p>
<br>
</body>
</html>
<!-- ==DDD== =======ending of tail====== -->