Skip to content
Snippets Groups Projects
Commit a70c3019 authored by Laros's avatar Laros
Browse files

Updated pipeline lecture.

parent 025a520c
No related tags found
No related merge requests found
\documentclass[slidestop]{beamer} \documentclass[slidestop]{beamer}
\title{Combining tools into a pipeline} \title{Combining tools into a pipeline}
\providecommand{\myConference}{NGS Introduction Course} \providecommand{\myConference}{NGS data analysis, 8th edition}
\providecommand{\myDate}{Friday, April 4, 2014} \providecommand{\myDate}{Monday, September 1, 2014}
\author{Jeroen F. J. Laros} \author{Jeroen F. J. Laros}
\providecommand{\myGroup}{Leiden Genome Technology Center} \providecommand{\myGroup}{Leiden Genome Technology Center}
\providecommand{\myDepartment}{Department of Human Genetics} \providecommand{\myDepartment}{Department of Human Genetics}
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
\includegraphics[height=0.85\textheight]{pipeline} \includegraphics[height=0.85\textheight]{pipeline}
\end{center} \end{center}
\caption{A real-life pipeline.} \caption{A real-life pipeline.}
\label{}
\end{figure} \end{figure}
\end{pframe} \end{pframe}
...@@ -48,7 +47,6 @@ ...@@ -48,7 +47,6 @@
\includegraphics[height=0.85\textheight]{assemblyline} \includegraphics[height=0.85\textheight]{assemblyline}
\end{center} \end{center}
\caption{Scene from ``Modern times''.} \caption{Scene from ``Modern times''.}
\label{}
\end{figure} \end{figure}
\end{pframe} \end{pframe}
...@@ -175,7 +173,6 @@ ...@@ -175,7 +173,6 @@
\includegraphics[height=0.85\textheight]{pretrimmed_qscores} \includegraphics[height=0.85\textheight]{pretrimmed_qscores}
\end{center} \end{center}
\caption{Quality score per position.} \caption{Quality score per position.}
\label{}
\end{figure} \end{figure}
\end{pframe} \end{pframe}
...@@ -186,7 +183,6 @@ ...@@ -186,7 +183,6 @@
\includegraphics[height=0.85\textheight]{linker-clip} \includegraphics[height=0.85\textheight]{linker-clip}
\end{center} \end{center}
\caption{Sequencing linkers.} \caption{Sequencing linkers.}
\label{}
\end{figure} \end{figure}
\end{pframe} \end{pframe}
...@@ -195,7 +191,7 @@ ...@@ -195,7 +191,7 @@
Depending on the sequencing platform, parts of the reads need to be removed. Depending on the sequencing platform, parts of the reads need to be removed.
\begin{itemize} \begin{itemize}
\item Remove linker sequences (\emph{Cutadapt}, \emph{FASTX toolkit}). \item Remove linker sequences (\emph{Cutadapt}, \emph{FASTX toolkit}).
\item Clip low quality reads at the end of the read (\emph{Sickle}, \item Trim low quality reads at the end of the read (\emph{Sickle},
\emph{Trimmomatic}, \emph{FASTX toolkit}). \emph{Trimmomatic}, \emph{FASTX toolkit}).
\item Length filtering (\emph{Fastools}). \item Length filtering (\emph{Fastools}).
\end{itemize} \end{itemize}
...@@ -205,9 +201,9 @@ ...@@ -205,9 +201,9 @@
The \emph{FastQC toolkit} can be used for quality control (both before and The \emph{FastQC toolkit} can be used for quality control (both before and
after the data cleaning step). after the data cleaning step).
\begin{itemize} \begin{itemize}
\item GC content. \item Positional nucleotide content.
\item GC distribution. \item GC distribution.
\item Quality scores distribution. \item Sequence quality distribution.
\item \ldots \item \ldots
\end{itemize} \end{itemize}
\end{pframe} \end{pframe}
...@@ -217,14 +213,14 @@ ...@@ -217,14 +213,14 @@
\begin{figure} \begin{figure}
\includegraphics[width=\textwidth, height=0.35\textheight] \includegraphics[width=\textwidth, height=0.35\textheight]
{per_base_sequence_content} {per_base_sequence_content}
\caption{Per base sequence content.} \caption{Positional nucleotide content.}
\end{figure} \end{figure}
\vspace{-0.5cm} \vspace{-0.7cm}
\begin{figure} \begin{figure}
\includegraphics[width=\textwidth, height=0.35\textheight] \includegraphics[width=\textwidth, height=0.35\textheight]
{per_sequence_quality} {per_sequence_quality}
\caption{Per sequence quality.} \caption{Sequence quality distribution.}
\end{figure} \end{figure}
\end{pframe} \end{pframe}
...@@ -237,10 +233,7 @@ ...@@ -237,10 +233,7 @@
Not all aligners can deal with indels. Not all aligners can deal with indels.
\begin{itemize} \begin{itemize}
\item Only a couple of years ago, only SNPs were considered. \item Older aligners only allowed substitutions.
\begin{itemize}
\item \emph{Bowtie}.
\end{itemize}
\end{itemize} \end{itemize}
\medskip \medskip
\pause \pause
...@@ -272,7 +265,6 @@ ...@@ -272,7 +265,6 @@
\includegraphics[width=0.9\textwidth]{varcall} \includegraphics[width=0.9\textwidth]{varcall}
\end{center} \end{center}
\caption{Result of an alignment.} \caption{Result of an alignment.}
\label{}
\end{figure} \end{figure}
\end{pframe} \end{pframe}
...@@ -464,10 +456,9 @@ ...@@ -464,10 +456,9 @@
Michiel van Galen Michiel van Galen
Jeroen Laros Martijn Vermaat
\end{center}
\vfill Johan den Dunnen
\permfoot{https://humgenprojects.lumc.nl/trac/humgenprojects/wiki/NGS-intro} \end{center}
\end{pframe} \end{pframe}
\end{document} \end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment