CINXE.COM
Target search tools | IUPHAR/BPS Guide to PHARMACOLOGY
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <script src="js/jquery.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/jquery.cookie.js" type="text/javascript"></script> <script src="js/jquery.cookiecuttr.js" type="text/javascript"></script> <script src="js/cookie_tracking.js" type="text/javascript"> <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Default ad_storage to 'denied' as a placeholder // Determine actual values based on your own requirements gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied' }); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-2BNY8HSKW5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-2BNY8HSKW5'); // gtag('event', eventName, eventParameters); </script> <script> if (jQuery.cookie('cc_cookie_decline') == "cc_cookie_decline") { // do nothing } else { gtag('consent', 'update', { 'analytics_storage': 'granted' }); } </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-W2MLL4P');</script> <!-- End Google Tag Manager --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Target search tools | IUPHAR/BPS Guide to PHARMACOLOGY</title> <link rel="stylesheet" type="text/css" href="css/iuphar.css" /> <link rel="stylesheet" type="text/css" href="css/grac.css" /> <link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" media="screen" href="superfish/css/superfish.css" /> <link rel="stylesheet" href="css/cookiecuttr.css"/> <link rel="stylesheet" href="css/text.css" /> <link rel="stylesheet" href="css/960.css" /> <link rel="stylesheet" href="css/graceq.css" /> <link rel="stylesheet" href="css/jquery-ui.min.css"/> <link rel="shortcut icon" href="images/GTP_favicon_lg.ico"/> <script type="text/javascript" src="js/common.js"></script> <script src="js/jquery.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/autocomplete.categories.js"></script> <script src="superfish/js/hoverIntent.js"></script> <script src="superfish/js/superfish.js"></script> <script src="superfish/js/supersubs.js"></script> <script> $(document).ready(function(){ $("ul.sf-menu").supersubs({ minWidth: 12, // minimum width of sub-menus in em units maxWidth: 27, // maximum width of sub-menus in em units extraWidth: 1 // extra width can ensure lines don't sometimes turn over // due to slight rounding differences and font-family }).superfish(); // call supersubs first, then superfish, so that subs are // not display:none when measuring. Call before initialising // containing tabs for same reason. }); </script> <script> //Get local file function fileUploaded(event) { //If there is now a file, process it var file = document.getElementById("file").files[0]; if (file) { var reader = new FileReader(); reader.readAsText(file, "UTF-8"); reader.onload = function(e) { document.getElementById("idList").value = e.target.result; }; } else { document.getElementById("idList").value = ""; e.target.input = ""; } } //Clear all input ids for id search function clearIds() { document.getElementById("idList").value = ""; document.getElementById("file").value = ""; } /* function fileUploadedPB(event) { //If there is now a file, process it var file = document.getElementById("filePB").files[0]; if (file) { var reader = new FileReader(); reader.readAsText(file, "UTF-8"); reader.onload = function(e) { document.getElementById("idListPB").value = e.target.result; }; } else { document.getElementById("idListPB").value = ""; e.target.input = ""; } } //Clear all input ids for pharmacology search function clearIdsPB() { document.getElementById("idListPB").value = ""; document.getElementById("filePB").value = ""; }*/ </script> </head> <body> <!-- Global site tag (gtag.js) - Google Analytics --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W2MLL4P" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- code to display return to top button on scroll down --> <a href="javascript:" id="return-to-top"><p>Top ▲</p></a> <!-- end --> <!-- ========== HEAD SECTION START - DO NOT ADD ANY CONTENT HERE ===================== --> <div class="header"> <div id="header"> <div class="brandandsearchtest"> <!-- <div class="brandandsearch"> --> <div class="newsearchright"> <form class="newmainsearch" method="get" action="/GRAC/DatabaseSearchForward"> <input type="text" id="quick_search" size="14" maxlength="200" name="searchString"/> <input type="hidden" name="searchCategories" value="all"/> <input type="hidden" name="species" value="none"/> <input type="hidden" name="type" value="all"/> <input type="hidden" name="comments" value="includeComments"/> <input type="hidden" name="order" value="rank"/> <!-- <input type="submit" name="submit" value="Search Database" /> --> <button type="submit" aria-label="Search button"><i class="fa fa-search"></i></button> </form> </div> <img alt="gtopdb_logo_and_banner_image" width="720" style="margin-top:15px;margin-bottom:15px;" src="images/gtopdb_banner_2020.png"> </div> <script> $("#quick_search").catcomplete({delay: 300, minLength: 2, source: "/GRAC/autocompleteAll.jsp", focus: function( event, ui ) { // $( "#ligand_text" ).val( ui.item.label ); // do nothing on mouse over return false; }, select: function( event, ui ) { //window.open(ui.item.value); self.location.href = ui.item.value; return false; } }); </script> </div> <!-- =========== END OF HEAD SECTION =================================================== --> <!-- ========== SUPERFISH NAV START ============================================================ --> <div class="mainnavcont"> <div class="mainnavtext"> <ul id="sample-menu-1" class="sf-menu"> <li class="current"> <a href="/">Home</a> </li> <li> <a href="/about.jsp">About</a> <ul> <li><a href="/about.jsp">About The Guide to PHARMACOLOGY</a></li> <li><a href="/nciuphar.jsp">About NC-IUPHAR</a></li> <li><a href="/databaseContent.jsp">Database Content</a></li> <li><a href="/GRAC/ContributorListForward">Contributors</a></li> <li><a href="/sponsors.jsp">Sponsors</a></li> <li><a href="/citing.jsp">Citing</a></li> <li><a href="/linking.jsp">Linking to us</a></li> <!--<li><a href="/faq.jsp">FAQ</a></li>--> <li><a href="/disclaimer.jsp">Disclaimer</a></li> <li><a href="/privacyPolicy.jsp">Privacy and Cookie Policy</a></li> </ul> </li> <li> <a href="/targets.jsp">Targets </a> <ul> <li> <a href="/GRAC/ReceptorFamiliesForward?type=GPCR">GPCRs</a> </li> <li> <a href="/GRAC/ReceptorFamiliesForward?type=IC">Ion channels</a> <ul> <li><a href="/GRAC/ReceptorFamiliesForward?type=IC">LGICs</a></li> <li><a href="/GRAC/ReceptorFamiliesForward?type=IC">VGICs</a></li> <li><a href="/GRAC/ReceptorFamiliesForward?type=IC">Other channels</a></li> </ul> </li> <li> <a href="/GRAC/ReceptorFamiliesForward?type=NHR">Nuclear receptors</a> </li> <li> <a href="/GRAC/FamilyDisplayForward?familyId=698&familyType=ENZYME">Kinases</a> </li> <li> <a href="/GRAC/ReceptorFamiliesForward?type=CATALYTICRECEPTOR">Catalytic receptors</a> </li> <li> <a href="/GRAC/ReceptorFamiliesForward?type=TRANSPORTER">Transporters</a> </li> <li> <a href="/GRAC/ReceptorFamiliesForward?type=ENZYME">Enzymes</a> </li> <li> <a href="/GRAC/ReceptorFamiliesForward?type=OTHER">Other protein targets</a> </li> <li><a href="/GRAC/searchPage.jsp">Target search</a> <ul> <li><a href="/GRAC/searchPage.jsp">Target search tools</a></li> <li><a href="/blast">BLAST</a></li> </ul> </li> </ul> </li> <li> <a href="/GRAC/LigandListForward?type=Approved">Ligands</a> <ul> <li><a href="/GRAC/LigandListForward?type=Approved">Ligand list</a></li> <li><a href="/GRAC/LigandFamiliesForward">Ligand families</a></li> <li><a href="/GRAC/chemSearch.jsp">Ligand search</a></li> </ul> </li> <li> <a href="/GRAC/DiseaseListForward">Diseases</a> </li> <li> <a href="/helpPage.jsp">Resources</a> <ul> <li><a href="/helpPage.jsp">Help</a></li> <li><a href="/GuidetoPHARMACOLOGY_Tutorial.pdf" target="_blank" onClick="recordEvent(this, 'Other files', 'View PDF', 'Tutorial');return false;">Tutorial</a></li> <li><a href="/faq.jsp">FAQ</a></li> <li><a href="/pdfs/termsAndSymbols.pdf" target="_blank" onClick="recordEvent(this, 'Other files', 'View PDF', 'Terms and Symbols');return false;">Terms and symbols</a></li> <li><a href="/nomenclature.jsp">Nomenclature guidelines</a></li> <li><a href="/nciupharPublications.jsp">Publications</a></li> <li><a href="/download.jsp">Downloads</a> <ul> <li><a href="/download.jsp">Download data and reports</a></li> <li><a href="/webServices.jsp">Web services</a></li> <li><a href="/slides.jsp">Slides and posters</a></li> </ul> </li> <li><a href="/news.jsp">News</a> <ul> <li><a href="/immuno/immuphar2018.jsp">Immunopharmacology Meeting 2018</a></li> <li><a href="/news.jsp">Latest news</a></li> <li><a href="/GRAC/HotTopicsForward">Hot topics</a></li> <li><a href="/latestPairings.jsp">Latest pairings</a></li> </ul> </li> <li><a href="https://bpspubs.onlinelibrary.wiley.com/toc/14765381/2023/180/S2" target="_blank" onClick="recordEvent(this, 'BJP links', 'https://bpspubs.onlinelibrary.wiley.com/toc/14765381/2023/180/S2', 'CGTP table of contents');return false;">Concise Guide to PHARMACOLOGY</a></li> <li><a href="/links.jsp">Useful links</a></li> </ul> </li> <li> <a href="/GRAC/searchPage.jsp">Advanced search</a> <ul> <li><a href="/GRAC/searchPage.jsp">Target search</a> <ul> <li><a href="/GRAC/searchPage.jsp">Target search tools</a></li> <li><a href="/blast">BLAST</a></li> </ul> </li> <li><a href="/GRAC/chemSearch.jsp">Ligand search</a></li> <li><a href="/GRAC/pharmacologySearch.jsp">Pharmacology search</a></li> </ul> </li> <li class="immuno_portal"> <a href="/immuno/index.jsp" onClick="recordEvent(this, 'index', 'Menu Link to GtoImmuPdb', 'Link to GtoImmuPdb');return false;">Immuno Portal</a> </li> <li class="gtmp_portal"> <a href="/malaria/index.jsp" onClick="recordEvent(this, 'index', 'Menu Link to GtoMPdb', 'Link to GtoMPdb');return false;">Malaria Portal</a> </li> <!-- <li class="immuno_portal"> <a href="http://www.guidetoimmunopharmacology.org/immuno/index.jsp">Guide to IMMUNOPHARMACOLOGY Portal</a> </li> --> </ul> </div> <div id="dropbar" class="navbar"> <a href="/"> <i class="fa fa-home fa-sm"></i> Home</a> <a href="/about.jsp">About</a> <a href="/helpPage.jsp">Help</a> <div class="navbar-search-container"> <form method="get" action="/GRAC/DatabaseSearchForward" class="search_box_dropbar"> <input type="text" title="Quick Search Box" id="quick_search_dropnav" size="14" maxlength="200" name="searchString" placeholder="Search GtoPdb..."/> <input type="hidden" name="searchCategories" value="all"/> <input type="hidden" name="species" value="none"/> <input type="hidden" name="type" value="all"/> <input type="hidden" name="comments" value="includeComments"/> <input type="hidden" name="order" value="rank"/> <button type="submit" aria-label="Search button"><i class="fa fa-search"></i></button> </form> <script> $("#quick_search_dropnav").catcomplete({delay: 300, minLength: 2, source: "/GRAC/autocompleteAll.jsp", focus: function( event, ui ) { // $( "#ligand_text" ).val( ui.item.label ); // do nothing on mouse over return false; }, select: function( event, ui ) { //window.open(ui.item.value); self.location.href = ui.item.value; return false; } }); </script> </div> </div> </div> <!-- ========== SUPERFISH NAV END ============================================================ --> <div class="container_16"> <!-- ==================== BREADCRUMBS START - NEEDS TO BE UPDATED MANUALLY ==================== --> <div class="breadcrumbscont"> <ul class="crumbtext"> <li><a href="/index.jsp">Home</a></li> <li>Target search</li> </ul> </div> <!-- ==================== BREADCRUMBS END ======================================== --> <!-- ==================== CONTENT START ==================== --> <div class="grid_12"> <!-- ==================== GRID 16 START ==================== --> <div class="grid_16 alpha"> <a name="top"></a> <h4>Receptor and other target search tools</h4> <div class="contentboxfullhelp"> <div class="textright"> <p style="text-align: right;font-size:105%;margin:10px;font-weight:bold;"><a href="chemSearch.jsp">Ligand search tools and chemical structure editor</a> <a href="chemSearch.jsp"><img src="images_dev27082012/go.jpg"></a> <a href="pharmacologySearch.jsp">Pharmacology search tool</a> <a href="pharmacologySearch.jsp"><img src="images_dev27082012/go.jpg"></a></p> <form method="get" action="DatabaseSearchForward"> <fieldset> <h3>Target text search</h3> <a style="color:white;" href="JavaScript:callRef('helpPagePopup.jsp#recTextSearch', 800, 400)" title="Click here for help"><img class="logo" style="vertical-align:baseline;" src="images/help_blue_small.png" alt="Click here for help"/></a> <table cellpadding="10"> <tr> <td colspan="2"> Enter text to search: <input type="text" id="target_text" size="52" maxlength="300" name="searchString"/> <script> // $("#target_text").autocomplete({delay: 300, minLength: 2, source: "autocompleteTargets.jsp"}); // $("#target_text").autocomplete({delay: 300, minLength: 2, source: "autocompleteTargets.jsp", $("#target_text").catcomplete({delay: 300, minLength: 2, source: "autocompleteTargets.jsp", focus: function( event, ui ) { // do nothing on mouse over return false; }, select: function( event, ui ) { self.location.href = ui.item.value; return false; } }); </script> </td> </tr> <tr cellpadding="20"> <td align="left" valign="top"> Select fields to search:<br/><br/> <select name="searchCategories" multiple="true"> <option value="allRec" selected="selected">All</option> <optgroup label="Targets"> <option value="receptorName">Name</option> <option value="overview">Concise family overview</option> <option value="intro">Detailed family introduction</option> <option value="receptorComment">Comments</option> </optgroup> <optgroup label="Interactions"> <option value="interactionComment">Comments</option> </optgroup> <optgroup label="Immunopharmacology"> <option value="immComment">Immunopharmacology Comments</option> </optgroup> <optgroup label="Immuno Processes"> <option value="immProcess">Process Category</option> <option value="immProcessComment">Process Association Comments</option> <option value="immGoTerm">Gene Ontology (GO) Term</option> <option value="immGoID">Gene Ontology (GO) ID</option> </optgroup> <optgroup label="Immuno Celltypes"> <option value="immCelltype">Celltype Category</option> <option value="immCelltypeComment">Celltype Association Comments</option> <option value="immCoTerm">Cell Ontology (CO) Term</option> <option value="immCoId">Cell Ontology (CO) ID</option> <option value="immCoDef">Cell Ontology (CO) Term Definition</option> </optgroup> <optgroup label="Immuno Disease"> <option value="immDisease">Disease</option> <option value="immDiseaseComment">Disease Association Comment</option> </optgroup> <optgroup label="Associated protein"> <option value="assocProt">Name</option> <option value="assocProtComment">Comments</option> </optgroup> <optgroup label="Physiological function"> <option value="physFunDesc">Description</option> <option value="physFunTissue">Tissue</option> <option value="physFunComment">Comments</option> </optgroup> <optgroup label="Tissue distribution"> <option value="distribTissue">Tissue</option> <option value="distribTech">Technique</option> <option value="distribComment">Comments</option> </optgroup> <optgroup label="Functional assay"> <option value="fAssayDesc">Description</option> <option value="fAssayTissue">Tissue</option> <option value="fAssayResponse">Response</option> <option value="fAssayComment">Comments</option> </optgroup> <optgroup label="Consequences of altering gene expression"> <option value="altExpDesc">Description</option> <option value="altExpTissue">Tissue</option> <option value="altExpTech">Technique</option> <option value="altExpComment">Comments</option> </optgroup> <optgroup label="Biological Variants"> <option value="varEffect">Description/effect</option> <option value="varComment">Comments</option> </optgroup> <optgroup label="Mutations/pathophysiology"> <option value="pathoDisease">Disease</option> <option value="pathoRole">Role</option> <option value="pathoDrugs">Drugs</option> <option value="pathoSE">Side effect</option> <option value="pathoUse">Use</option> <option value="pathoComment">Comments</option> </optgroup> <optgroup label="Gene expression and pathophysiology"> <option value="expChange">Description</option> <option value="expPatho">Pathophysiology</option> <option value="expTissue">Tissue</option> <option value="expTech">Technique</option> <option value="expComment">Comments</option> </optgroup> <optgroup label="Xenobiotics influencing gene expression"> <option value="xenoExpChange">Description</option> <option value="xenoExpTissue">Tissue</option> <option value="xenoExpTech">Technique</option> <option value="xenoExpComment">Comments</option> </optgroup> <optgroup label="3D structure"> <option value="pdbDesc">Description</option> </optgroup> <optgroup label="Ion channel selectivity"> <option value="selectivityComment">Comments</option> </optgroup> <optgroup label="Ion channel voltage dependence"> <option value="voltageComment">Comments</option> </optgroup> <optgroup label="Ion channel/transporter functional characteristics"> <option value="functionalChars">Functional characteristics</option> </optgroup> <optgroup label="GPCR transduction"> <option value="transductionComment">Comments</option> </optgroup> <optgroup label="NHR target gene"> <option value="targetGeneName">Name</option> <option value="targetGeneComment">Comments</option> </optgroup> <optgroup label="NHR DNA binding"> <option value="dnaBindSeq">HRE sequence</option> <option value="dnaBindComment">Comments</option> </optgroup> <optgroup label="NHR co-binding partner"> <option value="partnerName">Name</option> <option value="partnerEffect">Effect</option> <option value="partnerComment">Comments</option> </optgroup> <optgroup label="NHR co-regulator"> <option value="coregName">Name</option> <option value="coregComment">Comments</option> </optgroup> <optgroup label="Enzyme reaction"> <option value="ec">EC number</option> </optgroup> </select> </td> <td align="right" valign="top"> Limit by species: <select name="species"> <option value="none">All</option> <option value="Hs">Human</option> <option value="Mm">Mouse</option> <option value="Rn">Rat</option> </select> <br><br> Limit by target type: <select name="type"> <option value="all">All</option> <option value="GPCR">GPCRs</option> <option value="IC">Ion Channels</option> <option value="NHR">NHRs</option> <option value="ENZ">Enzymes</option> <option value="CATR">Catalytic Receptors</option> <option value="TRANS">Transporters</option> <option value="OTHER">Other proteins</option> <option value="IMMUNO">Immuno</option> </select> <br><br> <input type="hidden" name="order" value="rank"/> <input type="hidden" name="resType" value="target"/> <input type="submit" name="submit" value="Search the database"/><br/> </td> </tr> </table> </fieldset> </form> <form method="get" action="DatabaseSearchForward"> <fieldset> <h3>Wildcard name search</h3> <p> Use a wildcard search to match part of a target name by adding a <b>% (percent sign)</b> as the wildcard character. </p> <input style="margin-left:10px;" type="text" size="50" maxlength="300" name="searchWildcard"/> <input type="hidden" name="order" value="rank"/> <input type="hidden" name="resType" value="target"/> <input type="submit" name="submitWildcard" value="Do wildcard search"/> <p><i>Example: <b>PIK3C<u>%</u></b> would match <b>PIK3C<u>2A</u></b>, <b>PIK3C<u>2B</u></b> etc.</i></p> </fieldset> </form> <form method="post" action="DatabaseSearchForward"> <a name="idSearch"></a> <fieldset> <h3>Search by database identifier</h3> <a style="color:white;" href="JavaScript:callRef('helpPagePopup.jsp#recIdSearch', 800, 400)" title="Click here for help"><img class="logo" style="vertical-align:baseline;" src="images/help_blue_small.png" alt="Click here for help"/></a> <table cellpadding="10"> <tr> <td align="left"> <label for="idList">Enter identifiers to search: </label> <textarea rows="10" name="searchAcc" id="idList" style="vertical-align: top;"/></textarea> </td> <td style="text-align: center; vertical-align: top;"> Select source: <select name="accTypes"> <option value="chembl">ChEMBL</option> <option value="ensembl">Ensembl</option> <option value="entrezGene">Entrez Gene</option> <option value="hgncId">HGNC Gene Id</option> <option value="hgncName">HGNC Gene Symbol</option> <option value="iuphar">IUPHAR/BPS GtoPdb Target Id</option> <option value="mgiId">MGI Gene Id</option> <option value="mgiName">MGI Gene Symbol</option> <option value="nursa">NURSA Id</option> <option value="omim">OMIM</option> <option value="orphanet">Orphanet</option> <option value="pdb">PDB code</option> <option value="refSeqN">RefSeq Nucleotide</option> <option value="refSeqP">RefSeq Protein</option> <option value="rgdId">RGD Gene Id</option> <option value="rgdName">RGD Gene Symbol</option> <option value="uniProt" selected="selected">UniProt</option> <option value="none">Unknown</option> </select> <br/> <br/> <input type="hidden" name="order" value="rank"/> <input type="submit" name="submitAcc" value="Search the database"/><br/> </td> </tr> <tr> <td style="text-align: left; padding:0px 10px;" colspan="2"> <div id="file_upload" style="margin-bottom: 10px;"> <label for="file">Or upload a file: </label> <input type="file" onchange="fileUploaded(event);" id="file"></input> </div> <small><a href="#idSearch" onclick="clearIds();">Clear</a></small> </td> </tr> </table> </fieldset> </form> <form method="get" action="DatabaseSearchForward"> <fieldset> <h3>Search for data by literature reference</h3> <a style="color:white;" href="JavaScript:callRef('helpPagePopup.jsp#recRefSearch', 800, 400)" title="Click here for help"><img class="logo" style="vertical-align:baseline;" src="images/help_blue_small.png" alt="Click here for help"/></a> <table cellpadding="10"> <tr> <td align="left" colspan="2"> Enter title keyword, author name or PubMed Id: <input type="text" size="36" maxlength="100" name="searchRef"/> </td> </tr> <tr> <td align="left"> Select field to search: <select name="refField"> <option value="refTitle">Title</option> <option value="refAuthor">Author</option> <option value="refPMID">PubMed Id</option> </select> </td> <td align="right"> <input type="hidden" name="order" value="rank"/> <input type="submit" name="submitRef" value="Search the database"/><br/> </td> </tr> </table> </fieldset> </form> <div style="padding:15px;"> <fieldset> <h3>Search for targets by sequence</h3> <a style="color:white;" href="JavaScript:callRef('helpPagePopup.jsp#blastSearch', 800, 400)" title="Click here for help"><img class="logo" style="vertical-align:baseline;" src="images/help_blue_small.png" alt="Click here for help"/></a> <p>Use our <a href="/blast">BLAST tool</a> to search for targets by sequence <a href="/blast"><img src="images_dev27082012/go.jpg"></a></p> </fieldset> </div> </div> </div> </div> <!-- ==================== GRID 16 END ==================== --> </div> <!-- ==================== CONTENT END ============================================ --> <script>$(window).scroll(function() { if ($(this).scrollTop() >= 50) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(200); // Fade in the arrow } else { $('#return-to-top').fadeOut(200); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); });</script> <script> // When the user scrolls down 20px from the top of the document, slide down the navbar window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 150 || document.documentElement.scrollTop > 150) { document.getElementById("dropbar").style.top = "0"; } else { document.getElementById("dropbar").style.top = "-66px"; } } </script> <!-- ============== FOOTER START ========================================================--> <div class="clear"></div> <div id="footer"> <div> <div style="display:table-cell; vertical-align:middle; width:250px; float:left; display:inline;"> <p style="text-align:left;margin: 5px 0px 0px 10px;"><a href="/revealEmail.jsp" onclick="window.open('/revealEmail.jsp', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=300'); return false;" title="Reveal this e-mail address">Contact us</a></p> <p style="text-align:left;margin: 5px 0px 5px 10px;"> <span class="invisible_link"><a href="https://twitter.com/#!/GuidetoPHARM" target="_blank" title="Follow us on Twitter"><img class="logo" style="vertical-align:middle;" src="/images/twitter.png" alt="Link to Guide to Pharmacology on Twitter"/></a><a href="https://www.facebook.com/pages/Guide-to-PHARMACOLOGY/231393780304076" target="_blank" title="Like us on Facebook"><img class="logo" style="vertical-align:middle;margin-left:5px;" src="/images/facebook.png" alt="Link to Guide to Pharmacology on Facebook"/></a><a href="http://www.linkedin.com/company/guide-to-pharmacology" target="_blank" title="Follow us on LinkedIn"><img class="logo" style="vertical-align:middle;margin-left:5px;" src="/images/LinkedIn.png" alt="Link to Guide to Pharmacology on LinkedIn"/></a><a href="http://blog.guidetopharmacology.org/" target="_blank" title="Visit our blog"><img class="logo" style="vertical-align:middle;margin-left:5px;" src="/images/wpmini-blue.png" alt="Wordpress Logo link to Guide to Pharmacology blog"/></a><a href="http://www.slideshare.net/GuidetoPHARM" target="_blank" title="View slide sets and posters on SlideShare"><img class="logo" style="vertical-align:middle;margin-left:5px;" src="/images/slideshare_no_name.png" alt="Link to Guide to Pharmacology on Slideshare"/></a></span></p> <p style="text-align:left;margin: 8px 0px 0px 10px;"><small><a href="/privacyPolicy.jsp">Privacy and Cookie Policy</a></small></p> </div> <div style="vertical-align:middle; display:table-cell; float:left; display:inline;"> <p style="margin: 10px 30px 0px 0px;"><a href="https://globalbiodata.org/what-we-do/global-core-biodata-resources/" target="_blank" title="GCBR Global Core Biodata Resource"><img class="logo" style="vertical-align:middle; width:140px;" src="/images/GCBR-Logo.jpg" alt="Link to GCBR"/></a></p> </div> <div style="vertical-align:middle; display:table-cell; float:left; display:inline;"> <p style="margin: 5px 10px 0px 10px;"><a href="https://elixiruknode.org/" target="_blank" title="Elixir UK Resource"><img class="logo" style="vertical-align:middle; width:70px;" src="/images/ELIXIR-UK_Logo.png" alt="Link to Elixir-UK"/></a></p> </div> <div style="vertical-align:middle; display:table-cell; float:right; display:inline; width:340px;"> <p style="text-align:right; margin: 5px 10px 0px 0px; font-weight:bold; font-size:12pt;"><a href="/sponsors.jsp">Sponsors list</a></p> <p style="text-align:right; margin: 5px 10px 0px 0px; "><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0; float: left;" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><small>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></small></p> </div> </div> </div> <!-- ============== FOOTER END ======================================================== --> </div> </body> </html>