A place to cache linked articles (think custom and personal wayback machine)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 42KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. <!doctype html><!-- This is a valid HTML5 document. -->
  2. <!-- Screen readers, SEO, extensions and so on. -->
  3. <html lang="fr">
  4. <!-- Has to be within the first 1024 bytes, hence before the <title>
  5. See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
  6. <meta charset="utf-8">
  7. <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
  8. <!-- The viewport meta is quite crowded and we are responsible for that.
  9. See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
  10. <meta name="viewport" content="width=device-width,initial-scale=1">
  11. <!-- Required to make a valid HTML5 document. -->
  12. <title>No, Really, mRNA Vaccines Are Not Going To Affect Your DNA (archive) — David Larlet</title>
  13. <meta name="description" content="Publication mise en cache pour en conserver une trace.">
  14. <!-- That good ol' feed, subscribe :). -->
  15. <link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
  16. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  17. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
  18. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
  19. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
  20. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  21. <link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
  22. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  23. <meta name="msapplication-TileColor" content="#f0f0ea">
  24. <meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
  25. <meta name="theme-color" content="#f0f0ea">
  26. <!-- Documented, feel free to shoot an email. -->
  27. <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
  28. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  29. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  30. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  31. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  32. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  33. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  34. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  35. <script>
  36. function toggleTheme(themeName) {
  37. document.documentElement.classList.toggle(
  38. 'forced-dark',
  39. themeName === 'dark'
  40. )
  41. document.documentElement.classList.toggle(
  42. 'forced-light',
  43. themeName === 'light'
  44. )
  45. }
  46. const selectedTheme = localStorage.getItem('theme')
  47. if (selectedTheme !== 'undefined') {
  48. toggleTheme(selectedTheme)
  49. }
  50. </script>
  51. <meta name="robots" content="noindex, nofollow">
  52. <meta content="origin-when-cross-origin" name="referrer">
  53. <!-- Canonical URL for SEO purposes -->
  54. <link rel="canonical" href="https://www.deplatformdisease.com/blog/no-really-mrna-vaccines-are-not-going-to-affect-your-dna">
  55. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick">
  56. <article>
  57. <header>
  58. <h1>No, Really, mRNA Vaccines Are Not Going To Affect Your DNA</h1>
  59. </header>
  60. <nav>
  61. <p class="center">
  62. <a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
  63. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-home"></use>
  64. </svg> Accueil</a> •
  65. <a href="https://www.deplatformdisease.com/blog/no-really-mrna-vaccines-are-not-going-to-affect-your-dna" title="Lien vers le contenu original">Source originale</a>
  66. </p>
  67. </nav>
  68. <hr>
  69. <div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1606169203989_12470"><div class="sqs-block-content"><p class="" style="white-space:pre-wrap;">Recently, I’ve gotten an influx of questions about how we can really be sure that mRNA vaccines will not affect our DNA. In my <a href="https://www.deplatformdisease.com/blog/mrna-vaccines-and-covid-19">prior post</a> on the subject I wrote:</p></div></div>
  70. <div class="sqs-block image-block sqs-block-image sqs-col-6 span-6 float float-right" data-block-type="5" id="block-yui_3_17_2_1_1606369575380_12279"><div class="sqs-block-content">
  71. <div
  72. class="
  73. image-block-outer-wrapper
  74. layout-caption-below
  75. design-layout-inline
  76. combination-animation-no-animation
  77. individual-animation-site-default
  78. individual-text-animation-site-default
  79. "
  80. data-test="image-block-inline-outer-wrapper"
  81. >
  82. <figure
  83. class="
  84. sqs-block-image-figure
  85. intrinsic
  86. "
  87. style="max-width:1122.0px;"
  88. >
  89. <img src="https://images.squarespace-cdn.com/content/v1/5f9e108ff209714788ba4860/1606369596663-GTN6S4CEQMWRD0ATTO21/ke17ZwdGBToddI8pDm48kBIrutObqGU73HVyVjDQZW8UqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYxCRW4BPu10St3TBAUQYVKc6JderoivQIlbSDi4nglwcEG3FcobJa67VGCxY7MtIwCGwLk85Bauuu5eETM_-Ren/Screen+Shot+2020-11-26+at+12.46.11+AM.png" alt="Lodish H, Berk A, Kaiser C, Krieger M, Bretscher A, Ploegh H, Amon A, Martin K. Molecular cell biology. 8th ed. New York: W.H. Freeman; 2016. Figure 13-37B which demonstrates the export of mRNA from the nucleus." /></noscript>
  90. <figcaption class="image-caption-wrapper">
  91. <div class="image-caption"><p class="" style="white-space:pre-wrap;">Lodish H, Berk A, Kaiser C, Krieger M, Bretscher A, Ploegh H, Amon A, Martin K. Molecular cell biology. 8th ed. New York: W.H. Freeman; 2016. Figure 13-37B which demonstrates the export of mRNA from the nucleus.</p></div>
  92. </figcaption>
  93. </figure>
  94. </div>
  95. </div></div>
  96. <div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1606369635264_11375"><div class="sqs-block-content"><blockquote><p class="" style="white-space:pre-wrap;">Another concern raised has been the idea that mRNA can somehow alter the host’s genome. That would actually be super cool and be huge for gene therapy (and I could finally give myself the giant bat wings I’ve always wanted) but this is not so. This is ordinarily impossible except if there is also a reverse transcriptase enzyme present that produces DNA from the RNA template, which is how retroviruses work. There is no such risk with any mRNA vaccine candidate. mRNA vaccines act entirely within the cytosol of the cell- they do not go near the nucleus where all the DNA is. That’s actually a major advantage of RNA-based vaccines over DNA ones.</p></blockquote></div></div>
  97. <div class="sqs-block image-block sqs-block-image sqs-col-6 span-6 float float-right" data-block-type="5" id="block-yui_3_17_2_1_1606177725054_56388"><div class="sqs-block-content">
  98. <div
  99. class="
  100. image-block-outer-wrapper
  101. layout-caption-below
  102. design-layout-inline
  103. combination-animation-no-animation
  104. individual-animation-site-default
  105. individual-text-animation-site-default
  106. "
  107. data-test="image-block-inline-outer-wrapper"
  108. >
  109. <figure
  110. class="
  111. sqs-block-image-figure
  112. intrinsic
  113. "
  114. style="max-width:1916.0px;"
  115. >
  116. <img src="https://images.squarespace-cdn.com/content/v1/5f9e108ff209714788ba4860/1606187959716-K0FDE5NKLJ7FID8FCLNE/ke17ZwdGBToddI8pDm48kMbhb6p0zHaaLGmqRfcLHl0UqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYy7Mythp_T-mtop-vrsUOmeInPi9iDjx9w8K4ZfjXt2dvkoETaqHaHMbtfyZVPgvGyXxrKuQHErwmrWzTK0y5NLCjLISwBs8eEdxAxTptZAUg/Screen+Shot+2020-11-23+at+10.18.43+PM.png" alt="Flint S, Racaniello V, Rall G, Skalka A, Enquist L. Principles of virology. Washington, DC: ASM Press; 2015. Figure 5.23C which shows the nuclear import cycle with influenza ribonucleoproteins as an example. Nucleear localization signals are recognized by importin-α which then recruits importin-β which recruits a small GTPase called Ran. When binding GDP, Ran is able to transport the RNP across the nuclear pore complex. The complex of importins and Ran will then dissociate, and a guanine nucleotide exchange factor will exchange GDP for GTP, that allows Ran-GTP to be exported out of the nucleus. RanGAP-1 or RanBPI, 2 can then catalyze hydrolysis of GTP to GDP which allows Ran to bind another importin-β to initiate the import cycle once more." />
  117. <figcaption class="image-caption-wrapper">
  118. <div class="image-caption"><p class="sqsrte-small" style="white-space:pre-wrap;">Flint S, Racaniello V, Rall G, Skalka A, Enquist L. Principles of virology. Washington, DC: ASM Press; 2015. Figure 5.23C which shows the nuclear import cycle with influenza ribonucleoproteins as an example. Nucleear localization signals are recognized by importin-α which then recruits importin-β which recruits a small GTPase called Ran. When binding GDP, Ran is able to transport the RNP across the nuclear pore complex. The complex of importins and Ran will then dissociate, and a guanine nucleotide exchange factor will exchange GDP for GTP, that allows Ran-GTP to be exported out of the nucleus. RanGAP-1 or RanBPI, 2 can then catalyze hydrolysis of GTP to GDP which allows Ran to bind another importin-β to initiate the import cycle once more. </p></div>
  119. </figcaption>
  120. </figure>
  121. </div>
  122. </div></div>
  123. <div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1606190121308_43147"><div class="sqs-block-content"><p class="" style="white-space:pre-wrap;">I gave this response in large part because I felt that the detailed discussion of reverse transcription, nuclear trafficking, the endocytic pathway, and the other 11 or so advanced cell biology topics that I would have to invoke to give this a rigorous answer was too complex to be of benefit to the average person wanting to know simply whether or not this is possible. However, I had a flurry of questions about “what ifs” relating to retroviruses or hepadnaviruses (hepatitis B), and I can grant that this response doesn’t address that, so here I will attempt to answer that as explicitly and with minimal complexity as I am capable. </p><p class="" style="white-space:pre-wrap;">To simplify the discussion so as to avoid having to explain the <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4377075/">phases of phospholipid bilayers</a> and the molecular composition of the lipid nanoparticle as it relates to stability (discussed in <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5439223/pdf/tde-07-319.pdf">1</a>, <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6383180/pdf/main.pdf">2</a>, <a href="https://www.cell.com/action/showPdf?pii=S1525-0016%2819%2930041-3">3</a>, <a href="https://www.cell.com/action/showPdf?pii=S1525-0016%2819%2930053-X">4</a>), I will ask readers take for granted that mRNA vaccines are endocytosed and <a href="https://www.nature.com/articles/3301506.pdf">liberated</a> (<a href="https://pubs.acs.org/doi/pdf/10.1021/acsami.8b21398">and this</a>) into the cytoplasm of the cell. </p><p class="" style="white-space:pre-wrap;">Firstly, for mRNA to affect your DNA, at a minimum we need to establish that it would need to gain access to the DNA in question. There are two subcellular compartments where this can be accomplished. The first is the nucleus, so let’s start with a discussion of the trafficking of cargo in the nucleus. The nucleus of the cell is an isolated compartment with pore complexes (NPCs) that impose limits on the size of the particles that can freely enter. RNA is readily transported out as transcription occurs within the nucleus but the ribosomes required to produce proteins are in the cytosol or on the rough endoplasmic reticulum. This process is mediated by several accessory proteins which you can see to your right. Note however that there isn’t any physiological circumstance in which one might need RNA from the cytosol to be transported back to the nucleus. RNA is synthesized within the nucleus. Viruses which have a nuclear phase in their replication cycle have to have various tricks to be able to allow their RNA payload to enter. Though RNA is not readily transported into cells, proteins can be. This occurs via a network of proteins called importins (see figure 5-23C on the right). Proteins containing an amino acid sequence called the nuclear localization sequence (NLS; there are 2 common ones) are able to bind the importins, which can then transport them across the nuclear pore complex as shown on the right. RNA viruses often have replication cycles that do not require access to the nucleus, but there are some exceptions. <a href="https://jvi.asm.org/content/jvi/84/3/1254.full.pdf">Influenza viruses for example are RNA viruses that have their genomes associated with ribonucleoproteins, and these ribonucleoproteins express nuclear localization signals that facilitates the entry of their genomic RNA into the nucleus</a>. mRNA vaccines, on the other hand, are not associated with any proteins. Once inside the cytosol, the mRNA is naked and exposed to the harsh environment of ribosomes and exonucleases which destroy the mRNA in a matter of hours (at most). There is no conceivable mechanism by which mRNA can spontaneously be trafficked into the nucleus. Being made of nucleotides, it cannot contain a nuclear localization sequence. </p><p class="" style="white-space:pre-wrap;">The other relevant compartment would be the mitochondrion. Mitochondria are actually vestigial bacteria with their own genomes, and it’s thought that billions of years ago an ancient cell (probably an archaean- the cousins of bacteria) tried to consume the ancestor of the mitochondria but lacked the machinery to actually do the digesting and the two established a symbiotic relationship. Since that instance, the mitochondria have been an essential feature of our cell’s biologies. This allowed the mitochondria to develop an extremely reduced genome containing only<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5215404/pdf/PATH-241-236.pdf"> 37 genes</a> (most of the genes relevant to mitochondrial function are still in the nucleus). Mitochondria have their <a href="https://www.pnas.org/content/pnas/116/17/8283.full.pdf">own ribosomes</a> and even their own <a href="https://www.nature.com/articles/282189a0">genetic code</a> (sort of). There is also a specialized process for the clearance of diseased mitochondria called <strong>mitophagy, </strong>which is the subject of many excellent reviews e.g. <a href="https://www.nejm.org/doi/full/10.1056/NEJMoa2001265">this</a>, <a href="https://www.nature.com/articles/s41556-018-0176-2">this</a>, and <a href="https://www.cell.com/current-biology/pdf/S0960-9822(18)30006-X.pdf">this</a>. </p><p class="" style="white-space:pre-wrap;">The collective conclusion from our understanding of these biological process is that a naked mRNA in the cytosol has no potential to end up in a cellular compartment that contains our own DNA means that, irrespective of the presence or absence of other factors, there is no chance of harm to the DNA from the mRNA vaccine. But still people wanted to ask me about reverse transcriptases so let’s discuss those.</p><p class="" style="white-space:pre-wrap;">The process of going from RNA to DNA (the exact opposite of what the central dogma of molecular biology dictates) is known as <strong>reverse transcription</strong>, and it is carried out with an enzyme called a <strong>reverse transcriptase </strong>(which are a really interesting group of enzymes). In general, reverse transcription is performed by a few different genetic entities: <strong>retroviruses</strong>, <strong>hepadnaviruses</strong>, <strong>telomeres</strong>, and <strong>retrotransposons</strong>. These are worth defining. </p><ul data-rte-list="default"><li><p class="" style="white-space:pre-wrap;">Retroviruses are viruses who have an RNA genome, from which they create a DNA copy through reverse transcription that then integrates into the cell of the host (by which I mean, literally inserts itself into the host cell’s genome and becomes a permanent part of it, in the form of a sequence called a <strong>provirus</strong>). The proviral sequence itself can then be transcribed in the host cell to produce viral proteins and particles that can go on to spread to the next cell. The most famous retrovirus is HIV-1. </p></li><li><p class="" style="white-space:pre-wrap;">Hepadnaviruses are DNA viruses which have gapped genomes (there is one complete DNA strand and another partial DNA strand which is linked to a pregenomic RNA), and unlike retroviruses, do not integrate into the genome of the host cell they infect. The most famous example is Hepatitis B virus, for which multiple effective vaccines exist. </p></li><li><p class="" style="white-space:pre-wrap;">Telomeres are structures present at the ends of human chromosomes which are maintained by a protein complex called telomerase that uses a reverse transcriptase called TERT to maintain them. The reasons this is necessary are discussed below. They are about 5-15 kilobases long normally, and shortening results in arrest of cell growth and replication (senescence), or can even trigger cell death by apoptosis. </p></li></ul></div></div>
  124. <div class="sqs-block image-block sqs-block-image sqs-col-6 span-6 float float-right" data-block-type="5" id="block-yui_3_17_2_1_1606152858324_15060"><div class="sqs-block-content">
  125. <div
  126. class="
  127. image-block-outer-wrapper
  128. layout-caption-below
  129. design-layout-inline
  130. combination-animation-no-animation
  131. individual-animation-site-default
  132. individual-text-animation-site-default
  133. "
  134. data-test="image-block-inline-outer-wrapper"
  135. >
  136. <figure
  137. class="
  138. sqs-block-image-figure
  139. intrinsic
  140. "
  141. style="max-width:1678.0px;"
  142. >><img src="https://images.squarespace-cdn.com/content/v1/5f9e108ff209714788ba4860/1606153924605-WEHFFZG8XIF0U0HRSZ1D/ke17ZwdGBToddI8pDm48kNAW-6N3TEZYr3LOLzxsVBB7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1UURmfKhC5ju460J3EoQTF9TMp7qDZjdmqVieoNbHQeLCP7cJNZlDXbgJNE9ef52e8w/Screen+Shot+2020-11-23+at+12.51.47+PM.png" alt="Hartwell L, Goldberg M, Fischer J, Hood L. Genetics. 6th ed. New York: McGraw Hill; 2018. Table 13-2" />
  143. <figcaption class="image-caption-wrapper">
  144. <div class="image-caption"><p class="sqsrte-small" style="white-space:pre-wrap;">Hartwell L, Goldberg M, Fischer J, Hood L. Genetics. 6th ed. New York: McGraw Hill; 2018. Table 13-2</p></div>
  145. </figcaption>
  146. </figure>
  147. </div>
  148. </div></div>
  149. <div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1606228770446_31321"><div class="sqs-block-content"><ul data-rte-list="default"><li><p class="" style="white-space:pre-wrap;">Retrotransposons are actually the most abundant component of our genome. The human genome contains about 21,000-27,000 genes (the number you get depends on how precisely you define a gene and which source you consult), which span 40-48 million base pairs, but this accounts for only about 1.5% of the 3.2 billion total base pairs. Retrotransposons account for about 2 billion base pairs. There are several kinds of retroelements, which are worth discussing further:</p></li></ul><ol data-rte-list="default"><li><p class="" style="white-space:pre-wrap;"><strong>SINEs</strong> (<strong>short interspersed nuclear elements</strong>) which encode short transcripts like tRNAs, and cannot function without a LINE-encoded protein. </p></li><li><p class="" style="white-space:pre-wrap;"><strong>LINEs</strong> (<strong>long interspersed nuclear elements</strong>) which encode a reverse transcriptase formed from the ORF1 and pol genes which can copy itself and other LINE and SINE elements into other regions of the genome. </p></li><li><p class="" style="white-space:pre-wrap;">About 5-8% of the human genome is also composed of <strong>human endogenous retroviruses</strong>, <strong>HERVs</strong>, which also fall into the category of retrotransposons, more specifically <strong>LTR</strong> (<strong>long terminal repeats</strong>) retrotransposons (more on this shortly). HERVs contain 3 genes: gag (“group antigens,” which encodes a polyprotein that is cleaved into the structural proteins of the resultant retrovirus), pol (the reverse transcriptase needed for the virus to replicate), and env (envelope, which encodes the protein that gives the viral particles their shape). </p></li><li><p class="" style="white-space:pre-wrap;">More broadly, the term <strong>retroelement</strong> refers to genetic sequences that have moved from one region of the genome to another via reverse transcription, and these include retrotransposons, and processed pseudogenes. <strong>Processed pseudogenes</strong> refer to the sequences of processed mRNA that lack introns that have been inserted via reverse transcription (we know they had to be inserted into the genome via reverse transcription in large part because they lack introns). They are incapable of producing any gene product.</p><ol data-rte-list="default"><li><p class="" style="white-space:pre-wrap;">The only retrotransposons that can move through the genome (literally copy their DNA to new sites where it was not initially present) are the LINEs and SINEs, and of these, only a few are able to accomplish this. HERVs are stuck where they are, and processed pseudogenes are as well.</p></li></ol></li></ol></div></div>
  150. <div class="sqs-block image-block sqs-block-image sqs-col-6 span-6 float float-right" data-block-type="5" id="block-yui_3_17_2_1_1606235090775_15010"><div class="sqs-block-content">
  151. <div
  152. class="
  153. image-block-outer-wrapper
  154. layout-caption-below
  155. design-layout-inline
  156. combination-animation-no-animation
  157. individual-animation-site-default
  158. individual-text-animation-site-default
  159. "
  160. data-test="image-block-inline-outer-wrapper"
  161. >
  162. <figure
  163. class="
  164. sqs-block-image-figure
  165. intrinsic
  166. "
  167. style="max-width:1498.0px;"
  168. >
  169. <img src="https://images.squarespace-cdn.com/content/v1/5f9e108ff209714788ba4860/1606235139617-QHO4TL3OF655FT07904F/ke17ZwdGBToddI8pDm48kKJjzH71i7y8hXA3QotiJex7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QHyNOqBUUEtDDsRWrJLTmk0XMWJwAUpz-nb7VQw0vkQgh6rmx3anbSFsgRKMSWTCWQtWF40Kb4I3DJ_iGykwD/Screen+Shot+2020-11-24+at+11.25.35+AM.png" alt="Linares-Fernández S, Lacroix C, Exposito J-Y, Verrier B. Tailoring mRNA vaccine to balance innate/adaptive immune response. Trends in molecular medicine. 2020;26(3):311–323. Figure 2 The basic organization of an mRNA vaccine’s sequence" />
  170. <figcaption class="image-caption-wrapper">
  171. <div class="image-caption"><p class="sqsrte-small" style="white-space:pre-wrap;">Linares-Fernández S, Lacroix C, Exposito J-Y, Verrier B. Tailoring mRNA vaccine to balance innate/adaptive immune response. Trends in molecular medicine. 2020;26(3):311–323. Figure 2 The basic organization of an mRNA vaccine’s sequence</p></div>
  172. </figcaption>
  173. </figure>
  174. </div>
  175. </div></div>
  176. <div class="sqs-block image-block sqs-block-image sqs-col-6 span-6 float float-right" data-block-type="5" id="block-yui_3_17_2_1_1606190121308_62213"><div class="sqs-block-content">
  177. <div
  178. class="
  179. image-block-outer-wrapper
  180. layout-caption-below
  181. design-layout-inline
  182. combination-animation-no-animation
  183. individual-animation-site-default
  184. individual-text-animation-site-default
  185. "
  186. data-test="image-block-inline-outer-wrapper"
  187. >
  188. <figure
  189. class="
  190. sqs-block-image-figure
  191. intrinsic
  192. "
  193. style="max-width:418.0px;"
  194. >
  195. <img src="https://images.squarespace-cdn.com/content/v1/5f9e108ff209714788ba4860/1606235040229-E4IIRX6JTXUCLF3JZ5QK/ke17ZwdGBToddI8pDm48kM76lqQyXxgkXnEq_f-vwbJZw-zPPgdn4jUwVcJE1ZvWEtT5uBSRWt4vQZAgTJucoTqqXjS3CfNDSuuf31e0tVHFEWXBegsFuHXfXmX5c1Iyr1SkpRU4gQTzTLlQTVcQNW0nsU3dfn6w--du8-EjPUE/Screen+Shot+2020-11-24+at+9.29.07+AM.png" alt="Zhang Q, Kim N-K, Feigon J. Architecture of human telomerase RNA. Proceedings of the National Academy of Sciences of the United States of America. 2011;108(51):20325–20332. Figure 1" />
  196. <figcaption class="image-caption-wrapper">
  197. <div class="image-caption"><p class="sqsrte-small" style="white-space:pre-wrap;">Zhang Q, Kim N-K, Feigon J. Architecture of human telomerase RNA. Proceedings of the National Academy of Sciences of the United States of America. 2011;108(51):20325–20332. Figure 1</p></div>
  198. </figcaption>
  199. </figure>
  200. </div>
  201. </div></div>
  202. <div class="sqs-block image-block sqs-block-image sqs-col-6 span-6 float float-right" data-block-type="5" id="block-yui_3_17_2_1_1606152302644_12342"><div class="sqs-block-content">
  203. <div
  204. class="
  205. image-block-outer-wrapper
  206. layout-caption-below
  207. design-layout-inline
  208. combination-animation-no-animation
  209. individual-animation-site-default
  210. individual-text-animation-site-default
  211. "
  212. data-test="image-block-inline-outer-wrapper"
  213. >
  214. <figure
  215. class="
  216. sqs-block-image-figure
  217. intrinsic
  218. "
  219. style="max-width:572.0px;"
  220. >
  221. <img src="https://images.squarespace-cdn.com/content/v1/5f9e108ff209714788ba4860/1606237076587-N0ZFYNWKVJZF31SZJ64J/ke17ZwdGBToddI8pDm48kKJTcxnrY04rVy3jgbAFhSZZw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZUJFbgE-7XRK3dMEBRBhUpz3SWcrAfKizp5TyQic4_tke9LAtD27ZZyGsC3P_14G-UGhXHpJLaHOm2bQEIsTpWE/Screen+Shot+2020-11-24+at+11.57.52+AM.png" alt="Hartwell L, Goldberg M, Fischer J, Hood L. Genetics. 6th ed. New York: McGraw Hill; 2018. Figure 12.20 showing the mechanism by which telomerase produces the telomere. the RNA primer" />
  222. <figcaption class="image-caption-wrapper">
  223. <div class="image-caption"><p class="sqsrte-small" style="white-space:pre-wrap;">Hartwell L, Goldberg M, Fischer J, Hood L. Genetics. 6th ed. New York: McGraw Hill; 2018. Figure 12.20 showing the mechanism by which telomerase produces the telomere. the RNA primer</p></div>
  224. </figcaption>
  225. </figure>
  226. </div>
  227. </div></div>
  228. <div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1606228770446_13635"><div class="sqs-block-content"><p class="" style="white-space:pre-wrap;">Telomerases evolved as a solution to the <strong>end replication problem</strong>. Nascent (new) DNA strands are synthesized with a leading strand and a lagging strand because the DNA polymerases have a very restricted directionality in that they must travel 3’ to 5’ with respect to the template strand. This creates a problem because the DNA is oriented antiparallel (the strands are parallel but one strand is oriented in the direction opposite to the other), so to make both strands at the same time, a single DNA polymerase would have to manage to concurrently travel what would be a Sisyphean length for it in opposite directions (imaging trying to simultaneously run east and west for 10 miles). To deal with this dilemma, one of the strands is synthesized as a leading strand with a polymerase traveling down the strand uninterrupted for many nucleotides (formally the term is “<strong>processively</strong>”), and a lagging strand in which fragments of DNA (called <strong>Okazaki fragments</strong>) are consistently generated that are complementary to the other strand that get ligated (fused) together. The dilemma is that because our chromosomes are not circular, there will always be a missing fragment once we reach the 3’ end of the chromosome, and thus each replication cycle of the DNA will cause the size of the genome to shrink, eventually with the potential to hit genes important for biological function. This is known as the end replication problem. </p><p class="" style="white-space:pre-wrap;">To your right you see a telomerase complex with its favorite telomerase RNA. The ends of the chromosome contain structures called telomeres, which are repetitive, short, palindromic sequences that get copied many times, until the gaps between the strands are filled for a length of about 5000 to 15000 nucleotides. The production of telomeric DNA occurs via a large protein complex called telomerase, which makes use of <strong>TERT (telomerase reverse transcriptase)</strong>, a reverse transcriptase that takes an RNA template to make the palindromic DNA sequences. Importantly, cells eventually do lose their telomerase function, which is thought to represent a safeguard against cancer (cells that express telomerase at high levels can continue dividing- and therefore accumulating mutations, some of which might be harmful- indefinitely, and thus in most cells after about 50 divisions, the cells will cease to divide; telomerase is notably expressed at high levels in stem cells). In practice, mice which have no functional telomerase will have substantial chromosomal shortening within 3 generations and by the fourth generation end up unable to reproduce. Here now, I have to shatter all your preconceived ideas about how RNA works. When speaking about DNA and RNA, we have a tendency to use the term “strand” which conjures up an image of a thread. The thread is relatively linear, it may curve, but the structure is relatively boring. This is a reasonable approximation of most DNA, as DNA can have basically one of 3 structures called <a href="https://www.ncbi.nlm.nih.gov/books/NBK22585/">A, B, and Z</a> (there are rarer ones though such as <a href="https://www.nature.com/articles/s41557-018-0046-3">i-motifs</a>, and <a href="https://www.nature.com/articles/s41467-017-02203-x.pdf">DNAzymes</a> can do weird things). RNA on the other hand, is a much freer spirit when it comes to structure. <a href="https://pubs.acs.org/doi/pdf/10.1021/acs.chemrev.7b00427">RNA folds into complex shapes with all sorts of structural motifs in a manner not dissimilar to proteins, in that the structure of a protein relates directly to its function</a>. What this means is: specific RNAs do specific things depending on how they fold, which depends on their sequence. To your right you can see a detailed diagram of telomerase RNA bound to the telomerase complex. That curvy thing with bars like a ladder and bubbles is the telomerase RNA. TERT, the reverse transcriptase of telomerase, binds the telomerase RNA at the core domain and a region called CR4/CR5. I won’t get into the other components of the complex but you can read in detail about how it works <a href="https://www.pnas.org/content/pnas/108/51/20325.full.pdf">here</a> and <a href="http://genesdev.cshlp.org/content/29/11/1095.full.pdf">here</a>. Immediately below the diagram to your right you can see how telomerase works to extend the 3’ cap of the chromosome through the aid of a repetitive, palindromic RNA sequence: CAAUCCCAAUC, which reproduces on the DNA a repeating “GGGTTA” to form a telomere with a length of about 5,000-15,000 nucleotides. For this to work, a bunch of things have to go right but solely for TERT to be able to recognize telomerase RNA there needs to be: the template for reverse transcription (the palindromic sequence CCCAAU), the pseudoknot domain (the core domain in the diagram), a stem–loop that interacts with TERT (CR4/CR5), and a 3′ element required for RNA stability (CR7). This is a very specific set of constraints and mRNA vaccines would have to be designed to have them (see image above for standard organization of an mRNA vaccine). <a href="https://www.cell.com/action/showPdf?pii=S0092-8674%2804%2901146-8">Ribosomes also have intrinsic mRNA helicase activity that destroys such structures so that they can be read and processed for the synthesis of a protein</a>. Additionally, the <a href="https://www.cell.com/action/showPdf?pii=S1097-2765%2819%2930144-3">mature human telomerase RNA is 451 nucleotides in length</a>. The mRNA from these vaccines is too large to function as a telomerase RNA in humans (there are some animals which have telomerase RNAs of that size but we are not one of them) and given how precisely the telomerase RNA must fold, it is unlikely to assume the required structures for recognition and binding of the telomerase. </p></div></div>
  229. <div class="sqs-block image-block sqs-block-image sqs-col-6 span-6 float float-right" data-block-type="5" id="block-yui_3_17_2_1_1606177725054_29417"><div class="sqs-block-content">
  230. <div
  231. class="
  232. image-block-outer-wrapper
  233. layout-caption-below
  234. design-layout-inline
  235. combination-animation-no-animation
  236. individual-animation-site-default
  237. individual-text-animation-site-default
  238. "
  239. data-test="image-block-inline-outer-wrapper"
  240. >
  241. <figure
  242. class="
  243. sqs-block-image-figure
  244. intrinsic
  245. "
  246. style="max-width:100%;"
  247. >
  248. <img src="https://images.squarespace-cdn.com/content/v1/5f9e108ff209714788ba4860/1606180780641-X4KHZR8PBIKCC2GAEJQ5/ke17ZwdGBToddI8pDm48kP2J_9UGl5TMktrL9Vje8cUUqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYy7Mythp_T-mtop-vrsUOmeInPi9iDjx9w8K4ZfjXt2dr31Kekrxcaj2Hc41FCGrdGyTP-0nCS0aFhCkCkazIIRCjLISwBs8eEdxAxTptZAUg/Screen+Shot+2020-11-23+at+8.19.36+PM.png" alt="Flint S, Racaniello V, Rall G, Skalka A, Enquist L. Principles of virology. Washington, DC: ASM Press; 2015. Figure 7.2" />
  249. <figcaption class="image-caption-wrapper">
  250. <div class="image-caption"><p class="sqsrte-small" style="white-space:pre-wrap;">Flint S, Racaniello V, Rall G, Skalka A, Enquist L. Principles of virology. Washington, DC: ASM Press; 2015. Figure 7.2</p></div>
  251. </figcaption>
  252. </figure>
  253. </div>
  254. </div></div>
  255. <div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1606235205285_30406"><div class="sqs-block-content"><p class="" style="white-space:pre-wrap;">I initially considered discussing in detail the reverse transcriptases of the hepadnaviruses (i.e. hepatitis B) and retroviruses (i.e. HIV and HERVs) but the discussion quickly became inaccessible. Suffice it to say, reverse transcriptases are not capable of picking up any random RNA and generating a DNA from it. <a href="https://www.nature.com/scitable/topicpage/the-biotechnology-revolution-pcr-and-the-use-553/">They require an RNA sequence to prime the reaction</a>. For retroviruses, there is a tRNA that is stolen from the host cell and packaged into the virion. Furthermore, in the retroviruses, reverse transcription occurs within a nucleocapsid which allows dNTPs (the building blocks of DNA) in, but cannot permit something as large as an entirely separate RNA molecule encoding the spike RBD (in the case of Moderna’s vaccine) or the entire spike (in the case of Pfizer’s). Reverse transcription by hepadnaviruses is similar in principle, requiring a pregenomic RNA segment that is chemically linked to the DNA of the hepadnavirus. Reverse transcription will not occur spontaneously with just any RNA. Even for RT-PCR reactions, the reaction requires the binding of an oligodeoxythymidine sequence to the polyA tail of the mRNA in question. Additionally, there’s a secondary requirement here to be able to “change” the DNA of the host: to actually manipulate it in some way. In the case of the hepadnaviruses this doesn’t really happen. The hepadnavirus genome gets into the nucleus and forms a covalently closed circular DNA with its own associated histones, essentially a small, separate chromosome. It doesn’t touch the host’s DNA. In the case of retroviruses, the DNA gets integrated into the host chromosome, and the effect depends on where it gets integrated. HIV for example has a strong bias for inserting itself into genes, which can be problematic if, for example, the gene produces a protein important for the maintenance of genome integrity (which could lead to cancer if left unchecked). The development of cancer from such a process however, cannot simply occur without many other things going wrong, like for instance a massive death of helper T cells that critically impairs the ability of the immune system to conduct surveillance of cells for evidence of malignancy and kill them, as happens in HIV. Now, should we choose to ignore everything thus far established about how cell biology works, including the need for a primer to initiate the reverse transcriptase reaction, and allow that a retrovirus readily permits integration of the resultant spike protein RBD or spike gene into the host, this would simply lead to the insertion of a gene that may be able to make the spike protein RBD or whole spike (depending on where it inserted and whether it could recruit transcriptional machinery), which would only serve to present to the immune system a foreign protein that it has been primed to respond against, and subsequently kill the cell. Also, as they are being delivered by an intramuscular injection, the cells in question would most likely be a muscle cell (which you can lose without loss of any eloquent function) or a dendritic cell (which you could also lose without any loss of significant immunological function). </p><p class="" style="white-space:pre-wrap;">To conclude, and I really hope this ends it:</p><h1 style="white-space:pre-wrap;"><span style="text-decoration:underline"><strong>There is no feasible means by which an mRNA vaccine could end up in the nucleus of a cell, nor prime a reverse transcription reaction, nor give you a mitochondrial disease. </strong></span></h1><h1 style="white-space:pre-wrap;"><span style="text-decoration:underline"><strong>There is no reasonable possibility based on the totality of our knowledge of cell biology, reverse transcriptases, human genetics, and the immune system that mRNA vaccines can affect your DNA. </strong></span></h1><h1 style="white-space:pre-wrap;"><span style="text-decoration:underline"><strong>We should await the detailed safety data, but, a priori, a segment of RNA encoding the spike protein RBD of SARS-CoV-2 or even the whole spike protein with no replicative potential, and no ability to form whole virus, nor even whole ability to form an ENTIRE spike protein, should be expected to be a safe vaccine that isn’t going to cause these insane pie-in-the-sky science fiction scenarios.</strong></span></h1><h1 style="white-space:pre-wrap;"><span style="text-decoration:underline"><strong>If you are worried about the mRNA vaccines, then don’t get them. The data suggest that there will soon be other kinds of vaccines with good efficacy as well. I, however, am content to roll up my sleeves for one of them.</strong></span></h1></div></div>
  256. </article>
  257. <hr>
  258. <footer>
  259. <p>
  260. <a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
  261. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-home"></use>
  262. </svg> Accueil</a> •
  263. <a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
  264. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-rss2"></use>
  265. </svg> RSS</a> •
  266. <a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
  267. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-user-tie"></use>
  268. </svg> Pro</a> •
  269. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
  270. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-mail"></use>
  271. </svg> Email</a> •
  272. <abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
  273. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-hammer2"></use>
  274. </svg> Légal</abbr>
  275. </p>
  276. <template id="theme-selector">
  277. <form>
  278. <fieldset>
  279. <legend><svg class="icon icon-brightness-contrast">
  280. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-brightness-contrast"></use>
  281. </svg> Thème</legend>
  282. <label>
  283. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  284. </label>
  285. <label>
  286. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  287. </label>
  288. <label>
  289. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  290. </label>
  291. </fieldset>
  292. </form>
  293. </template>
  294. </footer>
  295. <script>
  296. function loadThemeForm(templateName) {
  297. const themeSelectorTemplate = document.querySelector(templateName)
  298. const form = themeSelectorTemplate.content.firstElementChild
  299. themeSelectorTemplate.replaceWith(form)
  300. form.addEventListener('change', (e) => {
  301. const chosenColorScheme = e.target.value
  302. localStorage.setItem('theme', chosenColorScheme)
  303. toggleTheme(chosenColorScheme)
  304. })
  305. const selectedTheme = localStorage.getItem('theme')
  306. if (selectedTheme && selectedTheme !== 'undefined') {
  307. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  308. }
  309. }
  310. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  311. window.addEventListener('load', () => {
  312. let hasDarkRules = false
  313. for (const styleSheet of Array.from(document.styleSheets)) {
  314. let mediaRules = []
  315. for (const cssRule of styleSheet.cssRules) {
  316. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  317. continue
  318. }
  319. // WARNING: Safari does not have/supports `conditionText`.
  320. if (cssRule.conditionText) {
  321. if (cssRule.conditionText !== prefersColorSchemeDark) {
  322. continue
  323. }
  324. } else {
  325. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  326. continue
  327. }
  328. }
  329. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  330. }
  331. // WARNING: do not try to insert a Rule to a styleSheet you are
  332. // currently iterating on, otherwise the browser will be stuck
  333. // in a infinite loop…
  334. for (const mediaRule of mediaRules) {
  335. styleSheet.insertRule(mediaRule.cssText)
  336. hasDarkRules = true
  337. }
  338. }
  339. if (hasDarkRules) {
  340. loadThemeForm('#theme-selector')
  341. }
  342. })
  343. </script>
  344. </body>
  345. </html>