nih-gov/www.ncbi.nlm.nih.gov/datasets/cgr/impact/index.html

726 lines
36 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" >
<head >
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- UA-68648221-3 -->
<!-- Favicons -->
<link rel="shortcut icon" type="image/ico" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon.ico" />
<link rel="icon" type="image/png" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon.png" />
<!-- 192x192, as recommended for Android
http://updates.html5rocks.com/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
-->
<link rel="icon" type="image/png" sizes="192x192" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-192.png" />
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-57.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-72.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-114.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/favicons/favicon-144.png">
<!-- Stylesheets -->
<script>
const consoleError = console.error;
const SUPPRESSED_ERRORS = ['Support for defaultProps will', 'jQuery.Deferred exception'];
console.error = function filterWarnings(msg, ...args) {
if (!SUPPRESSED_ERRORS.some((entry) => msg.includes(entry))) {
consoleError(msg, ...args);
}
};
const consoleWarn = console.warn;
const SUPPRESSED_WARNINGS = ['jQuery.Deferred exception'];
console.warn = function filterWarnings(msg, ...args) {
if (!SUPPRESSED_WARNINGS.some((entry) => msg.includes(entry))) {
consoleWarn(msg, ...args);
}
};
</script>
<link rel="stylesheet" href="/datasets/static/nwds/css/nwds.css" />
<link rel="stylesheet" href="/datasets/static/nwds/css/header.css" />
<link rel="stylesheet" href="/datasets/static/nwds/css/footer.css" />
<link href="/datasets/static/bundles/ncbi_standards.66b6a1d7ebc1f9ec9d72.css" rel="stylesheet" />
<link href="/datasets/static/bundles/cgr_static.437c5c7cf29c7ca91ba0.css" rel="stylesheet" />
<link href="/datasets/static/bundles/cgr_news.7740f2801ced409efc2d.css" rel="stylesheet" />
<title>CGR Impact - NCBI - NLM</title>
<!-- meta tags -->
<link rel="canonical" href="https://www.ncbi.nlm.nih.gov/comparative-genomics-resource" />
<meta name="robots" content="index,follow,noarchive"/>
<meta name="description" content="How CGR is improving eukaryotic research"/>
<meta name="keywords" content="NIH, NCBI, NLM, Comparative Genomics, CGR, tools, genomic data, MOD, model organisms"/>
<meta property="og:url" content="https://www.ncbi.nlm.nih.gov/comparative-genomics-resource"/>
<meta property="og:title" content="CGR Impact"/>
<meta property="og:description" content="How CGR is improving eukaryotic research"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="NCBI"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:url" content="https://www.ncbi.nlm.nih.gov/comparative-genomics-resource"/>
<meta name="twitter:title" content="CGR Impact"/>
<meta name="twitter:description" content="How CGR is improving eukaryotic research"/>
<meta name="twitter:site" content="@NCBI"/>
<meta name="twitter:domain" content="www.ncbi.nlm.nih.gov"/>
<meta property="fb:pages" content="367794192480"/>
<meta name="theme-color" content="#0071bc">
<!-- Logging params: Pinger defaults -->
<meta name="ncbi_app" content="cgr" />
<meta name="ncbi_db" content="cgr" />
<meta name="ncbi_pdid" content="cgr_impact" />
<meta name="ncbi_phid" content="D0BD1E0924CF593500005A15A473C687.1.m_2" />
<!-- Logging params: Pinger custom -->
<script type="text/javascript">
var useOfficialGovtHeader = true; /* referenced in header.js */
var localInstance = false
var ncbiBaseUrl = "https://www.ncbi.nlm.nih.gov";
var ncbiRegion = "bethesda-prod";
var ncbiRole = "production";
var ncbiLabs = false
var appBaseUrl = "/datasets";
var appName = "datasets";
var appVersion = "4.55.0";
var appPage = "cgr_impact";
var pageId = "D0BD1E0924CF593500005A15A473C687.1";
var clientOS = "Linux";
var clientBrowser = "Firefox;"
var clientId = "CE8B5AF87C7FFCB1_0191SID"
var actZone = null
var actUsrId = null
var actLogin = null
var actToken = null
function removeWwwPrefixFromUrl(url) {
const parsedUrl = new URL(url.toLowerCase());
const hostname = document.location.hostname.toLowerCase();
if (!hostname.startsWith('www') && parsedUrl.hostname.startsWith('www')) {
parsedUrl.hostname = hostname;
return parsedUrl.toString()
}
return url;
}
var datasetsApiUrlProxyVersionless = removeWwwPrefixFromUrl("https://www.ncbi.nlm.nih.gov/datasets/api/datasets")
window.pageData = {
ncbiBaseUrl: ncbiBaseUrl,
appBaseUrl: appBaseUrl,
appPage: appPage,
pageId: pageId,
pageTitle: "CGR Impact",
}
</script>
<!-- no debug info -->
</head>
<body >
<div id="app-csrf"><input type="hidden" name="csrfmiddlewaretoken" value="VYhS0bjZCRLbeQc8lxWb5ztqiCFJr1SuOoEZuOdWUfWsbayD0ACL0fjuYpFlYs4l"></div>
<a class="usa-skipnav" href="#maincontent">Skip to main page content</a>
<div data-ga-category="ncbi_header">
<!-- ========== BEGIN HEADER ========== -->
<section class="usa-banner">
<div class="usa-accordion">
<header class="usa-banner-header">
<div class="usa-grid usa-banner-inner">
<img src="https://www.ncbi.nlm.nih.gov/coreutils/uswds/img/favicons/favicon-57.png" alt="U.S. flag" />
<p>An official website of the United States government</p>
<button
class="usa-accordion-button usa-banner-button"
aria-expanded="false"
aria-controls="gov-banner-top"
>
<span class="usa-banner-button-text">Here's how you know</span>
</button>
</div>
</header>
<div
class="usa-banner-content usa-grid usa-accordion-content"
id="gov-banner-top"
>
<div class="usa-banner-guidance-gov usa-width-one-half">
<img
class="usa-banner-icon usa-media_block-img"
src="https://www.ncbi.nlm.nih.gov/coreutils/uswds/img/icon-dot-gov.svg"
alt="Dot gov"
/>
<div class="usa-media_block-body">
<p>
<strong>The .gov means its official.</strong>
<br />
Federal government websites often end in .gov or .mil. Before
sharing sensitive information, make sure youre on a federal
government site.
</p>
</div>
</div>
<div class="usa-banner-guidance-ssl usa-width-one-half">
<img
class="usa-banner-icon usa-media_block-img"
src="https://www.ncbi.nlm.nih.gov/coreutils/uswds/img/icon-https.svg"
alt="Https"
/>
<div class="usa-media_block-body">
<p>
<strong>The site is secure.</strong>
<br />
The <strong>https://</strong> ensures that you are connecting to the
official website and that any information you provide is encrypted
and transmitted securely.
</p>
</div>
</div>
</div>
</div>
</section>
<div class="usa-overlay"></div>
<header class="ncbi-header" role="banner" data-section="Header">
<div class="usa-grid">
<div class="usa-width-one-whole">
<div class="ncbi-header__logo">
<a href="https://www.ncbi.nlm.nih.gov/" class="logo" aria-label="NCBI Logo" data-ga-action="click_image" data-ga-label="NIH NLM Logo">
<img src="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/logos/AgencyLogo.svg" alt="NIH NLM Logo" />
</a>
</div>
<div class="ncbi-header__account">
<a id="account_login" href="https://account.ncbi.nlm.nih.gov" class="usa-button header-button" style="display:none" data-ga-action="open_menu" data-ga-label="account_menu">Log in</a>
<button id="account_info" class="header-button" style="display:none"
aria-controls="account_popup">
<span class="fa fa-user" aria-hidden="true"></span>
<span class="username desktop-only" aria-hidden="true" id="uname_short"></span>
<span class="sr-only">Show account info</span>
</button>
</div>
<div class="ncbi-popup-anchor">
<div class="ncbi-popup account-popup" id="account_popup" aria-hidden="true">
<div class="ncbi-popup-head">
<button class="ncbi-close-button" data-ga-action="close_menu" data-ga-label="account_menu"><span class="fa fa-times"></span><span class="usa-sr-only">Close</span></button>
<h4>Account</h4>
</div>
<div class="account-user-info">
Logged in as:<br/>
<b><span class="username" id="uname_long">username</span></b>
</div>
<div class="account-links">
<ul class="usa-unstyled-list">
<li><a id="account_myncbi" href="/myncbi/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_myncbi">Dashboard</a></li>
<li><a id="account_pubs" href="/myncbi/collections/bibliography/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_pubs">Publications</a></li>
<li><a id="account_settings" href="/account/settings/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_settings">Account settings</a></li>
<li><a id="account_logout" href="/account/signout/" class="set-base-url" data-ga-action="click_menu_item" data-ga-label="account_logout">Log out</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<div role="navigation" aria-label="access keys">
<a id="nws_header_accesskey_0" href="https://www.ncbi.nlm.nih.gov/guide/browsers/#ncbi_accesskeys" class="usa-sr-only" accesskey="0" tabindex="-1">Access keys</a>
<a id="nws_header_accesskey_1" href="https://www.ncbi.nlm.nih.gov" class="usa-sr-only" accesskey="1" tabindex="-1">NCBI Homepage</a>
<a id="nws_header_accesskey_2" href="/myncbi/" class="set-base-url usa-sr-only" accesskey="2" tabindex="-1">MyNCBI Homepage</a>
<a id="nws_header_accesskey_3" href="#maincontent" class="usa-sr-only" accesskey="3" tabindex="-1">Main Content</a>
<a id="nws_header_accesskey_4" href="#" class="usa-sr-only" accesskey="4" tabindex="-1">Main Navigation</a>
</div>
<section data-section="Alerts">
<div class="ncbi-alerts-placeholder"></div>
</section>
<!-- ========== END HEADER ========== -->
</div>
<div id='react_app'>
<section id="mainnav" data-section="AppBar">
<div class="appbar_placeholder">
<!-- AppBar goes here -->
</div>
<div class="navbar_placeholder">
<!-- LocalNav goes here -->
</div>
</section>
<section id="alerts-section" class="alerts-section" data-section="Alerts">
<div id="alerts-section__alert" class="usa-grid alerts-section__alert">
<div class="custom-alerts-placeholder"></div>
</div>
</section>
<main id="maincontent" accesskey="3" class="main-content">
<section class="cgr-banner">
<div class="usa-grid">
<h1>CGR Impact</h1>
</div>
</section>
<div class="nwds-main-content ">
<div class="page-contentn cgr-impact-cms">
<p><br/></p>
<div class="usa-grid-full">
<div class="usa-width-one-whole cgr-primary-content">
<h2 id="how-cgr-is-improving-eukaryotic-">How CGR is improving eukaryotic research</h2>
<h3 id="impact">Impact</h3>
<section class="usa-section usa-grid-full" data-section="second_tier">
<div class="usa-width-one-third mui-card mui-card--with-actions">
<div class="mui-card-media" data-image="images/cgr/CGR_Spotlight_Bioinformatics.svg"><!-- do not remove this comment --></div>
<div class="mui-card-content">
<h3 id="bioinformatics-research">Bioinformatics research</h3>
<p>Learn how resources in the NCBI Toolkit could impact discovery of new fungal pathogens in this CGR Impact Spotlight based on a published article. </p>
</div>
<div class="mui-card-actions">
<p><a class="mui-button mui-button-contained" href="https://www.nlm.nih.gov/ncbi/cgr-impactspotlights/bioinformatics-PMID36124807.html">See CGR's potential impact</a></p>
</div>
</div>
<div class="usa-width-one-third mui-card mui-card--with-actions">
<div class="mui-card-media" data-image="images/cgr/CGR_Spotlight_Protein.svg"><!-- do not remove this comment --></div>
<div class="mui-card-content">
<h3 id="protein-evolution">Protein evolution</h3>
<p>Find out more about the potential impact of the NCBI Toolkit on research into protein family evolution and orthology inference in our CGR Impact Spotlight based on a published article. </p>
</div>
<div class="mui-card-actions">
<p><a class="mui-button mui-button-contained" href="https://www.nlm.nih.gov/ncbi/cgr-impactspotlights/protein-family-PMID26113883.html">See CGR's potential impact</a></p>
</div>
</div>
<div class="usa-width-one-third mui-card mui-card--with-actions">
<div class="mui-card-media" data-image="images/cgr/CGR_Spotlight_Cancer.svg"><!-- do not remove this comment --></div>
<div class="mui-card-content">
<h3 id="cancer-susceptibility">Cancer susceptibility</h3>
<p>Check out how open-access, high-quality data from the NCBI Toolkit aided in cancer research to help predict clinical outcomes and design effective treatments.</p>
</div>
<div class="mui-card-actions">
<p><a class="mui-button mui-button-contained" href="https://www.nlm.nih.gov/ncbi/cgr-impactspotlights/oncogene-evolution-PMID38550998.html">See CGR's impact</a></p>
</div>
</div>
</section>
<section class="usa-section usa-grid-full" data-section="third_tier"/>
</div>
<div class="usa-width-one-whole">
<h3 id="incorporating-cgr-into-your-work">Incorporating CGR into your workflow or the classroom</h3>
<h4 id="curricula">Curricula</h4>
<ul>
<li><strong><a href="https://www.nlm.nih.gov/ncbi/workshops/BioEdSummit-2024/team-projects.html?utm_source=ncbi_insights&amp;utm_medium=referral&amp;utm_term=bioed-summit-success-20240819">Comparative Genomics Resource (CGR) Curricula</a></strong> <ul>
<li><strong><a href="https://github.com/NCBI-Codeathons/bioed-2024-team-carver/blob/main/Team%20Sublime%20Dynamite%20ReadMe.md">Using NCBI Tools for high school genetics investigation</a></strong>: Students that have successfully completed a majors level introductory biology course or equivalent will explore the structure and evolutionary relationships in the insulin receptor while being introduced to the genetic basis of disease. </li>
<li><strong><a href="https://github.com/NCBI-Codeathons/bioed-2024-team-dayhoff/">Molecular basis of Insulin Receptor function using NCBI tools</a></strong>: The goal of the curriculum package is to provide a more accessible, authentic experience with actual genetic data for 9th/10th grade and AP biology students in high school.</li>
</ul>
</li>
</ul>
<h4 id="tutorials">Tutorials</h4>
<p>Learn how to use tools in the NCBI Toolkit to support your research.</p>
<ul>
<li>
<p><strong>Comparative Genomics Resource (CGR) Tutorials</strong> </p>
<ul>
<li><strong><a href="https://www.youtube.com/watch?v=9Meh1CV852g">CGR orthologs video tutorial</a></strong>: Learn how to identify orthologs, align the protein sequences, and explore commonalities and differences at the amino acid level.</li>
<li><strong><a href="https://github.com/ncbi/datasets/blob/master/training/NCBI_Datasets_Orthologs.ipynb">CGR orthologs command-line tutorial</a></strong>: Learn how to use NCBI Datasets command-line tools to download protein sequnces of orthologs from certain taxa and prepare them for alignment.</li>
</ul>
</li>
<li>
<p><strong>Comparative Genome Viewer (CGV) Tutorials</strong> </p>
<ul>
<li><strong><a href="https://www.youtube.com/watch?v=_TA86Tu1N0c&amp;t=1s">CGV video tutorial</a></strong>: Learn how to use CGV to view assembly-assembly alignments including cross-species alignments with this video tutorial.</li>
<li><strong><a href="https://www.nlm.nih.gov/ncbi/workshops/2023-07_comparative-genome-viewer/demo-cgv.html">CGV written tutorial</a></strong>: Get step-by-step instructions on how to use CGV with this tutorial walking you through several case studies. </li>
</ul>
</li>
<li>
<p><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/tutorials/">NCBI Datasets Tutorials</a></strong></p>
<ul>
<li><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/tutorials/ortholog-get-one-isoform/">Find a representative protein</a></strong> : Learn how to download a single protein sequence per gene. For a given set of gene orthologs, there are often many protein sequences per gene and this in-depth tutorial demonstrates how to select and access a single representative for the gene.</li>
<li><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/tutorials/rename-files/">Rename downloaded files</a></strong>: Find a simple script to replace a default generic file name provided by NCBI Datasets on download with a descriptive name that works for your research needs.</li>
<li><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/tutorials/download-ortholog-dataset/">Retrieve orthology data</a></strong> : Learn to retrieve ortholog data and metadata using the NCBI Datasets command line tool in this in-depth tutorial.</li>
<li><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/tutorials/working-with-jsonl-data-reports/">Work with JSON Lines data reports</a></strong> : Learn to work with JSON Lines data reports, NCBI Datasets format for metadata, to make them more readable, convert them to a table, and search for specific data within a report.</li>
<li><strong><a href="https://youtube.com/watch?v=8TR3OrlgtC4">Access NCBI Genome data in Galaxy</a></strong> : View our quick video guide on how to use NCBI Datasets in Galaxy to access genomic data. </li>
</ul>
</li>
<li>
<p><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/how-tos/">NCBI Datasets Command Line Tools How-to Guides</a></strong> </p>
<ul>
<li><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/how-tos/genes/">Retrieve gene data</a></strong> : Find example commands to get gene metadata, download a gene data package, and download an ortholog data package.</li>
<li><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/how-tos/genomes/">Retrieve data related to genomes</a></strong>: Learn how to retrieve genomic, transcript and protein sequence, annotation and metadata for assembled genomes.</li>
<li><strong><a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v2/how-tos/virus/">Retrieve data for viruses</a></strong> : View our guide on how to access virus genome sequence and metadata, including a protein data package for SARS-CoV-2. </li>
</ul>
</li>
</ul>
<h4 id="workshops">Workshops</h4>
<p>Watch these in-depth videos to learn how to incorporate resources from the NCBI Toolkit into your comparative genomics research.</p>
<ul>
<li>
<p><strong><a href="https://www.nlm.nih.gov/ncbi/workshops/2023-07_comparative-genome-viewer/workshop-video.html">Exploring the Relationship Between Two Eukaryotic Genomes Using the Comparative Genome Viewer</a></strong>: Watch this video to learn to how compare two genomes, explore synteny, search for genes, and view pairwise alignment at the sequence level.</p>
</li>
<li>
<p><strong><a href="https://www.nlm.nih.gov/oet/ed/ncbi/2022_07_molecular.html">An Introduction to Molecular Evolutionary Analysis with NCBI Datasets and Python</a></strong>: Watch this video to learn how to compare the protein-coding sequences of two species to estimate which proteins show signs of adaptation. Working in a Jupyter notebook with bash and Python, you will use the NCBI Datasets command line interface (CLI) to download sequence data, then perform analysis with a few popular Python packages.</p>
</li>
<li>
<p><strong><a href="https://youtube.com/watch?v=C7oLXUup14E">Using NCBI Foreign Contamination Screen (FCS) to Remove Contaminants from Genome Assemblies</a></strong>: Watch this video to learn how to use FCS to remove contaminants from your genome assemblies. This video features a live demo of running FCS-GX, viewing contamination summary reports, a tour of github+wiki pages for the tool, and a question and answer session.</p>
</li>
</ul>
<h3 id="cgr-publications">CGR Publications</h3>
<p>Read all about the NIH Comparative Genomics Resource (CGR) including data and tools in the NCBI Toolkit in these free, publicly available articles</p>
<ul>
<li><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10523801/">The NIH Comparative Genomics Resource: addressing the promises and challenges of comparative genomics on human health</a></li>
<li><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10898089/">Rapid and sensitive detection of genome contamination at scale with FCS-GX</a></li>
<li><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11101090/">The NCBI Comparative Genome Viewer (CGV) is an interactive visualization tool for the analysis of whole-genome eukaryotic alignments</a></li>
<li><a href="https://https.ncbi.nlm.nih.gov/pmc/articles/PMC11226681/">Exploring and retrieving sequence and metadata for species across the tree of life with NCBI Datasets</a></li>
</ul>
</div>
</div>
</div>
<div id="page_content_react" >
<p>.</p>
</div>
</div>
</main>
</div><!-- end react_app -->
<div data-ga-category="ncbi_footer">
<!-- ========== BEGIN FOOTER ========== -->
<footer>
<section class="icon-section">
<div id="icon-section-header" class="icon-section_header">Follow NCBI</div>
<div class="grid-container container">
<div class="icon-section_container">
<a class="footer-icon" id="footer_twitter" href="https://twitter.com/ncbi" aria-label="Twitter">
<svg width="40" height="40" viewBox="0 0 40 37" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Twitter</title>
<g id="State=Default">
<path id="path1009"
d="M6.06736 7L16.8778 20.8991L6.00001 32.2H10.2L18.6 23.1L25.668 32.2H34L22.8 17.5L31.9 7H28.4L20.7 15.4L14.401 7H6.06898H6.06736ZM9.66753 8.73423H12.9327L29.7327 30.4658H26.5697L9.66753 8.73423Z"
fill="#5B616B"/>
</g>
</svg>
</a>
<a class="footer-icon" id="footer_facebook" href="https://www.facebook.com/ncbi.nlm" aria-label="Facebook"><svg
data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<title>Facebook</title>
<path class="cls-11"
d="M210.5,115.12H171.74V97.82c0-8.14,5.39-10,9.19-10h27.14V52l-39.32-.12c-35.66,0-42.42,26.68-42.42,43.77v19.48H99.09v36.32h27.24v109h45.41v-109h35Z">
</path>
</svg></a>
<a class="footer-icon" id="footer_linkedin"
href="https://www.linkedin.com/company/ncbinlm"
aria-label="LinkedIn"><svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<title>LinkedIn</title>
<path class="cls-11"
d="M101.64,243.37H57.79v-114h43.85Zm-22-131.54h-.26c-13.25,0-21.82-10.36-21.82-21.76,0-11.65,8.84-21.15,22.33-21.15S101.7,78.72,102,90.38C102,101.77,93.4,111.83,79.63,111.83Zm100.93,52.61A17.54,17.54,0,0,0,163,182v61.39H119.18s.51-105.23,0-114H163v13a54.33,54.33,0,0,1,34.54-12.66c26,0,44.39,18.8,44.39,55.29v58.35H198.1V182A17.54,17.54,0,0,0,180.56,164.44Z">
</path>
</svg></a>
<a class="footer-icon" id="footer_github" href="https://github.com/ncbi" aria-label="GitHub"><svg
data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<style>
.cls-11,
.cls-12 {
fill: #737373;
}
.cls-11 {
fill-rule: evenodd;
}
</style>
</defs>
<title>GitHub</title>
<path class="cls-11"
d="M151.36,47.28a105.76,105.76,0,0,0-33.43,206.1c5.28,1,7.22-2.3,7.22-5.09,0-2.52-.09-10.85-.14-19.69-29.42,6.4-35.63-12.48-35.63-12.48-4.81-12.22-11.74-15.47-11.74-15.47-9.59-6.56.73-6.43.73-6.43,10.61.75,16.21,10.9,16.21,10.9,9.43,16.17,24.73,11.49,30.77,8.79,1-6.83,3.69-11.5,6.71-14.14C108.57,197.1,83.88,188,83.88,147.51a40.92,40.92,0,0,1,10.9-28.39c-1.1-2.66-4.72-13.42,1-28,0,0,8.88-2.84,29.09,10.84a100.26,100.26,0,0,1,53,0C198,88.3,206.9,91.14,206.9,91.14c5.76,14.56,2.14,25.32,1,28a40.87,40.87,0,0,1,10.89,28.39c0,40.62-24.74,49.56-48.29,52.18,3.79,3.28,7.17,9.71,7.17,19.58,0,14.15-.12,25.54-.12,29,0,2.82,1.9,6.11,7.26,5.07A105.76,105.76,0,0,0,151.36,47.28Z">
</path>
<path class="cls-12"
d="M85.66,199.12c-.23.52-1.06.68-1.81.32s-1.2-1.06-.95-1.59,1.06-.69,1.82-.33,1.21,1.07.94,1.6Zm-1.3-1">
</path>
<path class="cls-12"
d="M90,203.89c-.51.47-1.49.25-2.16-.49a1.61,1.61,0,0,1-.31-2.19c.52-.47,1.47-.25,2.17.49s.82,1.72.3,2.19Zm-1-1.08">
</path>
<path class="cls-12"
d="M94.12,210c-.65.46-1.71,0-2.37-.91s-.64-2.07,0-2.52,1.7,0,2.36.89.65,2.08,0,2.54Zm0,0"></path>
<path class="cls-12"
d="M99.83,215.87c-.58.64-1.82.47-2.72-.41s-1.18-2.06-.6-2.7,1.83-.46,2.74.41,1.2,2.07.58,2.7Zm0,0">
</path>
<path class="cls-12"
d="M107.71,219.29c-.26.82-1.45,1.2-2.64.85s-2-1.34-1.74-2.17,1.44-1.23,2.65-.85,2,1.32,1.73,2.17Zm0,0">
</path>
<path class="cls-12"
d="M116.36,219.92c0,.87-1,1.59-2.24,1.61s-2.29-.68-2.3-1.54,1-1.59,2.26-1.61,2.28.67,2.28,1.54Zm0,0">
</path>
<path class="cls-12"
d="M124.42,218.55c.15.85-.73,1.72-2,1.95s-2.37-.3-2.52-1.14.73-1.75,2-2,2.37.29,2.53,1.16Zm0,0"></path>
</svg></a>
<a class="footer-icon" id="footer_blog" href="https://ncbiinsights.ncbi.nlm.nih.gov/" aria-label="Blog">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:#737373;}</style></defs><path class="cls-1" d="M14,30a4,4,0,1,1-4-4,4,4,0,0,1,4,4Zm11,3A19,19,0,0,0,7.05,15a1,1,0,0,0-1,1v3a1,1,0,0,0,.93,1A14,14,0,0,1,20,33.07,1,1,0,0,0,21,34h3a1,1,0,0,0,1-1Zm9,0A28,28,0,0,0,7,6,1,1,0,0,0,6,7v3a1,1,0,0,0,1,1A23,23,0,0,1,29,33a1,1,0,0,0,1,1h3A1,1,0,0,0,34,33Z"/></svg>
</a>
</div>
</div>
</section>
<section class="container-fluid bg-primary">
<div class="container pt-5">
<div class="row mt-3">
<div class="col-lg-3 col-12">
<p><a class="text-white" href="https://www.nlm.nih.gov/socialmedia/index.html">Connect with NLM</a></p>
<ul class="list-inline social_media">
<li class="list-inline-item"><a href="https://twitter.com/NLM_NIH" aria-label="Twitter"
target="_blank" rel="noopener noreferrer">
<svg width="35" height="35" viewBox="0 0 38 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Twitter</title>
<g id="X icon" clip-path="url(#clip0_65276_3946)">
<path id="Vector" d="M17.5006 34.6565C26.9761 34.6565 34.6575 26.9751 34.6575 17.4996C34.6575 8.02416 26.9761 0.342773 17.5006 0.342773C8.02514 0.342773 0.34375 8.02416 0.34375 17.4996C0.34375 26.9751 8.02514 34.6565 17.5006 34.6565Z" fill="#205493" stroke="white" stroke-width="1.2" stroke-miterlimit="10"></path>
<path id="path1009" d="M8.54811 8.5L16.2698 18.4279L8.50001 26.5H11.5L17.5 20L22.5486 26.5H28.5L20.5 16L27 8.5H24.5L19 14.5L14.5007 8.5H8.54927H8.54811ZM11.1197 9.73873H13.4519L25.4519 25.2613H23.1926L11.1197 9.73873Z" fill="white"></path>
</g>
<defs>
<clipPath id="clip0_65276_3946">
<rect width="38" height="38" fill="white"></rect>
</clipPath>
</defs>
</svg></a>
</li>
<li class="list-inline-item"><a href="https://www.facebook.com/nationallibraryofmedicine"
aria-label="Facebook" rel="noopener noreferrer" target="_blank">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 249 249" style="enable-background:new 0 0 249 249;" xml:space="preserve">
<style type="text/css">
.st10 {
fill: #FFFFFF;
}
.st110 {
fill: none;
stroke: #FFFFFF;
stroke-width: 8;
stroke-miterlimit: 10;
}
</style>
<title>SM-Facebook</title>
<g>
<g>
<path class="st10" d="M159,99.1h-24V88.4c0-5,3.3-6.2,5.7-6.2h16.8V60l-24.4-0.1c-22.1,0-26.2,16.5-26.2,27.1v12.1H90v22.5h16.9
v67.5H135v-67.5h21.7L159,99.1z"></path>
</g>
</g>
<circle class="st110" cx="123.6" cy="123.2" r="108.2"></circle>
</svg>
</a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/user/NLMNIH" aria-label="Youtube"
target="_blank" rel="noopener noreferrer"><svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 249 249"
style="enable-background:new 0 0 249 249;" xml:space="preserve">
<title>SM-Youtube</title>
<style type="text/css">
.st4 {
fill: none;
stroke: #FFFFFF;
stroke-width: 8;
stroke-miterlimit: 10;
}
.st5 {
fill: #FFFFFF;
}
</style>
<circle class="st4" cx="124.2" cy="123.4" r="108.2"></circle>
<g transform="translate(0,-952.36218)">
<path class="st5"
d="M88.4,1037.4c-10.4,0-18.7,8.3-18.7,18.7v40.1c0,10.4,8.3,18.7,18.7,18.7h72.1c10.4,0,18.7-8.3,18.7-18.7
v-40.1c0-10.4-8.3-18.7-18.7-18.7H88.4z M115.2,1058.8l29.4,17.4l-29.4,17.4V1058.8z"></path>
</g>
</svg></a></li>
</ul>
</div>
<div class="col-lg-3 col-12">
<p class="address_footer text-white">National Library of Medicine<br>
<a href="https://www.google.com/maps/place/8600+Rockville+Pike,+Bethesda,+MD+20894/@38.9959508,-77.101021,17z/data=!3m1!4b1!4m5!3m4!1s0x89b7c95e25765ddb:0x19156f88b27635b8!8m2!3d38.9959508!4d-77.0988323"
class="text-white" target="_blank" rel="noopener noreferrer">8600 Rockville Pike<br>
Bethesda, MD 20894</a></p>
</div>
<div class="col-lg-3 col-12 centered-lg">
<p><a href="https://www.nlm.nih.gov/web_policies.html" class="text-white">Web Policies</a><br>
<a href="https://www.nih.gov/institutes-nih/nih-office-director/office-communications-public-liaison/freedom-information-act-office"
class="text-white">FOIA</a><br>
<a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" class="text-white" id="vdp">HHS Vulnerability Disclosure</a></p>
</div>
<div class="col-lg-3 col-12 centered-lg">
<p><a class="supportLink text-white" href="https://support.nlm.nih.gov/">Help</a><br>
<a href="https://www.nlm.nih.gov/accessibility.html" class="text-white">Accessibility</a><br>
<a href="https://www.nlm.nih.gov/careers/careers.html" class="text-white">Careers</a></p>
</div>
</div>
<div class="row">
<div class="col-lg-12 centered-lg">
<nav class="bottom-links">
<ul class="mt-3">
<li>
<a class="text-white" href="//www.nlm.nih.gov/">NLM</a>
</li>
<li>
<a class="text-white"
href="https://www.nih.gov/">NIH</a>
</li>
<li>
<a class="text-white" href="https://www.hhs.gov/">HHS</a>
</li>
<li>
<a
class="text-white" href="https://www.usa.gov/">USA.gov</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</section>
</footer>
<!-- ========== END FOOTER ========== -->
<!-- javascript to inject NWDS meta tags. Note: value of nwds_version is updated by "npm version" command -->
<script type="text/javascript">
var nwds_version = "1.2.2";
var meta_nwds_ver = document.createElement('meta');
meta_nwds_ver.name = 'ncbi_nwds_ver';
meta_nwds_ver.content = nwds_version;
document.getElementsByTagName('head')[0].appendChild(meta_nwds_ver);
var meta_nwds = document.createElement('meta');
meta_nwds.name = 'ncbi_nwds';
meta_nwds.content = 'yes';
document.getElementsByTagName('head')[0].appendChild(meta_nwds);
var alertsUrl = "/core/alerts/alerts.js";
if (typeof ncbiBaseUrl !== 'undefined') {
alertsUrl = ncbiBaseUrl + alertsUrl;
}
</script>
</div>
<script type="text/javascript" src="https://www.ncbi.nlm.nih.gov/core/pinger/pinger.js"> </script>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.0.min.js"
integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ="
crossorigin="anonymous">
</script>
<script type="text/javascript">
if (!jQuery.ncbipopup){
jQuery.fn.ncbipopup = function() {}
}
</script>
<script src="/datasets/static/nwds/js/header.js">
</script>
<!-- importing ncbi_standards.js -->
<script src="/datasets/static/bundles/ncbi_standards.27820cd0e424a776e7f8.js" ></script>
<!-- end JavaScript -->
<script type="text/javascript">
const pageData = window.pageData || {};
pageData.cgrBase = "/comparative-genomics-resource";
pageData.pageId = "cgr_impact";
window.pageData = pageData</script>
<script src="/datasets/static/bundles/react.0b238b7cb4e8a652f728.js" ></script>
<script src="/datasets/static/bundles/dx-react-grid.edb41905296dbd2fe745.js" ></script>
<script src="/datasets/static/bundles/redux.9da316ddd98f8172b465.js" ></script>
<script src="/datasets/static/bundles/others.0badd0cb95c13576cd5e.js" ></script>
<script src="/datasets/static/bundles/cgr_impact.80463bce1b5e6c918461.js" ></script>
<script type="text/javascript">
jQuery.getScript(alertsUrl, function () {
galert(['.custom-alerts-placeholder', 'body > *:nth-child(1)']);
});
</script>
</body>
</html>