← all pages
5.14:_Harlequin_Chromosomes
view live ↗
<figure><img style="width: 218px; height: 275px;" class="internal" alt="Black and white image showing multiple chromosomes isolated on a light background. Some chromosomes are circled in red, and one is indicated with a red arrow." loading="lazy" width="296" height="373" src="https://bio.libretexts.org/@api/deki/files/6535/Bodycote_L.jpg?revision=1&size=bestfit&width=218&height=275" /> <img style="width: 215px; height: 275px;" class="internal" alt="Black and white image showing human chromosomes scattered on a light background. Various sizes and shapes of paired chromosomes are visible." loading="lazy" width="215px" height="275px" src="https://bio.libretexts.org/@api/deki/files/6536/Bodycote_R.jpg?revision=1&size=bestfit&width=215&height=275" /><figcaption>Figure 5.14.2 Immortal Strands</figcaption></figure> <p class="lt-bio-4762" style="background-color: unset;">Most eukaryotes have several to many pairs of chromosomes, and we might expect that at metaphase of mitosis the chromosomes would align at the metaphase plate at random so that some containing the immortal DNA strand would go to one pole; the remainder to the other. And this is generally the case. However, there may be some exceptions.</p> <p class="lt-bio-4762" style="background-color: unset;"><strong>Stem cells</strong> divide to produce two daughter cells:</p> <ul> <li class="lt-bio-4762" style="background-color: unset;">one that will continue as a stem cell and</li> <li class="lt-bio-4762" style="background-color: unset;">one that will go on to differentiate.</li> </ul> <p class="lt-bio-4762" style="background-color: unset;">There is evidence that when some types of stem cells divide, for example a subset found in skeletal muscle, the chromatids containing the immortal strand all line up on one side of the metaphase plate and the daughter cell receiving this set is the one that <strong>remains a stem cell</strong>. Although the mechanism by which this occurs is unknown, one can appreciate a potential value to the organism. Errors (mutations) in DNA occur most often during its replication. By keeping the original template in the stem cell population, introduced errors (mutations) disappear when the differentiated cell dies at the end of its useful life. Another possible advantage of nonrandom segregation of parental vs. newly-synthesized DNA: it may assure that epigenetic alterations of their respective DNA strands are transmitted to the appropriate daughter cells.</p> <p class="lt-bio-4762" style="background-color: unset;">(The figure represents a haploid cell with <strong>n</strong> = 2. Each bar represents one strand of the DNA double helix.)</p> <p class="lt-bio-4762" style="background-color: unset;">However, other experiments, with other types of stem cells, find that</p> <ul> <li class="lt-bio-4762" style="background-color: unset;">only certain chromosomes (e.g., the X and Y in Drosophila male germline stem cells) preferentially segregate the parental chromatids to the cell that will remain a stem cell;</li> <li class="lt-bio-4762" style="background-color: unset;">and for others, the distribution of immortal strands at metaphase is random, and thus the drawing on the right does not reflect what happens in those cases.</li> </ul> <footer class="mt-content-footer"> <style>/*<![CDATA[*/#mt-toc-container {display: none !important;}/*]]>*/</style><script type="text/javascript">/*<![CDATA[*/ $(function() { if(!window['autoDefinitionList']){ window['autoDefinitionList'] = true; $('dl').find('dt').on('click', function() { $(this).next().toggle('350'); }); } });/*]]>*/</script> <script defer="true" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon="{"token": "483ec2414e274209a7e93c253192df0b"}"></script><script src="https://cdn.libretexts.net/github/LibreTextsMain/Miscellaneous/h5p-resizer.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.11/iframeResizer.contentWindow.min.js" integrity="sha512-FOf4suFgz7OrWmBiyyWW48u/+6GaaAFSDHagh2EBu/GH/1+OQSYc0NFGeGeZK0gZ3vuU1ovmzVzD6bxmT4vayg==" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.11/iframeResizer.min.js" integrity="sha512-HY1lApSG7xxx8mYzs/lxRs+c5AaDThRaa3pvQB6puiswvf2lWqMJVf+8qSGiL4ZXfHQoPIqbd1TlpqfycPo3cQ==" crossorigin="anonymous"></script><script>/*<![CDATA[*/window.addEventListener('load', function(){$('iframe').iFrameResize({warningTimeout:0, scrolling: 'omit'});})/*]]>*/</script><script>/*<![CDATA[*/ window.PageNum = "auto"; window.InitialOffset = "false"; window.PageName = "5.14: Harlequin Chromosomes"; /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ // var front = window.PageNum.trim(); if(front=="auto"){ front = window.PageName.replace('\"', '\\\"').trim(); //front = "'..string.matchreplace(PageName,'\"','\\\"')..'".trim(); if(front.includes(":")){ front = front.split(":")[0].trim(); if(front.includes(".")){ front = front.split("."); front = front.map((int)=>int.includes("0")?parseInt(int,10):int).join("."); } front+="."; } else { front = ""; } } front = front.trim(); function loadMathJaxScript() { try { const script = document.createElement('script'); script.id = "mathjax-script"; script.src = "https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-svg.js"; script.type = "text/javascript"; script.defer = true; document.head.appendChild(script); } catch (err) { console.error(err); } } document.addEventListener('DOMContentLoaded', (e) => { loadMathJaxScript(); }); if (window.PageName !== 'Realtime MathJax'){ MathJax = { options: { ignoreHtmlClass: "tex2jax_ignore", processHtmlClass: "tex2jax_process", menuOptions: { settings: { zscale: "150%", zoom: "Double-Click", assistiveMml: true, // true to enable assitive MathML collapsible: false, // true to enable collapsible math }, }, }, output: { scale: 0.85, mtextInheritFont: false, displayOverflow: "linebreak", linebreaks: { width: "100%", }, }, startup: { pageReady: () => { if (window.activateBeeLine) { window.activateBeeLine(); } return MathJax.startup.defaultPageReady(); }, }, chtml: { matchFontHeight: true, }, tex: { tags: "all", tagformat: { number: (n) => { if (window.InitialOffset) { const offset = Number(window.InitialOffset); if(!offset) { return front + n; // If offset is falsy (nan, undefined, etc.) } const added = Number(n) + offset; return front + added; } else { return front + n; } }, }, macros: { eatSpaces: ['#1', 2, ['', ' ', '\\endSpaces']], PageIndex: ['{' + front.replace(/\./g, '{.}') + '\\eatSpaces#1 \\endSpaces}', 1], test: ["{" + front + "#1}", 1], mhchemrightleftharpoons: "{\\unicode{x21CC}\\,}", xrightleftharpoons: ['\\mhchemxrightleftharpoons[#1]{#2}', 2, ''] }, packages: { "[+]": [ "mhchem", "color", "cancel", "ams", "tagformat" ], }, }, loader: { '[tex]/mhchem': { ready() { const {MapHandler} = MathJax._.input.tex.MapHandler; const mhchem = MapHandler.getMap('mhchem-chars'); mhchem.lookup('mhchemrightarrow')._char = '\uE42D'; mhchem.lookup('mhchemleftarrow')._char = '\uE42C'; } }, load: [ "[tex]/mhchem", "[tex]/color", "[tex]/cancel", "[tex]/tagformat", ], }, }; }; ///*]]>*/</script> <hr class="autoattribution-divider" /><div class="autoattribution"><p>This page titled <a target="_blank" class="internal mt-self-link" href="/Sandboxes/johnnyphung/biology/05:_DNA/5.14:_Harlequin_Chromosomes">5.14: Harlequin Chromosomes</a> is shared under a <a rel="nofollow" href="https://creativecommons.org/licenses/by/3.0" target="_blank">CC BY 3.0</a> license and was authored, remixed, and/or curated by <a rel="nofollow" target="_blank" href="http://www.biology-pages.info/">John W. Kimball</a> via <a rel="nofollow" href="https://www.biology-pages.info/" target="_blank">source content</a> that was edited to the style and standards of the LibreTexts platform.</p></div> <script type="text/javascript">/*<![CDATA[*/ try { const pageTagsHolder = document.getElementById('pageTagsHolder'); if (pageTagsHolder) { const pageTagsRaw = pageTagsHolder.innerText; if (pageTagsRaw.includes('transcluded:yes')) { const attrSections = document.querySelectorAll('.autoattribution'); const attrDividers = document.querySelectorAll('.autoattribution-divider'); if (attrSections.length > 1 && attrDividers.length > 1) { /* Hide first AutoAttribution from transcluded page */ attrSections[0].style.display = 'none'; attrDividers[0].style.display = 'none'; } } } } catch (e) { console.error('[AutoAttribution Transclusion Removal] Error encountered!'); console.error(e); }/*]]>*/</script> <div id="librelens-attribution-list"></div></footer>
💾 Save to sandbox
Reset