presentation.tex 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. \documentclass[t, aspectratio=169, 10pt]{beamer}
  2. \usepackage{makecell}
  3. \usepackage{etoolbox}
  4. \usepackage{biblatex}
  5. \usepackage{tikz} % for graph
  6. \usepackage{bbding}
  7. \usepackage{layouts}
  8. \usepackage{layout}
  9. \usepackage{hyperref} % hyper text
  10. \usepackage{booktabs} % To thicken table lines
  11. \usepackage[normalem]{ulem} % for striking words
  12. % \usepackage[french]{babel} % for date format
  13. \usepackage{pifont} % for old shool symbols !
  14. %margins
  15. \newenvironment{changemargin}[2]{%
  16. \begin{list}{}{%
  17. \setlength{\topsep}{0pt}%
  18. \setlength{\leftmargin}{#1}%
  19. \setlength{\rightmargin}{#2}%
  20. \setlength{\listparindent}{\parindent}%
  21. \setlength{\itemindent}{\parindent}%
  22. \setlength{\parsep}{\parskip}%
  23. }%
  24. \item[]}{\end{list}}
  25. % code formating
  26. \usepackage{xcolor}
  27. \usepackage{listings}
  28. \lstset{basicstyle=\ttfamily,
  29. showstringspaces=false,
  30. commentstyle=\color{red},
  31. keywordstyle=\color{blue}
  32. }
  33. \definecolor{codegreen}{rgb}{0,0.6,0}
  34. \definecolor{codegray}{rgb}{0.5,0.5,0.5}
  35. \definecolor{codepurple}{rgb}{0.58,0,0.82}
  36. \definecolor{backcolour}{rgb}{0.95,0.95,0.92}
  37. \definecolor{bgturq}{RGB}{35,55,59}
  38. \lstdefinestyle{mystyle}{
  39. backgroundcolor=\color{backcolour},
  40. commentstyle=\color{codegreen},
  41. keywordstyle=\color{magenta},
  42. numberstyle=\tiny\color{codegray},
  43. stringstyle=\color{codepurple},
  44. basicstyle=\ttfamily\footnotesize,
  45. breakatwhitespace=false,
  46. breaklines=true,
  47. captionpos=b,
  48. keepspaces=true,
  49. numbers=left,
  50. numbersep=5pt,
  51. showspaces=false,
  52. showstringspaces=false,
  53. showtabs=false,
  54. tabsize=2
  55. }
  56. % ADD '-pdflua' as argument of latexmk
  57. % Ref https://mirror.ibcp.fr/pub/CTAN/macros/luatex/latex/emoji/emoji-doc.pdf
  58. \usepackage{emoji}
  59. % For linux :https://github.com/samuelngs/apple-emoji-linux
  60. \setemojifont{Apple Color Emoji}
  61. \usepackage[sfdefault]{FiraSans}
  62. \usetheme{metropolis} % Use metropolis theme
  63. \usetikzlibrary{positioning,shapes,arrows,calc,fit,backgrounds,shapes.multipart}
  64. \tikzset{box/.style={draw, rectangle, rounded corners, thick, node distance=7em, text width=6em, text centered, minimum height=3.5em}}
  65. \tikzset{line/.style={draw, thick, -latex'}}
  66. \tikzset{every node/.style={font=\scriptsize}}
  67. % Graphics and Videos
  68. % https://tex.stackexchange.com/questions/89088/how-to-embed-video-and-animation-in-latex-and-latex-beamer-step-by-step
  69. \usepackage{graphicx} %The mode "LaTeX => PDF" allows the following formats: .jpg .png .pdf .mps
  70. \usepackage{animate}
  71. %\usepackage[utf8]{inputenc}
  72. %\usetheme{Antibes}
  73. \usefonttheme{professionalfonts}
  74. \setbeamertemplate{itemize items}[circle]
  75. %\bibliography{presentation}
  76. \newcommand\blfootnote[1]{
  77. \begingroup
  78. \renewcommand\thefootnote{}\footnote{{\tiny #1}}%
  79. \addtocounter{footnote}{-1}
  80. \endgroup
  81. }
  82. \newcommand\extrafootertext[1]{%
  83. \bgroup
  84. \renewcommand\thefootnote{\fnsymbol{footnote}}%
  85. \renewcommand\thempfootnote{\fnsymbol{mpfootnote}}%
  86. \footnotetext[0]{#1}%
  87. \egroup
  88. }
  89. %Page de titre:
  90. \title[]{\emoji{dna} Biblio: Épigénétique et LALT}
  91. \author{Dr. Thomas Steimlé}
  92. \institute[AMU-TAGC]{
  93. \vfill
  94. \begin{figure}[!b]
  95. \vspace{2cm}
  96. \centering
  97. \includegraphics[height=1.5cm]{Images/amu.png}
  98. \hspace*{5cm}
  99. \includegraphics[height=1.5cm]{Images/logo_tagc.png}
  100. \end{figure}
  101. }
  102. \institute[APHP-Necker]{
  103. \vfill
  104. \begin{figure}[!b]
  105. \vspace{2cm}
  106. \includegraphics[height=1cm]{Images/1200aphp.pdf}
  107. \hfill
  108. \includegraphics[height=1.5cm]{Images/necker.pdf}
  109. \end{figure}
  110. }
  111. \date{\today}
  112. \begin{document}
  113. \begin{frame}
  114. \maketitle
  115. \thispagestyle{empty}
  116. \end{frame}
  117. \begin{frame}
  118. \begin{figure}
  119. \includegraphics[width=.8\textwidth]{Images/article.png}
  120. \end{figure}
  121. \blfootnote{April 25, 2023}
  122. \end{frame}
  123. \begin{frame}{CTCF}
  124. \begin{columns}
  125. % Column 1
  126. \begin{column}{.30\textwidth}
  127. \begin{center}
  128. \includegraphics[width=\textwidth]{Images/Ctcf_hoxa_tad.png}
  129. \end{center}
  130. \end{column}
  131. % Column 2
  132. \begin{column}{.33\textwidth}
  133. \begin{center}
  134. \includegraphics[width=\textwidth]{Images/Chrom_HIC_boucles.png}
  135. \end{center}
  136. \end{column}
  137. % Column 3
  138. \begin{column}{.36\textwidth}
  139. \begin{center}
  140. \includegraphics[width=.9\textwidth]{Images/Boucle_ctcf.png}
  141. \end{center}
  142. \end{column}
  143. \end{columns}
  144. \blfootnote{
  145. \begin{itemize}
  146. \item[-] Dixon Jesse R et al. “Topological domains in mammalian genomes identified by analysis of chromatin interactions.” Nature vol. 485,7398 376-80. 11 Apr. 2012, doi:10.1038/nature11082
  147. \item[-] Rao, Suhas S P et al. “A 3D map of the human genome at kilobase resolution reveals principles of chromatin looping.” Cell vol. 159,7 (2014): 1665-80. doi:10.1016/j.cell.2014.11.021
  148. \item[-] Sanborn, Adrian L et al. “Chromatin extrusion explains key features of loop and domain formation in wild-type and engineered genomes.” Proceedings of the National Academy of Sciences of the United States of America vol. 112,47 (2015): E6456-65. doi:10.1073/pnas.1518552112
  149. \end{itemize}
  150. }
  151. \end{frame}
  152. \begin{frame}{CTCF et oncogenèse}
  153. L'haplo-insuffisance constitutionnelle du CTCF est impliquée dans l'oncogenèse murine (perte de fonction, suppresseur de tumeur).
  154. \begin{center}
  155. \includegraphics[width=\textwidth]{Images/onco_ctcf.png}
  156. \end{center}
  157. \blfootnote{
  158. Kemp, Christopher J et al. “CTCF haploinsufficiency destabilizes DNA methylation and predisposes to cancer.” Cell reports vol. 7,4 (2014): 1020-9. doi:10.1016/j.celrep.2014.04.004
  159. }
  160. \end{frame}
  161. \begin{frame}{CTCF et oncogenèse}
  162. \ding{43}
  163. Dans TCGA des mutations de tous types (SNV, SNP, SV, indels etc...). Notamment dans 57\% des cancers du sein.
  164. \begin{center}
  165. \includegraphics[width=\textwidth]{Images/ctcf_TCGA.png}
  166. \end{center}
  167. \blfootnote{
  168. Debaugny, Roxanne E, and Jane A Skok. “CTCF and CTCFL in cancer.” Current opinion in genetics \& development vol. 61 (2020): 44-52. doi:10.1016/j.gde.2020.02.021
  169. }
  170. \end{frame}
  171. \begin{frame}{\emoji{chart-increasing} Dans les LALT}
  172. \begin{columns}
  173. % Column 1
  174. \begin{column}{.3\textwidth}
  175. \begin{center}
  176. \includegraphics[height=.75\textheight]{Images/lalt_ctcf.png}
  177. \end{center}
  178. \end{column}
  179. % Column 2
  180. \begin{column}{.7\textwidth}
  181. \vspace{2cm}
  182. \begin{itemize}
  183. \item[{\large \ding{43}}] Mutations tronquantes somatiques récurrentes dans les LALT (\approx{ } 5\%).
  184. \end{itemize}
  185. \end{column}
  186. \end{columns}
  187. \vfill
  188. \blfootnote{Liu, Yu et al. “The genomic landscape of pediatric and young adult T-lineage acute lymphoblastic leukemia.” Nature genetics vol. 49,8 (2017): 1211-1218. doi:10.1038/ng.3909}
  189. \end{frame}
  190. \begin{frame}{\emoji{test-tube} Matériel}
  191. \begin{itemize}
  192. \item 181 LAL-T pédiatriques
  193. \item CGH-array / MLPA CTCF / ChIP CTCF / Methylation-array / Expression-array
  194. \end{itemize}
  195. \end{frame}
  196. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  197. \begin{itemize}
  198. \item[{\large \ding{43}}] \alert{CGH} 8\% (n = 7/92) la zone minimale observées des délétions 16q inclus les exons 1 à 4 de \textit{CTCF}.
  199. \item[{\large \ding{43}}] \alert{MLPA} 9\% (n = 18) des cas présentent une délétion hétérozygote de \textit{CTCF}.
  200. \end{itemize}
  201. \vspace{1.5cm}
  202. \begin{center}
  203. \includegraphics[width=\textwidth]{Images/mda.png}
  204. \end{center}
  205. \end{frame}
  206. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  207. \begin{itemize}
  208. \item[{\large \ding{43}}] En \textit{single molecule molecular inversion probe} \alert{smMIP}: 6 \% de mutations supplémentaires (n = 11, hétérozygotes = VAF [34-50] \%).
  209. \item[{\large \ding{43}}] \alert{Absence de mutation homozygote} (pas de cas DEL + mutations).
  210. \end{itemize}
  211. \begin{center}
  212. \includegraphics[width=.55\textwidth]{Images/smMIP.png}
  213. \end{center}
  214. \end{frame}
  215. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  216. \begin{itemize}
  217. \item[{\large \ding{43}}] Les délétions du \textit{CTCF} sont associées à sa plus faible expression (exclusion des délétions minimales).
  218. \item[{\large \ding{43}}] Les mutations sont associées dans cette cohorte rétrospective aux réarrangements de \textit{TLX3} (53 \%).
  219. \end{itemize}
  220. \begin{center}
  221. \includegraphics[width=.85\textwidth]{Images/tlx3_prop.png}
  222. \end{center}
  223. \end{frame}
  224. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  225. \begin{itemize}
  226. \item[{\large \ding{43}}] Affymetrix \alert{expression array} (cluster TLX selon Homminga 2011 n = 25, içi 9 alt vs 11 wt): pas de gène DE.
  227. \item[{\large \ding{43}}] Affymetrix \alert{methylation array} (853,307 sondes, 4 vs 3): différentiel sur un unique site.
  228. \end{itemize}
  229. \begin{center}
  230. \includegraphics[width=.6\textwidth]{Images/de_ctcf_meth.png}
  231. \end{center}
  232. \blfootnote{Homminga, Irene et al. “Integrated transcript and genome analyses reveal NKX2-1 and MEF2C as potential oncogenes in T cell acute lymphoblastic leukemia.” Cancer cell vol. 19,4 (2011): 484-97. doi:10.1016/j.ccr.2011.02.008}
  233. \end{frame}
  234. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  235. \begin{itemize}
  236. \item[{\large \ding{43}}] \alert{ChIP \textit{CTCF}} (4 alt TLX3\_r vs 4 wt, 2 TLX3\_r + TLX1\_r + NKX2-1\_r): différentiel de seulement 41 pics.
  237. \item[{\large \ding{43}}] L'article nous fait remarquer que 12\% de ces pics appartiennent au \alert{locus \textit{TRAD}}, TRA\_r dans deux contrôles. Résultat que l'auteur trouve cohérent avec la littérature ayant établi un rôle du \textit{CTCF} dans le rearrangement du \textit{TRAD}.
  238. \end{itemize}
  239. \begin{center}
  240. \includegraphics[width=.95\textwidth]{Images/chip_ctcf.png}
  241. \end{center}
  242. \blfootnote{Chaumeil, Julie, and Jane A Skok. “The role of CTCF in regulating V(D)J recombination.” Current opinion in immunology vol. 24,2 (2012): 153-9. doi:10.1016/j.coi.2012.01.003}
  243. \end{frame}
  244. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  245. \begin{itemize}
  246. \item[{\large \ding{43}}] \alert{HiC} (4 alt TLX3\_r vs 2 wt TLX3\_r): pas de différences de domaines d'association.
  247. \item[{\large \ding{43}}] \alert{Pas de différence d'expression, de méthylation, de liaison du \textit{CTCF} à la chromatine ou la formation de TAD en cas d'haplo-insuffisance \textit{CTCF}.}
  248. \end{itemize}
  249. \begin{center}
  250. \includegraphics[width=.8\textwidth]{Images/hic.png}
  251. \end{center}
  252. \end{frame}
  253. \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
  254. \begin{columns}
  255. % Column 1
  256. \begin{column}{.3\textwidth}
  257. \begin{itemize}
  258. \item[-] Souris Lck-Cre \textit{CTCF}
  259. \vspace{3.6cm}
  260. \item[{\large \ding{43}}] L'haplo-insuffisance \alert{augmente le nombre absolu de LT \gamma\delta.}
  261. \end{itemize}
  262. \end{column}
  263. % Column 2
  264. \begin{column}{.7\textwidth}
  265. \begin{center}
  266. \includegraphics[width=.85\textwidth]{Images/pdx_tcells.png}
  267. \end{center}
  268. \end{column}
  269. \end{columns}
  270. \end{frame}
  271. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  272. \begin{itemize}
  273. \item[{\large \ding{43}}] Séquençage des TLX3\_r: pour 31 patients le partenaire est \textit{BCL11B}.
  274. \item[{\large \ding{43}}] \alert{La majorité des BP positionnent l'enhanceur de \textit{BCL11B} en amont de \textit{TLX3}.}
  275. \item[{\large \ding{43}}] \alert{en 171.70 préservation d'un locus CTCF pouvant jouer un rôle d'isolant à l'enhanceur.}
  276. \end{itemize}
  277. \begin{center}
  278. \includegraphics[width=.7\textwidth]{Images/tlx3_bcl11b.png}
  279. \end{center}
  280. \end{frame}
  281. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  282. \underline{Hypothèse}: \alert{Le locus CTCF compris entre l'enhanceur de \textit{BCL11B} et \textit{TLX3}} en cas d'haplo-insuffisance du CTCF $\implies$ levée de cette inhibition.
  283. \begin{center}
  284. \includegraphics[width=.7\textwidth]{Images/txl3enhc_bcl11b.png}
  285. \end{center}
  286. \begin{itemize}
  287. \item[{\large \ding{43}}] Dans les cas mutés \textit{CTCF} la distance entre l'enhanceur de \textit{BCL11B} et \textit{TLX3} est plus grande (inclus le locus CTCF).
  288. \item[{\large \ding{43}}] Augmentation de l'expression de \textit{TLX3} relativement à \textit{BCL11B}.
  289. \item[{\large \ding{43}}] Augmentation de la quantité de lymphocytes au diagnostic.
  290. \end{itemize}
  291. \end{frame}
  292. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  293. \begin{columns}
  294. % Column 1
  295. \begin{column}{.3\textwidth}
  296. \begin{itemize}
  297. \item[-] 4C-seq (n = 9, TLX3\_r, 7 \textit{CTCF} alt, 2 WT).
  298. \item[-] Allèle non réarrangé. Intensité du signal proportionnelle aux interactions avec le promoteur de \textit{BCL11B}.
  299. \item[{\large \ding{43}}] Pas de différence \textit{CTCF} WT vs Alt.
  300. \end{itemize}
  301. \end{column}
  302. % Column 2
  303. \begin{column}{.7\textwidth}
  304. \begin{center}
  305. \includegraphics[width=.85\textwidth]{Images/4c_base.png}
  306. \end{center}
  307. \end{column}
  308. \end{columns}
  309. \end{frame}
  310. \begin{frame}{\emoji{microscope} Résultats --- Observations}
  311. \begin{columns}
  312. \begin{column}{.3\textwidth}
  313. \begin{itemize}
  314. \item[-] Intensité du signal proportionnelle aux interactions avec le promoteur de \textit{TLX3}. Allèle réarrangé.
  315. \item[{\large \ding{43}}] Persistance des interactions entre le promoteur de \textit{TLX3} et le locus CTCF. \alert{Hypothèse précédente infirmée}.
  316. \end{itemize}
  317. \end{column}
  318. \begin{column}{.7\textwidth}
  319. \begin{center}
  320. \includegraphics[width=.85\textwidth]{Images/4c_cl.png}
  321. \end{center}
  322. \end{column}
  323. \end{columns}
  324. \begin{itemize}
  325. \item[{\large \ding{43}}] \underline{Complément d'hypothèse}: \alert{compétition d'interactions} entre promoteur de \textit{TLX3} $\leftrightarrow$ enhanceur de \textit{BCL11B} et promoteur de \textit{TLX3} $\leftrightarrow$ site CTCF.
  326. \end{itemize}
  327. \end{frame}
  328. \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
  329. \begin{itemize}
  330. \item[-] Lignée HBP-ALL qui présente une translocation \textit{BCL11B}-\textit{TLX3} préservant le locus CTCF et ayant une haplo-insuffisance CTCF.
  331. \item[-] Transduction d'un \textit{CTCF} tagué d'expression inductible par doxycycline ainsi que d'un \textit{TLX3} d’expression constitutionnelle également tagué (éviter la perte de viabilité).
  332. \item[-] Dérive les clones G4 et E3 ayant des expressions inductibles de \textit{CTCF} de niveau modéré et élevé .
  333. \end{itemize}
  334. \begin{center}
  335. \includegraphics[width=.66\textwidth]{Images/HBPALL_a.png}
  336. \end{center}
  337. \end{frame}
  338. \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
  339. \begin{columns}
  340. \begin{column}{.6\textwidth}
  341. \begin{center}
  342. \includegraphics[width=.75\textwidth]{Images/HBPALL_diff.png}
  343. \end{center}
  344. \end{column}
  345. \begin{column}{.4\textwidth}
  346. \begin{itemize}
  347. \item[-] Intensité des interactions entre promoteur de \textit{TLX3} et autres positions.
  348. \item[{\large \ding{43}}] 2\textsuperscript{ème} ligne: En présence de \textit{CTCF} augmentation des interactions promoteur de \textcolor{red}{\textit{TLX3} $\leftrightarrow$ locus CTCF} et diminution des interactions \textcolor{blue}{promoteur \textit{TLX3} $\leftrightarrow$ enhanceur de \textit{BCL11B}}.
  349. \end{itemize}
  350. \end{column}
  351. \end{columns}
  352. \end{frame}
  353. \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
  354. \begin{itemize}
  355. \item[-] Délétion par CRISPR-Cas9 du locus CTCF faisant compétition du génome de la lignée HBP-ALL E3.
  356. \end{itemize}
  357. \begin{center}
  358. \includegraphics[width=.75\textwidth]{Images/HBPALL_crispr.png}
  359. \end{center}
  360. \begin{itemize}
  361. \item[{\large \ding{43}}] Expression relativement plus forte de \textit{TLX3} en cas de délétion du locus CTCF malgré la présence de CTCF.
  362. \end{itemize}
  363. \end{frame}
  364. \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
  365. \begin{columns}
  366. \begin{column}{.6\textwidth}
  367. \begin{center}
  368. \includegraphics[width=.75\textwidth]{Images/HBPALL_crispr_res.png}
  369. \end{center}
  370. \end{column}
  371. \begin{column}{.4\textwidth}
  372. \begin{itemize}
  373. \item[-] Intensité des interactions entre promoteur de \textit{TLX3} et autres positions.
  374. \item[{\large \ding{43}}] 3\textsuperscript{ème} ligne: En comparant E3 + dox (+ CTCF) et E3-116 (- locus CTCF) + dox (+ CTCF), on remarque une nette diminution des interactions au niveau du locus CTCF (délété).
  375. \end{itemize}
  376. \end{column}
  377. \end{columns}
  378. \end{frame}
  379. {\setbeamercolor{background canvas}{bg=bgturq}
  380. \begin{frame}[c]
  381. \metroset{block=fill}
  382. \vspace{1cm}
  383. \begin{alertblock}{\centering Conclusions }
  384. \begin{itemize}
  385. \item Corrélation entre altération du \textit{CTCF} et translocation \textit{BCL11B}-\textit{TLX3} notamment celles épargnant un locus CTCF.
  386. \item Au niveau du néo-chromosome formations d’interactions promoteur de \textit{TLX3} $\leftrightarrow$ locus CTCF \& promoteur de \textit{TLX3} $\leftrightarrow$ enhanceur de \textit{BCL11B}.
  387. \item La présence de la protéine CTCF WT augmentent les interactions \textit{TLX3} $\leftrightarrow$ locus CTCF de façon compétitive aux interactions promoteur de \textit{TLX3} $\leftrightarrow$ enhanceur de \textit{BCL11B}.
  388. \item[{\large \ding{43}}] La perte du locus CTCF ou de l'expression de la protéine permet une plus forte expression de \textit{TLX3} par levée de l'inhibition compétitive exercée par le locus CTCF au dépend de l'enhanceur de \textit{BCL11B}.
  389. \end{itemize}
  390. \end{alertblock}
  391. \end{frame}
  392. }
  393. % QR code
  394. % qrencode -o Images/qr_code.png $HTTP_LINK
  395. \begin{frame}[standout]
  396. Questions ?\\
  397. \vspace*{1.5cm}
  398. Télécharger le pdf de la présentation \emoji{calling}
  399. \vspace*{1.5cm}
  400. \begin{figure}
  401. \includegraphics[height=3cm]{Images/qr_code.png}
  402. \end{figure}
  403. \end{frame}
  404. \end{document}