nih-gov/www.nlm.nih.gov/oet/ed/pubchem/tutorial/01-300.html
2025-02-26 13:17:41 -05:00

764 lines
40 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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="NLM.Contact.Email" content="oetweb@nih.gov">
<title>PubChem Training Course</title>
<link href="css/nlm_custom_oet.css" rel="stylesheet">
<link href="css/fontawesome.all.css" rel="stylesheet">
<!-- 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-MT6MLL');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<div class="container-fluid">
<!-- NAVBAR -->
<div class="row bg-primary">
<nav class="navbar navbar-expand-md navbar-light bg-primary p-2">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-9 pb-md-0 pb-2 ms-2">
<a href="https://www.nlm.nih.gov/"><img src="img/NLM_White.png" class="img-fluid" alt="NLM logo"></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto d-xs-flex d-sm-flex d-md-none d-lg-none d-xl-none" style="overflow-y: auto; height: calc(100vh - 68px); border-top: 0px solid #dee2e6;">
<li class="nav-item">
<a class="nav-link" href="index.html">Course Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle"
href="#" id="navbarDropdown-1"
role="button"
data-bs-toggle="dropdown"
aria-haspopup="true"
aria-expanded="true">
About PubChem
</a>
<ul class="dropdown-menu show" aria-labelledby="navbarDropdown-1">
<li><a class="dropdown-item" href="01-100.html">Overview</a></li>
<li><a class="dropdown-item" href="01-200.html" aria-current="true">Data Sources</a></li>
<li><a class="dropdown-item active" href="01-300.html">Data Types</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle"
href="#" role="button" data-bs-toggle="dropdown" id="navbarDropdown-2" aria-haspopup="true" aria-expanded="false">
Finding Chemical Information
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown-2">
<li><a class="dropdown-item" href="02-100.html">Overview</a></li>
<li><a class="dropdown-item" href="02-200.html">Part 1: Basic Searching</a></li>
<li><a class="dropdown-item" href="02-300.html">Part 2: Searching with Structures</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle"
href="#" role="button" data-bs-toggle="dropdown" id="navbarDropdown-3" aria-haspopup="true" aria-expanded="false">
Link to Other Sources
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown-3">
<li><a class="dropdown-item" href="03-100.html">Overview</a></li>
<li><a class="dropdown-item" href="03-200.html">Links in Citations</a></li>
<li><a class="dropdown-item" href="03-300.html">Links under Information Sources</a></li>
<li><a class="dropdown-item" href="03-400.html">Links to Clinical Trials and Literature</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle"
href="#" role="button" data-bs-toggle="dropdown" id="navbarDropdown-4" aria-haspopup="true" aria-expanded="false">
Download Summaries and Data
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown-3">
<li><a class="dropdown-item" href="04-100.html">Overview</a></li>
<li><a class="dropdown-item" href="04-200.html">Download from Search Results</a></li>
<li><a class="dropdown-item" href="04-300.html">Download from a Compound Summary</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="05-000.html">Closing</a>
</li>
<li><div class="dropdown-divider"></div></li>
<li class="nav-item">
<a class="nav-link" href="06-000.html">How to Get Help</a>
</li>
<li class="nav-item">
<a class="nav-link" href="nav.html">How to Navigate This Course</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- / NAVBAR -->
<!-- HEADER/BANNER -->
<div class="row">
<header class="bg-secondary p-3 truncate shadow" style="border-bottom: 1px solid #eee;">
<strong>PubChem</strong>
<small class="text-muted">Training Course</small>
</header>
</div>
<!-- / HEADER/BANNER -->
<!-- / BREADCRUMB -->
<div id="breadcrumb-div" class="container-fluid">
<div class="breadcrumb-container">
<nav aria-label="breadcrumb">
<ol class="breadcrumb mb-0" style="background-color: white;">
<li class="breadcrumb-item">
<a href="https://www.nlm.nih.gov/training.html" id="anch_29" target="_blank">Training &amp; Outreach</a>
</li>
<li class="breadcrumb-item">
<a href="https://learn.nlm.nih.gov/" id="anch_30" target="_blank">Learning Resources</a>
</li>
</ol>
</nav>
</div>
</div>
<!-- / BREADCRUMB -->
<div class="row ms-1">
<!-- LEFT COL - NAV SIDE -->
<div class="col col-md-4 col-xl-3 d-none d-md-block p-0">
<div id="sidebar" class="navbar navbar-light bg-light align-self-start">
<ul class="nav nav-pills flex-column ps-2 pe-2" style="width: 100%;">
<li class="nav-item">
<a class="nav-link" href="index.html">Course Home</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="collapse" href="#collapse-item-1">About PubChem</a>
<div id="collapse-item-1" class="collapse show">
<ul class="nav flex-column ps-3">
<li class="nav-item">
<a class="nav-link" href="01-100.html">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="01-200.html">Data Sources</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="01-300.html">Data Types</a>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="collapse" href="#collapse-item-2">Finding Chemical Information</a>
<div id="collapse-item-2" class="collapse">
<ul class="nav flex-column ps-3">
<li class="nav-item">
<a class="nav-link" href="02-100.html">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="02-200.html">Part 1: Basic Searching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="02-300.html">Part 2: Searching with Structures</a>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="collapse" href="#collapse-item-3">Link to Other Sources</a>
<div id="collapse-item-3" class="collapse">
<ul class="nav flex-column ps-3">
<li class="nav-item">
<a class="nav-link" href="03-100.html">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="03-200.html">Links in Citations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="03-300.html">Links under Information Sources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="03-400.html">Links to Clinical Trials and Literature</a>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="collapse" href="#collapse-item-4">Download Summaries and Data</a>
<div id="collapse-item-4" class="collapse">
<ul class="nav flex-column ps-3">
<li class="nav-item">
<a class="nav-link" href="04-100.html">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="04-200.html">Download from Search Results</a>
</li>
<li class="nav-item">
<a class="nav-link" href="04-300.html">Download from a Compound Summary</a>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="05-000.html">Closing</a>
</li>
<li style="height: auto; line-height: 0;"><hr></li>
<li class="nav-item">
<a class="nav-link" href="06-000.html">How to Get Help</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="modal" data-bs-target="#navModal">How to Navigate This Course</a>
</li>
</ul>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="navModal" tabindex="-1" role="dialog" aria-labelledby="navModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="navModalLabel">How to Navigate This Course</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
</button>
</div>
<div class="modal-body">
<p>
There are a variety of ways you can navigate this course. You can:</p>
<ul>
<li>Click the Prev and Next buttons at the bottom of each page to move through the material.</li>
<li>Use the main navigation with dropdown subsections featured on all pages.</li>
<li>Use a combination of the above methods to explore the course contents.</li>
</ul>
<p>For the NLM Navigator activities:</p>
<ul>
<li>Turn off pop-up blockers in your browser.</li>
<li>Follow along in the live PubChem site in the right side frame.</li>
<li>Use the arrows in the side bar to navigate through the activities.</li>
<li>Jump to a specific section by clicking the menu button with three lines in the upper right-side corner.</li>
<li><strong>Important note</strong>: Use the arrows or the menu button to navigate to a previous section. Using your browser's back button may cause you to exit the NLM Navigator tutorial.</li>
</ul>
<br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- / LEFT COL - NAV SIDE -->
<!-- RIGHT COL -->
<div class="col col-md-8 col-xl-9 p-0 px-3">
<!-- MAIN CONTENT AREA -->
<div class="row justify-content-center">
<div class="container-fluid">
<!-- MAIN CONTENT - SINGLE COL -->
<div class="col col-12">
<!-- Section -->
<section id="item-1" class="row"><!-- Do not include class pt-3 on first section -->
<div class="col-lg-12">
<div class="px-2 mb-5 bg-default">
<!-- Header -->
<h2>About PubChem
</h2>
<hr>
<h3>Data Types</h3>
<br>
<div class="row">
<div class="col-lg-12">
<p>PubChem has many different categories for data that you can search for and access. This section will briefly introduce each data type to prepare you to search PubChem.</p>
</div>
<div class="row">
<div class="col-md-6">
<ul>
<li class="text-bg-success p-2 col"><a href="#substances">Substances</a></li>
<li class="text-bg-success p-2 col"><a href="#compounds">Compounds</a></li>
<li class="text-bg-success p-2 col"><a href="#bioassays">BioAssays</a></li>
<li class="text-bg-success p-2 col"><a href="#targets">Targets: Genes and Proteins</a></li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li class="text-bg-primary p-2 col"><a href="#pathways">Pathways</a></li>
<li class="text-bg-primary p-2 col"><a href="#cellline">Cell Line</a></li>
<li class="text-bg-primary p-2 col"><a href="#taxonomy">Taxonomy</a></li>
<li class="text-bg-primary p-2 col"><a href="#patents">Patents</a></li>
</ul>
</div>
</div>
<div class="col-lg-12">
<div id="substances"></div>
<h4>Substances</h4>
<p>Data sources submit data about a chemical; that data becomes a Substance record in PubChem. These can include chemical structures, synonyms, registration IDs, descriptions, related URLs, patent identifiers, database cross-references to PubMed, protein 3D structures, and biological screening results.</p>
<p>Every time a data source submits new information about a chemical, a new Substance record is generated. Substance summaries help you see who provided what.</p>
<p>This is an example of a Substance record for the chemical <a href="https://pubchem.ncbi.nlm.nih.gov/substance/472677687" title="https://pubchem.ncbi.nlm.nih.gov/substance/472677687" target="_blank">Semaglutide</a>. The source of this Substance in PubChem is the chemical vendor ChemShuttle.</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Substance.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Substance.png" alt="PubChem Substance Record showing Semaglutide and ChemShuttle as the source."></a>
</div>
</div>
<br>
<div id="compounds"></div>
<h4>Compounds</h4>
<p>The Compound summary is an aggregated view of all available information in PubChem about a chemical.</p>
<p>This is an example of a Compound summary for <a href="https://pubchem.ncbi.nlm.nih.gov/compound/56843331" title="https://pubchem.ncbi.nlm.nih.gov/compound/56843331" target="_blank">Semaglutide</a>. The summary includes information about Semaglutide from multiple different sources; for example, it has Chemical Classes information from Drugs@FDA and the European Medicines Agency (EMA).</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Compound.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Compound.png" alt="PubChem Compound record for Semaglutide."></a>
</div>
</div>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Compound2.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Compound2.png" alt="PubChem Compound record for Semaglutide showing Drugs@FDA and the European Medicines Agency circled under 3.3.1."></a>
</div>
</div>
<br>
<p>Read more about the difference between a Substance and a Compound record in the <a href="https://pubchem.ncbi.nlm.nih.gov/docs/compound-vs-substance" title="PubChem Docs" target="_blank">PubChem Documentation</a>.</p>
<div id="bioassays"></div>
<h4>BioAssays</h4>
<p>When a data source submits to PubChem the description of biological assay experiments and bioactivity test results on substances, each experiment becomes a BioAssay record.</p>
<p>Here is an example of a BioAssay record in PubChem titled <a href="https://pubchem.ncbi.nlm.nih.gov/bioassay/1247343" title="https://pubchem.ncbi.nlm.nih.gov/bioassay/1247343" target="_blank">&quot;Displacement of [125I]-GLP1 from human GLP1 receptor expressed in BHK cells after 2 hrs in absence of human serum albumin.&quot;</a> The source of this BioAssay record is ChEMBL database from the European Bioinformatics Institute.</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_BioAssay.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_BioAssay.png" alt="PubChem BioAssay record for Displacement of [125I]-GLP1 from human GLP1 receptor expressed in BHK cells after 2 hrs in absence of human serum albumin."></a>
</div>
</div>
<br>
<p>Read more about BioAssays in the <a href="https://pubchem.ncbi.nlm.nih.gov/docs/bioassays" title="PubChem Docs" target="_blank">PubChem Documentation</a>.</p>
<div id="targets"></div>
<h4>Targets: Genes and Proteins</h4>
<p>PubChem Protein and Gene records include chemical information available for a given protein or gene, including bioactivity data of chemicals that are tested against the corresponding protein or gene. PubChem has genes and proteins for different taxons. Gene and Protein records can include information from different sources.</p>
<p>This is an example of a Protein record for <a href="https://pubchem.ncbi.nlm.nih.gov/protein/P01911" title="https://pubchem.ncbi.nlm.nih.gov/protein/P01911" target="_blank">HLA class II histocompatibility antigen, DRB1 beta chain (human)</a>.</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Protein.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Protein.png" alt="PubChem Protein record for HLA class II histocompatibility antigen, DRB1 beta chain (human)."></a>
</div>
</div>
<br>
<p>Here is an example of a Gene record for <a href="https://pubchem.ncbi.nlm.nih.gov/gene/3123" title="https://pubchem.ncbi.nlm.nih.gov/gene/3123" target="_blank">HLA-DRB1 major histocompatibility complex, class II, DR beta 1 (human)</a>.</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Gene.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Gene.png" alt="PubChem Gene record for HLA-DRB1 major histocompatibility complex, class II, DR beta 1 (human)."></a>
</div>
</div>
<br>
<p>Learn more about <a href="https://pubchem.ncbi.nlm.nih.gov/docs/genes" title="genes" target="_blank">genes</a> and <a href="https://pubchem.ncbi.nlm.nih.gov/docs/proteins" title="proteins" target="new">proteins</a> in the PubChem Documentation.</p>
<div id="pathways"></div>
<h4>Pathways</h4>
<p>PubChem Pathway summaries include information about chemicals, genes, or diseases involved in or associated with a biological pathway. The <a href="https://www.genome.gov/about-genomics/fact-sheets/Biological-Pathways-Fact-Sheet#:~:text=A%20biological%20pathway%20is%20a,spur%20a%20cell%20to%20move." title="NIH National Human Genome Research Institute" target="_blank">NIH National Human Genome Research Institute</a> defines a biological pathway as &quot;a series of actions among molecules in a cell that leads to a certain product or a change in the cell. It can trigger the assembly of new molecules, such as a fat or protein, turn genes on and off, or spur a cell to move.&quot;</p>
<p>This is an example of an <a href="https://pubchem.ncbi.nlm.nih.gov/pathway/PathBank:SMP0000590" title="https://pubchem.ncbi.nlm.nih.gov/pathway/PathBank:SMP0000590" target="_blank">Ibuprofen Metabolism Pathway</a> summary from the academic source PathBank.</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Pathway.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Pathway.png" alt="PubChem Ibuprofen Metabolism Pathway summary from the academic source PathBank."></a>
</div>
</div>
<br>
<p>Learn more about Pathways in the <a href="https://pubchemdocs.ncbi.nlm.nih.gov/pathways" title="PubChem Docs" target="_blank">PubChem Documentation</a>.</p>
<div id="cellline"></div>
<h4>Cell Line</h4>
<p>A Cell Line summary presents PubChem data associated with a given cell line. Cells in a cell line are often used in scientific research. Cell line information in PubChem can come from a variety of sources.</p>
<p>This is an example of a Cell summary for <a href="https://pubchem.ncbi.nlm.nih.gov/cell/31" title="https://pubchem.ncbi.nlm.nih.gov/cell/31" target="_blank">MCF-7</a>.</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Cell.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Cell.png" alt="PubChem Cell summary page for MCF-7."></a>
</div>
</div>
<br>
<p>Learn more about cell lines in the <a href="https://pubchem.ncbi.nlm.nih.gov/docs/cell-lines" title="PubChem Docs" target="_blank">PubChem Documentation</a>.</p>
<div id="taxonomy"></div>
<h4>Taxonomy</h4>
<p>Taxonomy summaries in PubChem display data associated with a specific organism, like a human or Norway rat. Taxonomy summaries can include information from multiple sources.</p>
<p>This is an example of a Taxonomy record for <a href="https://pubchem.ncbi.nlm.nih.gov/taxonomy/104688" title="https://pubchem.ncbi.nlm.nih.gov/taxonomy/104688" target="_blank">Bactrocera oleae (olive fruit fly)</a>.</p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Taxonomy.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Taxonomy.png" alt="PubChem Taxonomy record for Bactrocera oleae (olive fruit fly)."></a>
</div>
</div>
<br>
<p>Learn more about taxonomies in the <a href="https://pubchemdocs.ncbi.nlm.nih.gov/taxonomies" title="PubChem Docs" target="_blank">PubChem Documentation</a>.</p>
<div id="patents"></div>
<h4>Patents</h4>
<p>The PubChem Patent collection contains information on what chemicals are mentioned in a given patent document.</p>
<p>Here is an example of a Patent record titled <a href="https://pubchem.ncbi.nlm.nih.gov/patent/US-2021206800-A1" title="https://pubchem.ncbi.nlm.nih.gov/patent/US-2021206800-A1" target="_blank">&quot;Process for purifying semaglutide and liraglutide.&quot;</a></p>
<div class="col-lg-6 mx-auto text-center">
<div class="graphic">
<a href="img/PubChem_Patent.png" target="_blank"><img class="img-fluid shadow" src="img/PubChem_Patent.png" alt="PubChem Patent record titled Process for purifying semaglutide and liraglutide."></a>
</div>
</div>
<br>
<p>Learn more about patents in the <a href="https://pubchemdocs.ncbi.nlm.nih.gov/patents" title="PubChem Docs" target="_blank">PubChem Documentation</a>.</p>
<br>
<h4><i class="fas fa-user-edit"></i> Exercises</h4>
<div>
<p>Answer these questions to check your understanding of the data types in PubChem:</p>
<div class="card shadow-sm">
<div class="card-body">
<ol class="pubmed-numbers p-l-0">
<li><strong>When a data source submits new information about a chemical, a _____ record is created.</strong></li>
</ol>
<br>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ3" id="flexRadioDefault5">
<label class="form-check-label" for="flexRadioDefault5">
a) Compound
</label>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ3" id="flexRadioDefault6">
<label class="form-check-label" for="flexRadioDefault6">
b) Gene
</label>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ3" id="flexRadioDefault7">
<label class="form-check-label" for="flexRadioDefault7">
c) BioAssay
</label>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ3" id="flexRadioDefault8">
<label class="form-check-label" for="flexRadioDefault8">
d) Substance
</label>
</div>
<!-- Button trigger modal -->
<div class="text-center">
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#Exercise3Modal">
Show Answer
</button>
</div>
<!-- Modal -->
<div class="modal fade" id="Exercise3Modal" tabindex="-1" role="dialog" aria-labelledby="Exercise3ModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="Exercise3ModalLabel">Answer</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
</button>
</div>
<div class="modal-body">
<p><strong>d) Substance.</strong> (Hint: Review the definitions above to find the right answer.)
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="card shadow-sm">
<div class="card-body">
<ol class="pubmed-numbers p-l-0" style="counter-reset: my-counter 1">
<li><strong>The summary page of a __________record provides an aggregated view of all available information in PubChem about a chemical.</strong></li>
</ol>
<br>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ4" id="flexRadioDefault9">
<label class="form-check-label" for="flexRadioDefault9">
a) Substance
</label>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ4" id="flexRadioDefault10">
<label class="form-check-label" for="flexRadioDefault10">
b) Compound
</label>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ4" id="flexRadioDefault11">
<label class="form-check-label" for="flexRadioDefault11">
c) Protein
</label>
</div>
<div class="form-check mb-2">
<input class="form-check-input" type="radio" name="flexRadioDefaultQ4" id="flexRadioDefault12">
<label class="form-check-label" for="flexRadioDefault12">
d) BioAssay
</label>
</div>
<!-- Button trigger modal -->
<div class="text-center">
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#Exercise4Modal">
Show Answer
</button>
</div>
<!-- Modal -->
<div class="modal fade" id="Exercise4Modal" tabindex="-1" role="dialog" aria-labelledby="Exercise4ModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="Exercise4ModalLabel">Answer</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
</button>
</div>
<div class="modal-body">
<p><strong>b) Compound.</strong> (Hint: Review the definitions above to find the right answer.)
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<h4>Summary</h4>
<p>The table below summarizes PubChem Data Types:</p>
<table class="table">
<thead>
<tr>
<th scope="col">Date Type</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Substance</th>
<td>Submitted data about a chemical from a source</td>
</tr>
<tr>
<th scope="row">Compound</th>
<td>An aggregated view of all available information in PubChem about a chemical</td>
</tr>
<tr>
<th scope="row">BioAssays</th>
<td>Description of biological assay experiments and bioactivity test results on substances</td>
</tr>
<tr>
<th scope="row">Targets: Proteins and Genes</th>
<td>Chemical information available for a given protein or gene (or protein encoded by the gene)</td>
</tr>
<tr>
<th scope="row">Pathways</th>
<td>Information about chemicals, genes, or diseases involved in or associated with a biological pathway</td>
</tr>
<tr>
<th scope="row">Cell Lines</th>
<td>Chemical information associated with a given cell line</td>
</tr>
<tr>
<th scope="row">Taxonomy</th>
<td>Chemical information associated with a specific organism</td>
</tr>
<tr>
<th scope="row">Patents</th>
<td>Chemical information mentioned in a given patent</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- / MAIN CONTENT - LEFT COL -->
</div>
<!-- / MAIN CONTENT AREA -->
<div class="row justify-content-center pt-3">
<div class="col-12 text-center">
<div class="row">
<div class="col-6 text-start">
<a href="01-200.html" class="btn btn-primary"><span class="fas fa-chevron-left"></span> Prev</a>
</div>
<div class="col-6 text-end">
<a href="02-100.html" class="btn btn-primary">Next <span class="fas fa-chevron-right"></span></a>
</div>
</div>
</div>
</div>
</div>
<!-- / RIGHT COL -->
</div>
<!-- -->
</div>
<!-- FOOTER -->
<footer class="row mt-4 bg-primary text-white">
<div class="container-fluid">
<div class="container pt-5">
<div class="row mt-3">
<div class="col-md-3 col-sm-6 col-6">
<p class="mb-0"><a href="https://www.nlm.nih.gov/socialmedia/index.html" target="_blank" class="text-white">Connect with NLM</a></p>
<ul class="list-inline">
<li class="list-inline-item me-2 social_media"><a title="External link: please review our privacy policy." href="https://www.facebook.com/nationallibraryofmedicine"><img src="img/facebook.svg" class="img-fluid bg-secondary" alt="Facebook"></a></li>
<li class="list-inline-item me-2 social_media"><a title="External link: please review our privacy policy." href="https://www.linkedin.com/company/national-library-of-medicine-nlm/"><img src="img/linkedin.svg" class="img-fluid bg-secondary" alt="LinkedIn"></a></li>
<li class="list-inline-item me-2 social_media"><a title="External link: please review our privacy policy." href="https://twitter.com/NLM_NIH"><img src="img/twitter.svg" class="img-fluid bg-secondary" alt="Twitter"></a></li>
<li class="list-inline-item me-2 social_media"><a title="External link: please review our privacy policy." href="https://www.youtube.com/user/NLMNIH"><img src="img/youtube.svg" class="img-fluid bg-secondary" alt="You Tube"></a></li>
<li class="list-inline-item me-2 social_media"><a title="External link: please review our privacy policy." href="https://public.govdelivery.com/accounts/USNLMOCPL/subscriber/new?preferences=true"><img src="img/mail.svg" class="img-fluid bg-secondary" alt="Government Delivery"></a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-6">
<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" target="_blank" class="text-white" id="anch_71"> 8600 Rockville Pike <br>
Bethesda, MD 20894 </a></p>
</div>
<div class="col-md-3 col-sm-6 col-6">
<p><a href="https://www.nlm.nih.gov/web_policies.html" target="_blank" class="text-white" id="anch_72"> Web Policies </a><br>
<a href="https://www.nih.gov/institutes-nih/nih-office-director/office-communications-public-liaison/freedom-information-act-office" target="_blank" class="text-white" id="anch_73"> FOIA </a> <br>
<a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" class="text-white">HHS Vulnerability Disclosure</a>
</p>
</div>
<div class="col-md-3 col-sm-6 col-6">
<p><a href="https://support.nlm.nih.gov/?from=https://www.nlm.nih.gov/" target="_blank" class="supportLink text-white" id="anch_75"> NLM Support Center </a> <br>
<a href="https://www.nlm.nih.gov/accessibility.html" class="text-white" id="anch_76" target="_blank"> Accessibility </a><br>
<a href="https://www.nlm.nih.gov/careers/careers.html" target="_blank" class="text-white" id="anch_77"> Careers </a></p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<p class="mt-2 text-center"> <a href="https://www.nlm.nih.gov/" target="_blank" class="text-white" id="anch_78">NLM</a> | <a href="https://www.nih.gov/" target="_blank" class="text-white" id="anch_79">NIH</a> | <a href="https://www.hhs.gov/" target="_blank" class="text-white" id="anch_80">HHS</a> | <a href="https://www.usa.gov/" target="_blank" class="text-white" id="anch_81">USA.gov</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- / FOOTER -->
</div>
<!-- JAVASCRIPT -->
<script src="js/jquery-latest.min.js"></script>
<script src="js/jquery-migrate-latest.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/oet-custom.js"></script>
<noscript style="text-align:center;font-size:24px;">Enable Javascript support in the browser.</noscript>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MT6MLL"
height="0" width="0" style="display:none;visibility:hidden" title="googletagmanager"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>