| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493 |
- \documentclass[t, aspectratio=169, 10pt]{beamer}
- \usepackage{makecell}
- \usepackage{etoolbox}
- \usepackage{biblatex}
- \usepackage{tikz} % for graph
- \usepackage{bbding}
- \usepackage{layouts}
- \usepackage{layout}
- \usepackage{hyperref} % hyper text
- \usepackage{booktabs} % To thicken table lines
- \usepackage[normalem]{ulem} % for striking words
- % \usepackage[french]{babel} % for date format
- \usepackage{pifont} % for old shool symbols !
- %margins
- \newenvironment{changemargin}[2]{%
- \begin{list}{}{%
- \setlength{\topsep}{0pt}%
- \setlength{\leftmargin}{#1}%
- \setlength{\rightmargin}{#2}%
- \setlength{\listparindent}{\parindent}%
- \setlength{\itemindent}{\parindent}%
- \setlength{\parsep}{\parskip}%
- }%
- \item[]}{\end{list}}
- % code formating
- \usepackage{xcolor}
- \usepackage{listings}
- \lstset{basicstyle=\ttfamily,
- showstringspaces=false,
- commentstyle=\color{red},
- keywordstyle=\color{blue}
- }
- \definecolor{codegreen}{rgb}{0,0.6,0}
- \definecolor{codegray}{rgb}{0.5,0.5,0.5}
- \definecolor{codepurple}{rgb}{0.58,0,0.82}
- \definecolor{backcolour}{rgb}{0.95,0.95,0.92}
- \definecolor{bgturq}{RGB}{35,55,59}
- \lstdefinestyle{mystyle}{
- backgroundcolor=\color{backcolour},
- commentstyle=\color{codegreen},
- keywordstyle=\color{magenta},
- numberstyle=\tiny\color{codegray},
- stringstyle=\color{codepurple},
- basicstyle=\ttfamily\footnotesize,
- breakatwhitespace=false,
- breaklines=true,
- captionpos=b,
- keepspaces=true,
- numbers=left,
- numbersep=5pt,
- showspaces=false,
- showstringspaces=false,
- showtabs=false,
- tabsize=2
- }
- % ADD '-pdflua' as argument of latexmk
- % Ref https://mirror.ibcp.fr/pub/CTAN/macros/luatex/latex/emoji/emoji-doc.pdf
- \usepackage{emoji}
- % For linux :https://github.com/samuelngs/apple-emoji-linux
- \setemojifont{Apple Color Emoji}
- \usepackage[sfdefault]{FiraSans}
- \usetheme{metropolis} % Use metropolis theme
- \usetikzlibrary{positioning,shapes,arrows,calc,fit,backgrounds,shapes.multipart}
- \tikzset{box/.style={draw, rectangle, rounded corners, thick, node distance=7em, text width=6em, text centered, minimum height=3.5em}}
- \tikzset{line/.style={draw, thick, -latex'}}
- \tikzset{every node/.style={font=\scriptsize}}
- % Graphics and Videos
- % https://tex.stackexchange.com/questions/89088/how-to-embed-video-and-animation-in-latex-and-latex-beamer-step-by-step
- \usepackage{graphicx} %The mode "LaTeX => PDF" allows the following formats: .jpg .png .pdf .mps
- \usepackage{animate}
- %\usepackage[utf8]{inputenc}
- %\usetheme{Antibes}
- \usefonttheme{professionalfonts}
- \setbeamertemplate{itemize items}[circle]
- %\bibliography{presentation}
- \newcommand\blfootnote[1]{
- \begingroup
- \renewcommand\thefootnote{}\footnote{{\tiny #1}}%
- \addtocounter{footnote}{-1}
- \endgroup
- }
- \newcommand\extrafootertext[1]{%
- \bgroup
- \renewcommand\thefootnote{\fnsymbol{footnote}}%
- \renewcommand\thempfootnote{\fnsymbol{mpfootnote}}%
- \footnotetext[0]{#1}%
- \egroup
- }
- %Page de titre:
- \title[]{\emoji{dna} Biblio: Épigénétique et LALT}
- \author{Dr. Thomas Steimlé}
- \institute[AMU-TAGC]{
- \vfill
- \begin{figure}[!b]
- \vspace{2cm}
- \centering
- \includegraphics[height=1.5cm]{Images/amu.png}
- \hspace*{5cm}
- \includegraphics[height=1.5cm]{Images/logo_tagc.png}
- \end{figure}
- }
- \institute[APHP-Necker]{
- \vfill
- \begin{figure}[!b]
- \vspace{2cm}
- \includegraphics[height=1cm]{Images/1200aphp.pdf}
- \hfill
- \includegraphics[height=1.5cm]{Images/necker.pdf}
- \end{figure}
- }
- \date{\today}
- \begin{document}
- \begin{frame}
- \maketitle
- \thispagestyle{empty}
- \end{frame}
- \begin{frame}
- \begin{figure}
- \includegraphics[width=.8\textwidth]{Images/article.png}
- \end{figure}
- \vfill
- \tiny April 25, 2023
- \end{frame}
- \begin{frame}{CTCF et structure chromatinienne}
- \begin{columns}
- % Column 1
- \begin{column}{.30\textwidth}
- \begin{center}
- \includegraphics[width=\textwidth]{Images/Ctcf_hoxa_tad.png}\\
- \tiny CTCF binding sites in HoxA locus (Dixon et al., 2012)
- \end{center}
- \end{column}
- % Column 2
- \begin{column}{.33\textwidth}
- \begin{center}
- \includegraphics[width=\textwidth]{Images/Chrom_HIC_boucles.png}\\
- \tiny Chromatin looping in Hi-C maps (Rao et al., 2014)
- \end{center}
- \end{column}
- % Column 3
- \begin{column}{.36\textwidth}
- \begin{center}
- \includegraphics[width=.9\textwidth]{Images/Boucle_ctcf.png}\\
- \tiny CTCF-mediated chromatin loops (Sanborn et al., 2015)
- \end{center}
- \end{column}
- \end{columns}
-
- \end{frame}
- \begin{frame}{CTCF et oncogenèse}
- L'haplo-insuffisance constitutionnelle du CTCF est impliquée dans l'oncogenèse murine (perte de fonction, suppresseur de tumeur).
- \begin{center}
- \includegraphics[width=\textwidth]{Images/onco_ctcf.png}
- \end{center}
- \blfootnote{
- 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
- }
- \end{frame}
- \begin{frame}{CTCF et oncogenèse}
- \ding{43}
- Dans TCGA des mutations de tous types (SNV, SNP, SV, indels etc...). Notamment dans 57\% des cancers du sein.
- \begin{center}
- \includegraphics[width=\textwidth]{Images/ctcf_TCGA.png}
- \end{center}
- \blfootnote{
- 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
- }
- \end{frame}
- \begin{frame}{\emoji{chart-increasing} Dans les LALT}
- \begin{columns}
- % Column 1
- \begin{column}{.3\textwidth}
- \begin{center}
- \includegraphics[height=.75\textheight]{Images/lalt_ctcf.png}
- \end{center}
- \end{column}
- % Column 2
- \begin{column}{.7\textwidth}
- \vspace{2cm}
- \begin{itemize}
- \item[{\large \ding{43}}] Mutations tronquantes somatiques récurrentes dans les LALT (\approx{ } 5\%).
- \end{itemize}
- \end{column}
- \end{columns}
- \vfill
- \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}
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
-
- \begin{itemize}
- \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}.
- \item[{\large \ding{43}}] \alert{MLPA} 9\% (n = 18/181) des cas présentent une délétion hétérozygote de \textit{CTCF}.
- \end{itemize}
-
- \vspace{1.5cm}
- \begin{center}
- \includegraphics[width=\textwidth]{Images/mda.png}
- \end{center}
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{itemize}
- \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] \%).
- \item[{\large \ding{43}}] \alert{Absence de mutation homozygote} (pas de cas DEL + mutations).
- \end{itemize}
- \begin{center}
- \includegraphics[width=.55\textwidth]{Images/smMIP.png}
- \end{center}
-
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{itemize}
- \item[{\large \ding{43}}] Les délétions du \textit{CTCF} sont associées à sa plus faible expression (exclusion des délétions minimales).
- \item[{\large \ding{43}}] Les mutations sont associées dans cette cohorte rétrospective aux réarrangements de \textit{TLX3} (53 \%).
- \end{itemize}
- \begin{center}
- \includegraphics[width=.85\textwidth]{Images/tlx3_prop.png}
- \end{center}
-
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{itemize}
- \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.
- \item[{\large \ding{43}}] Affymetrix \alert{methylation array} (853,307 sondes, 4 vs 3): différentiel sur un unique site.
- \end{itemize}
- \begin{center}
- \includegraphics[width=.6\textwidth]{Images/de_ctcf_meth.png}
- \end{center}
- \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}
-
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{itemize}
- \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.
- \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}.
- \end{itemize}
- \begin{center}
- \includegraphics[width=.95\textwidth]{Images/chip_ctcf.png}
- \end{center}
- \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}
-
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{itemize}
- \item[{\large \ding{43}}] \alert{HiC} (4 alt TLX3\_r vs 2 wt TLX3\_r): pas de différences de domaines d'association.
- \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}.}
- \end{itemize}
- \begin{center}
- \includegraphics[width=.8\textwidth]{Images/hic.png}
- \end{center}
-
- \end{frame}
- \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
- \begin{columns}
- % Column 1
- \begin{column}{.3\textwidth}
- \begin{itemize}
- \item[-] Souris Lck-Cre \textit{CTCF}
- \vspace{3.6cm}
- \item[{\large \ding{43}}] L'haplo-insuffisance \alert{augmente le nombre absolu de LT \gamma\delta.}
- \end{itemize}
- \end{column}
- % Column 2
- \begin{column}{.7\textwidth}
- \begin{center}
- \includegraphics[width=.85\textwidth]{Images/pdx_tcells.png}
- \end{center}
- \end{column}
- \end{columns}
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{itemize}
- \item[{\large \ding{43}}] Séquençage des TLX3\_r: pour 31 patients le partenaire est \textit{BCL11B}.
- \item[{\large \ding{43}}] \alert{La majorité des BP positionnent l'enhanceur de \textit{BCL11B} en amont de \textit{TLX3}.}
- \item[{\large \ding{43}}] \alert{en 171.70 préservation d'un locus CTCF pouvant jouer un rôle d'isolant à l'enhanceur.}
- \end{itemize}
- \begin{center}
- \includegraphics[width=.7\textwidth]{Images/tlx3_bcl11b.png}
- \end{center}
-
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \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.
- \begin{center}
- \includegraphics[width=.7\textwidth]{Images/txl3enhc_bcl11b.png}
- \end{center}
-
- \begin{itemize}
- \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).
- \item[{\large \ding{43}}] Augmentation de l'expression de \textit{TLX3} relativement à \textit{BCL11B}.
- \item[{\large \ding{43}}] Augmentation de la quantité de lymphocytes au diagnostic.
- \end{itemize}
-
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{columns}
- % Column 1
- \begin{column}{.3\textwidth}
- \begin{itemize}
- \item[-] 4C-seq (n = 9, TLX3\_r, 7 \textit{CTCF} alt, 2 WT).
- \item[-] Allèle non réarrangé. Intensité du signal proportionnelle aux interactions avec le promoteur de \textit{BCL11B}.
- \item[{\large \ding{43}}] Pas de différence \textit{CTCF} WT vs Alt.
- \end{itemize}
- \end{column}
- % Column 2
- \begin{column}{.7\textwidth}
- \begin{center}
- \includegraphics[width=.85\textwidth]{Images/4c_base.png}
- \end{center}
- \end{column}
- \end{columns}
- \end{frame}
- \begin{frame}{\emoji{microscope} Résultats --- Observations}
- \begin{columns}
-
- \begin{column}{.3\textwidth}
- \begin{itemize}
- \item[-] Intensité du signal proportionnelle aux interactions avec le promoteur de \textit{TLX3}. Allèle réarrangé.
- \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}.
- \end{itemize}
- \end{column}
-
- \begin{column}{.7\textwidth}
- \begin{center}
- \includegraphics[width=.85\textwidth]{Images/4c_cl.png}
- \end{center}
- \end{column}
- \end{columns}
- \begin{itemize}
- \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.
- \end{itemize}
- \end{frame}
- \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
- \begin{itemize}
- \item[-] Lignée HPB-ALL qui présente une translocation \textit{BCL11B}-\textit{TLX3} préservant le locus CTCF et ayant une haplo-insuffisance CTCF.
- \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é).
- \item[-] Dérive les clones G4 et E3 ayant des expressions inductibles de \textit{CTCF} de niveau modéré et élevé .
- \end{itemize}
- \begin{center}
- \includegraphics[width=.66\textwidth]{Images/HBPALL_a.png}
- \end{center}
-
- \end{frame}
- \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
- \begin{columns}
-
- \begin{column}{.6\textwidth}
- \begin{center}
- \includegraphics[width=.75\textwidth]{Images/HBPALL_diff.png}
- \end{center}
- \end{column}
-
- \begin{column}{.4\textwidth}
- \begin{itemize}
- \item[-] Intensité des interactions entre promoteur de \textit{TLX3} et autres positions.
- \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}}.
- \end{itemize}
- \end{column}
- \end{columns}
- \end{frame}
- \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
- \begin{itemize}
- \item[-] Délétion par CRISPR-Cas9 du locus CTCF faisant compétition du génome de la lignée HPB-ALL E3.
- \end{itemize}
- \begin{center}
- \includegraphics[width=.75\textwidth]{Images/HBPALL_crispr.png}
- \end{center}
- \begin{itemize}
- \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.
- \end{itemize}
-
- \end{frame}
- \begin{frame}{\emoji{scissors} Résultats --- Expérimentations}
- \begin{columns}
-
- \begin{column}{.6\textwidth}
- \begin{center}
- \includegraphics[width=.75\textwidth]{Images/HBPALL_crispr_res.png}
- \end{center}
- \end{column}
-
- \begin{column}{.4\textwidth}
- \begin{itemize}
- \item[-] Intensité des interactions entre promoteur de \textit{TLX3} et autres positions.
- \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é).
- \end{itemize}
- \end{column}
- \end{columns}
- \end{frame}
- {\setbeamercolor{background canvas}{bg=bgturq}
- \begin{frame}[c]
- \metroset{block=fill}
- \vspace{1cm}
- \begin{alertblock}{\centering Conclusions }
- \begin{itemize}
- \item Corrélation entre altération du \textit{CTCF} et translocation \textit{BCL11B}-\textit{TLX3} notamment celles épargnant un locus CTCF.
- \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}.
- \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}.
- \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}.
- \end{itemize}
- \end{alertblock}
- \end{frame}
- }
- % QR code
- % qrencode -o Images/qr_code.png $HTTP_LINK
- \begin{frame}[standout]
- Questions ?\\
- \vspace*{1.5cm}
- \emoji{calling}
- \vspace*{.5cm}
- \begin{figure}
- \includegraphics[height=3cm]{Images/qr_code.png}
- \end{figure}
- \end{frame}
- \end{document}
|