CINXE.COM
Home | IUPHAR Guide to IMMUNOPHARMACOLOGY
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <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>Home | IUPHAR Guide to IMMUNOPHARMACOLOGY</title> <meta name="description" content="The IUPHAR/BPS Guide to IMMUNOPHARMACOLOGY. Description"/> <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="icon" href="../images/immuno/gtoimmupdb_square_logo.jpg"/> <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 language="javascript" type="text/javascript" src="../js/jquery.equalheights.js"></script> <script type="text/javascript"> $(document).ready(function() { $(".row1").equalHeights(177); }); $(document).ready(function() { $(".row2").equalHeights(177); }); $(document).ready(function() { $(".row3").equalHeights(177); }); $(document).ready(function() { $(".row4").equalHeights(331); }); </script> <script src="../js/jquery.cookie.js" type="text/javascript"></script> <script src="../js/jquery.cookiecuttr.js" type="text/javascript"></script> <script src="../js/GA_tracking.js" type="text/javascript"></script> <script src="../js/GA_tracking_immuno.js" type="text/javascript"></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) --> <!-- ========== Twitter script - DO NOT REMOVE FROM HERE ===================== --> <script> function do_twitter_widget(d, s, id) { var js, fjs = d.getElementsByTagName(s)[1],p=/^http:/.test(d.location)?'http':'https'; if(!d.getElementById(id)){ js=d.createElement(s); js.id=id; js.src=p+"://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js,fjs); } }; </script> <div class="container_16"> <!-- ========== HEAD SECTION START - DO NOT ADD ANY CONTENT HERE ===================== --> <div id="header"> <div class="brandandsearch_immuno"> <div class="searchright"> <div style="text-align:right;"> <!-- <form method="get" action="/GRAC/DatabaseSearchForward" class="search_box_home"> <input type="text" id="quick_search" size="16" 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="hidden" name="immuno" value="true"/> <input type="submit" name="submit" value="Search Database" /> </form> --> <form class="newmainsearch_malaria" 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> </div> </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="imm_mainnavcont"> <div class="mainnavtext"> <ul id="sample-menu-imm" class="sf-menu immsf-menu"> <li class="current"> <a name="home page"> Home</a> </li> <li> <a href="/immuno/immunoAbout.jsp">About</a> <ul> <li><a href="/immuno/immunoAbout.jsp">About The Guide to IMMUNOPHARMACOLOGY</a></li> <li> <a href="http://www.guidetopharmacology.org/about.jsp">The Guide to PHARMACOLOGY</a> <ul> <li><a href="https://www.guidetopharmacology.org/about.jsp">About The Guide to PHARMACOLOGY</a></li> <li><a href="https://www.guidetopharmacology.org/nciuphar.jsp">About NC-IUPHAR</a></li> <li><a href="https://www.guidetopharmacology.org/GRAC/ContributorListForward">Contributors</a></li> <li><a href="https://www.guidetopharmacology.org/sponsors.jsp">Sponsors</a></li> <li><a href="https://www.guidetopharmacology.org/citing.jsp">Citing</a></li> <li><a href="https://www.guidetopharmacology.org/linking.jsp">Linking to us</a></li> <!-- <li><a href="https://www.guidetopharmacology.org/faq.jsp">FAQ</a></li> --> <li><a href="https://www.guidetopharmacology.org/disclaimer.jsp">Disclaimer</a></li> <li><a href="https://www.guidetopharmacology.org/privacyPolicy.jsp">Privacy and Cookie Policy</a></li> </ul> </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=All">Ligands</a> <ul> <li><a href="/GRAC/LigandListForward?type=All">Ligand list</a></li> <li><a href="/GRAC/LigandFamiliesForward?imm=true">Ligand families</a></li> <li><a href="/GRAC/chemSearch.jsp">Ligand search</a></li> </ul> </li> <li> <a href="/GRAC/ProcessesForward">Processes</a> <ul> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=3">Antigen presentation</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=1">Barrier integrity</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=5">B cell (activation)</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=11">Cellular signalling</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=10">Chemotaxis & migration</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=9">Cytokine production & signalling</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=6">Immune regulation</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=8">Immune system development</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=2">Inflammation</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=4">T cell (activation)</a></li> <li><a href="/GRAC/ObjectImmProcessListForward?immprocess=7">Tissue repair</a></li> </ul> </li> <li> <a href="/GRAC/CelltypesForward">Cell Types</a> <ul> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=1">B-cells</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=3">Dendritic cells</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=6">Granulocytes</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=9">Innate lymphoid cells</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=5">Macrophages/monocytes</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=8">Mast cells</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=7">Natural killer (NK) cells</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=2">T-cells (alpha/beta)</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=4">Other T-cells (NKT, MAIT, TRM etc.)</a></li> <li><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=10">Stromal cells</a></li> </ul> </li> <li> <a href="/GRAC/DiseaseListForward?type=Immuno">Diseases</a> </li> <li> <a href="/immuno/immunoHelpPage.jsp">Resources</a> <ul> <li><a href="/GRAC/ImmunoFurtherReadingForward">GtoImmuPdb Further Reading</a></li> <li><a href="/immuno/immunoHelpPage.jsp">GtoImmuPdb Help & Downloads</a></li> <li><a href="/immuno/docs/GtoImmuPdb_Tutorial.pdf" target="_blank" onClick="recordEvent(this, 'Other files', 'View PDF', 'GtoImmuPdb Tutorial');return false;">GtoImmuPdb Tutorial</a></li> <li><a href="/immuno/immunoLinks.jsp">Useful Links</a></li> <li><a href="/immuno/immuphar2018.jsp">Immunopharmacology Meeting 2018</a></li> <li> <a href="https://www.guidetopharmacology.org/helpPage.jsp">GtoPdb Help</a> <ul> <li><a href="https://www.guidetopharmacology.org/faq.jsp">FAQ</a></li> <li><a href="https://www.guidetopharmacology.org/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="https://www.guidetopharmacology.org/nomenclature.jsp">Nomenclature guidelines</a></li> <li><a href="https://www.guidetopharmacology.org/nciupharPublications.jsp">Publications</a></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="https://www.guidetopharmacology.org/links.jsp">Useful links</a></li> </ul> </li> <li><a href="https://www.guidetopharmacology.org/download.jsp">GtoPdb Downloads</a> <ul> <li><a href="https://www.guidetopharmacology.org/download.jsp">Download data and reports</a></li> <li><a href="https://www.guidetopharmacology.org/webServices.jsp">Web services</a></li> <li><a href="https://www.guidetopharmacology.org/slides.jsp">Slides and posters</a></li> </ul> </li> <li><a href="https://www.guidetopharmacology.org/news.jsp">GtoPdb News</a> <ul> <li><a href="https://www.guidetopharmacology.org/news.jsp">Latest GtoPdb news</a></li> <li><a href="https://www.guidetopharmacology.org/GRAC/HotTopicsForward">Hot topics</a></li> </ul> </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> </ul> </li> --> <li class="gtop_home"> <a href="https://www.guidetopharmacology.org/index.jsp">Guide to PHARMACOLOGY</a> </li> </ul> <!-- ==================== GtoImmuPdb Beta Text Disclaimer START==================== --> <!-- <div class="breadcrumbscont "> <h3><table class="betacrumb"> <tr> <td width="90%"> <i>This is beta-release v3.0 of the GtoImmuPdb. It contains the majority of features and functionality expected in the full public release. However, it remains under development and while it should not contain any critical bugs, some portions are not yet optimised and may lack full functionality or content.</i> </td> <td width="10%" text-align="center"> <a style="text-align: center;" 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">Report a bug</a></td> </tr> </table> </h3> </div> --> <!-- ==================== GtoImmuPdb Beta Text Disclaimer END ==================== --> </div> </div> <!-- ========== SUPERFISH NAV END ============================================================ --> <!-- ==================== BREADCRUMBS START - NEEDS TO BE UPDATED MANUALLY ==================== --> <!-- <div class="breadcrumbscont"> </div> --> <!-- ==================== BREADCRUMBS END ======================================== --> <!-- ==================== CONTENT START - NEEDS TO BE UPDATED MANUALLY ==================== --> <div class="grid_12"> <div class="grid_6 alpha"> <div class="immuno_backandborder row2"> <div style="display: flex;"> <div style="max-width:500px;"> <h4>Processes</h4></div> <div style="flex-grow: 1;"> <h4 style="text-align:right;"> <a class="popup-trigger" rel="nofollow" title="View process data help"><img id="logo" style="vertical-align:baseline; height:22px;" src="../images/white_transparent_help_icon.png" alt="Click here for help" onmouseover="this.src='../images/white_transparent_help_icon_hoverimmblue.png';" onmouseout="this.src='../images/white_transparent_help_icon.png';")"/></a> <div class="popup" style="text-align:left;"><h3>Immunological Process Data</h3> <p>GtoImmuPdb contains data detailing immunological processes and their associations to GtoPdb targets. The list of categories you see here are top-level immunological process categories defined by GtoImmuPdb against which targets in the database have been annotated. As well as direct annotation, GtoImmuPdb also uses terms from the Gene Ontology (GO) and annotation data from UniProt to help classify targets to each category. </p><p>Click on a category to see all targets associated with it, or select 'View immuno processes home page' to see a summary of each category.</p> <p>Full documentation can be found in the GtoImmuPdb immuno process data <a href="docs/GtoImmuPdb_Immuno_Process_Data.pdf" target="_blank">documentation (PDF)</a>.</p><span class="popup-btn-close">✖</span> <p><video align="center" width="380" controls="true" autoplay="false" > <source src="videos/GtoImmuPdb_Processes_Video.mp4" type="video/mp4"> </video></p> </div> </h4> </div> </div> <div class="contentbox"> <div class="imageleft"> <img src="../images/immuno/processes_icon.jpg" width="78" height="76" alt=" "/> </div> <div class="textright"> <ul class="arrowlist" style="margin-bottom:2px;"> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=3">Antigen presentation</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=1">Barrier integrity</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=5">B cell (activation)</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=11">Cellular signalling</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=10">Chemotaxis & migration</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=9">Cytokine production & signalling</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=6">Immune regulation</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=8">Immune system development</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=2">Inflammation</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=4">T cell (activation)</a></li> <li style="margin-bottom: 15px;"><a href="/GRAC/ObjectImmProcessListForward?immprocess=7">Tissue repair</a></li> <li style="list-style: none;"><a href="/GRAC/ProcessesForward">View immuno processes home page</a> <a href="/GRAC/ProcessesForward"><img src="../images_dev27082012/go.jpg"></a></li> </ul> </div> </div> </div> </div> <!-- end .grid_6 --> <div class="grid_6 omega"> <div class="immuno_backandborder row2"> <div style="display: flex;"><div style="max-width:300px;"><h4>Cell Types</h4></div> <div style="flex-grow: 1;"> <h4 style="text-align:right;"> <a class="popup-trigger" rel="nofollow" title="View Cell Type data help"><img id="logo" style="vertical-align:baseline; height:22px;" src="../images/white_transparent_help_icon.png" alt="Click here for help" onmouseover="this.src='../images/white_transparent_help_icon_hoverimmblue.png';" onmouseout="this.src='../images/white_transparent_help_icon.png';")"/></a> <div class="popup" style="text-align:left;"><h3>Cell Type Data</h3> <p>GtoImmuPdb contains data detailing immunological cell types and their associations to GtoPdb targets. The list of categories you see here are top-level immunological cell type categories defined by GtoImmuPdb against which targets in the database can be annotated. The Cell Ontology provides a formalised vocabulary against which we annotated target to cell type associations. </p> <p>Click on a category to see all targets associated with it, or select 'View immuno cell types home page' to see a summary of each category.</p> <p>Full documentation can be found in this GtoImmuPdb immuno cell type data <a href="docs/GtoImmuPdb_Immuno_Cell_Type_Data.pdf" target="_blank">documentation (PDF)</a>.</p> <span class="popup-btn-close">✖</span> <p><video align="center" width="380" controls="true" autoplay="false" > <source src="videos/GtoImmuPdb_Cell_Types_Video.mp4" type="video/mp4"> </video></p> </div> </h4> </div> </div> <div class="contentbox"> <div class="imageleft"> <img src="../images/immuno/celltype_icon.jpg" width="78" height="76" alt=" "/> </div> <div class="textright"> <ul class="arrowlist" style="margin-bottom:2px;"> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=1">B-cells</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=3">Dendritic cells</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=6">Granulocytes</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=9">Innate lymphoid cells</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=5">Macrophages & monocytes</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=8">Mast cells</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=7">Natural killer (NK) cells</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=2">T-cells (alpha/beta)</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=4">Other T-cells (NKT, MAIT, TRM etc.)</a></li> <li style="margin-bottom: 15px;"><a href="/GRAC/ObjectCelltypeAssocListForward?immcelltype=10">Stromal cells</a></li> <li style="list-style: none;"><a href="/GRAC/CelltypesForward">View immuno cell types home page</a> <a href="/GRAC/CelltypesForward"><img src="../images_dev27082012/go.jpg"></a></li> </ul> </div> </div> </div> </div> <!-- end .grid_6 --> <div class="grid_6 alpha"> <div class="immuno_backandborder row1"> <div style="display: flex;"><div style="max-width:300px;"><h4>Targets</h4></div><div style="flex-grow: 1;"><h4 style="text-align:right;"><a class="popup-trigger" rel="nofollow" title="View targets data help"><img id="logo" style="vertical-align:baseline; height:22px;" src="../images/white_transparent_help_icon.png" alt="Click here for help" onmouseover="this.src='../images/white_transparent_help_icon_hoverimmblue.png';" onmouseout="this.src='../images/white_transparent_help_icon.png';")"/></a> <div class="popup" style="text-align:left;"><p>Select a target class to browse all the target families for that class. From there you can navigate to individual family pages and find detailed information about individual targets and their interactions.</p> <p>More details on viewing target data can be found in the <a href="immunoHelpPage.jsp#targetPages" target="_blank">GtoImmuPdb help</a>. There is also more general info in the main <a href="../helpPage.jsp#targetPages" target="_blank">GtoPdb help pages.</a> </p> <span class="popup-btn-close">✖</span> <p><video align="center" width="380" controls="true" autoplay="false" > <source src="videos/GtoImmuPdb_Targets_Video.mp4" type="video/mp4"> </video></p> </div></h4></div></div> <div class="contentbox"> <div class="imageleft"> <img src="../images_dev27082012/GPCR_small.jpg" width="78" height="76" alt=" "/> </div> <div class="textright"> <ul class="arrowlist"> <li style="margin-bottom: 5px;"><a href="/GRAC/ReceptorFamiliesForward?type=GPCR">G protein-coupled receptors</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ReceptorFamiliesForward?type=IC">Ion channels</a> <li style="margin-bottom: 5px;"><a href="/GRAC/ReceptorFamiliesForward?type=NHR">Nuclear hormone receptors</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/FamilyDisplayForward?familyId=698&familyType=ENZYME">Kinases</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ReceptorFamiliesForward?type=CATALYTICRECEPTOR">Catalytic receptors</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ReceptorFamiliesForward?type=TRANSPORTER">Transporters</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/ReceptorFamiliesForward?type=ENZYME">Enzymes</a></li> <li style="margin-bottom: 15px;"><a href="/GRAC/ReceptorFamiliesForward?type=OTHER">Other protein targets</a></li> <li style="list-style: none;"><a href="/GRAC/searchPage.jsp">Search for targets</a> <a href="/GRAC/searchPage.jsp"><img src="../images_dev27082012/go.jpg"></a></li> </ul> </div> </div> </div> </div> <!-- end .grid_6 --> <div class="grid_6 omega"> <div class="immuno_backandborder row1"> <div style="display: flex;"> <div style="max-width:300px;"><h4>Ligands</h4></div> <div style="flex-grow: 1;"> <h4 style="text-align:right;"> <a class="popup-trigger" rel="nofollow" title="View Ligands data help"><img id="logo" style="vertical-align:baseline; height:22px;" src="../images/white_transparent_help_icon.png" alt="Click here for help" onmouseover="this.src='../images/white_transparent_help_icon_hoverimmblue.png';" onmouseout="this.src='../images/white_transparent_help_icon.png';")"/></a> <div class="popup" style="text-align:left;"><p>Select a ligand category to view ligands under that category. From there users can navigate to individual ligand summary pages for more detailed information.</p> <p>Click '<a href="/GRAC/chemSearch.jsp">Search for ligands</a>' to search for ligands in the database</p> <p>More details on viewing ligand data can be found in the <a href="immunoHelpPage.jsp#ligand" target="_blank">GtoImmuPdb help</a>. There is also more general info in the main <a href="../helpPage.jsp#ligand" target="_blank">GtoPdb help pages.</a> </p><span class="popup-btn-close">✖</span> <p><video align="center" width="380" controls="true" autoplay="false" > <source src="videos/GtoImmuPdb_Ligands_Video.mp4" type="video/mp4"> </video></p> </div></h4> </div> </div> <div class="contentbox"> <div class="imageleft"> <img src="../images_dev27082012/ligand_small.png" width="78" height="76" alt=" "/> </div> <div class="textright"> <ul class="arrowlist" style="margin-bottom:2px;"> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=All">Immuno ligands</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Antibody">Antibodies</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Approved">Approved drugs</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Synthetic-organic">Synthetic organics</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Small-organic">Metabolites</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Natural-product">Natural products</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Endogenous-peptide">Endogenous peptides</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Peptide">Other peptides</a></li> <li style="margin-bottom: 5px;"><a href="/GRAC/LigandListForward?type=Inorganic">Inorganics</a></li> <li style="margin-bottom: 15px;"><a href="/GRAC/LigandListForward?type=Labelled">Labelled ligands</a></li> <li style="list-style: none;"><a href="/GRAC/chemSearch.jsp">Search for ligands</a> <a href="/GRAC/chemSearch.jsp"><img src="../images_dev27082012/go.jpg"></a></li> </ul> </div> </div> </div> </div> <!-- end .grid_6 --> <div class="grid_6 alpha"> <div class="immuno_backandborder row2"> <div style="display: flex;"><div style="max-width:300px;"><h4>Diseases</h4></div><div style="flex-grow: 1;"><h4 style="text-align:right;"><a class="popup-trigger" rel="nofollow" title="View Ligands data help"><img id="logo" style="vertical-align:baseline; height:22px;" src="../images/white_transparent_help_icon.png" alt="Click here for help" onmouseover="this.src='../images/white_transparent_help_icon_hoverimmblue.png';" onmouseout="this.src='../images/white_transparent_help_icon.png';")"/></a> <div class="popup" style="text-align:left;"><p>Links to a full list of all diseases with curated data relating to targets and liagnds of immunological relevance. From the list, users can link to details disease summary pages for more information.</p> <p>More details on viewing disease data can be found in the <a href="immunoHelpPage.jsp#immDisease" target="_blank">GtoImmuPdb help</a>. There is also more general info in the main <a href="../helpPage.jsp#diseasePages" target="_blank">GtoPdb help pages.</a> </p> <span class="popup-btn-close">✖</span> <p><video align="center" width="380" controls="true" autoplay="false" > <source src="videos/GtoImmuPdb_Disease_Video.mp4" type="video/mp4"> </video></p> </div></h4></div></div> <div class="contentbox"> <div class="imageleft"> <img src="../images/immuno/disease_icon.jpg" width="78" height="76" alt=" "/> </div> <div class="textright"> <ul class="arrowlist" style="margin-bottom:2px;"> <li style="margin-bottom: 5px;"><a href="/GRAC/DiseaseListForward?type=Immuno">View list of all immune-related diseases in GtoImmuPdb</a></li> </ul> </div> </div> </div> </div> <!-- end .grid_6 --> <div class="grid_6 omega"> <div class="immuno_backandborder row2"> <h4>News</h4> <div class="contentbox"> <div class="imageleft"> <img src="../images/immuno/cell-types.jpg" width="78" height="76" alt=" "/> </div> <div class="textright"> <ul class="arrowlist" style="margin-bottom:2px;"> <li style="margin-bottom: 5px;">Immunology Editorial (April 2020): <a href="https://onlinelibrary.wiley.com/doi/full/10.1111/imm.13201" target="_blank">Guide to Immunopharmacology: a database to boost immunology education, research and therapy</a></li> <li style="margin-bottom: 5px;"><a href="http://golgi.ana.ed.ac.uk/Davieslab/blog/2020-03-COVID.pdf" target="_blank">Fighting COVID-19 with data</a> - blog post from Prof Jamie Davies' lab on building a target database on drugs that work and don't work in treating COVID-19</li> <li style="margin-bottom: 5px;"><a href="https://www.slideshare.net/GuidetoPHARM/hardingimmunopharmacologyworkshoppharmacology2019" target="_blank">Using the IUPHAR Guide to IMMUNOPHARMACOLOGY</a> - slides from the Pharmacology 2019 Workshop</li> <li style="margin-bottom: 5px;">Immunology Review (Feb 2020): <a href="https://onlinelibrary.wiley.com/doi/full/10.1111/imm.13175" target="_blank">The IUPHAR Guide to Immunopharmacology: connecting immunology and pharmacology</a></li> <li style="margin-bottom: 5px;"><a href="immuphar2018.jsp" target="_blank">IUPHAR Guide to IMMUNOPHARMACOLOGY Launch Meeting (October 2018)</a></li> <li style="margin-bottom: 5px;"><a href="https://www.guidetopharmacology.org/news.jsp" target="_blank">Latest Guide to PHARMACOLOGY news</a></li> </ul> </div> </div> </div> </div> <!-- end .grid_6 --> <!-- <div class="grid_6 alpha"> <div class="immuno_backandborder row4"> <h4>Recent GtoPdb Twitter activity</h4> <div class="contentbox"> <div id="social_media_cookies" class="cc-cookies-error" style="font-size:90%;">Sorry, this content is unavailable until you click to accept cookies from this site.<br/><a class="cc-cookie-accept" style="color:white;" href="#accept">ACCEPT COOKIES</a></div> <div id="twitter" style="display:none;"> <a class="twitter-timeline" height="300" href="https://twitter.com/GuidetoPHARM" data-widget-id="346646155440046081">Tweets by @GuidetoPHARM</a> </div> </div> </div> </div> end .grid_6 <div class="grid_6 omega"> <div class="immuno_backandborder row4"> <h4>Recent GtoPdb Facebook activity</h4> <div class="contentbox"> <div id="social_media_cookies2" class="cc-cookies-error" style="font-size:90%;">Sorry, this content is unavailable until you click to accept cookies from this site.<br/><a class="cc-cookie-accept" style="color:white;" href="#accept">ACCEPT COOKIES</a></div> <div id="facebook" class="fb-like-box" data-href="http://www.facebook.com/pages/Guide-to-PHARMACOLOGY/231393780304076" data-width="330" data-height="300" data-show-faces="false" data-show-border="false" data-stream="true" data-header="false" style="display:none;"></div> </div> </div> </div>--> </div> <!-- end .grid_6 --> <!-- <div class="clear"> </div>--> <!-- end .grid_6 --> <div class="grid_4 omega"> <div class="immuno_backandborder"> <h4>Latest Updates & Links</h4> <div class="contentbox"> <h3>CVR Onlife Interview</h3> <p style="margin-bottom:5px;">Prof. Alberto Mantovani and Prof. Michael Spedding introduce the Guide to Immunopharmacology in this CVR Onlife interview</p> <p style="margin-bottom:5px;"><iframe width="200" src="https://youtube.com/embed/XAFdAFZFQ4Y" frameborder="0" allowfullscreen encrypted-media onClick="recordEvent(this, 'CVR Onlife GtoImmuPdb Video', 'https://youtube.com/embed/XAFdAFZFQ4Y', 'CV Online GtoImmuPdb Video');return false;"></iframe></p> <p><a href="https://academic.oup.com/cardiovascres/article/115/1/e5/5255207" target="_blank">Read the Cardiovascular Research article</a></p> <h3>Immunopaedia</h3> <p><a href="https://www.immunopaedia.org.za/" target="_blank" onClick="recordEvent(this, 'Immuno Useful Links', 'Immuno Useful Link', 'Immmunopaedia');return false;"><img src="../images/immuno/immunopaedia.jpg" alt="immunopaedia_logo" width="170" style="padding:10px;"></a>Immunopaedia promotes education, knowledge and research in immunology globally. We are establishing valuable links between GtoImmuPdb and Immunopaedia.</p> </div></div> <!-- <div class="immuno_backandborder"> <h4>Resources</h4> <div class="contentbox"> <h3>Further Reading</h3> <p>View our <a href="/GRAC/ImmunoFurtherReadingForward">immuno further reading</a> collection of papers relevant to the scope of GtoImmuPdb.</p> <h3>Help</h3> <p>View our <a href="immunoHelpPage.jsp">help page</a> for information about the data in and using the Guide to IMMUNOPHARMACOLOGY.</p> </div> </div> --> <div class="immuno_backandborder"> <h4>GtoPdb Twitter activity</h4> <div class="contentbox"> <div id="social_media_cookies" class="cc-cookies-error" style="font-size:90%;">Sorry, this content is unavailable until you click to accept cookies from this site.<br/><a class="cc-cookie-accept" style="color:white;" href="#accept">ACCEPT COOKIES</a></div> <div id="twitter" style="display:none;"> <a class="twitter-timeline" height="300" href="https://twitter.com/GuidetoPHARM" data-widget-id="346646155440046081">Tweets by @GuidetoPHARM</a> </div> </div> </div> <script> if (jQuery.cookie('cc_cookie_accept') == "cc_cookie_accept") { $('#social_media_cookies').hide(); do_twitter_widget(document,'script','twitter-wjs'); $('#twitter').show(); } </script> </div> <!-- end .grid_4 --> <div class="clear"></div> <script> // Popup Window var scrollTop = ''; var newHeight = '100'; /* $(window).bind('scroll', function() { scrollTop = $( window ).scrollTop(); newHeight = scrollTop + 100; }); */ $('.popup-trigger').click(function(e) { e.stopPropagation(); if(jQuery(window).width() < 767) { $(this).after( $(this).nextAll('.popup:first') ); $(this).nextAll('.popup:first').show().addClass('popup-mobile').css('top', 0); $('html, body').animate({ scrollTop: $(this).nextAll('.popup:first').offset().top }, 500); } else { $('.popup').hide(); $(this).nextAll('.popup:first').removeClass('popup-mobile').css('top', newHeight).toggle(); }; }); $('html').click(function() { $('.popup').hide(); }); $('.popup-btn-close').click(function(e){ $(this).parent().hide(); }); $('.popup').click(function(e){ e.stopPropagation(); }); </script> <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: 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> </div> <!-- end .container_16 --> </body> </html>