Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NGS-intro-course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
NGS-intro-course
Commits
a70c3019
Commit
a70c3019
authored
10 years ago
by
Laros
Browse files
Options
Downloads
Patches
Plain Diff
Updated pipeline lecture.
parent
025a520c
Branches
ngs_data_analysis
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
combining_tools/combining_tools.tex
+12
-21
12 additions, 21 deletions
combining_tools/combining_tools.tex
with
12 additions
and
21 deletions
combining_tools/combining_tools.tex
+
12
−
21
View file @
a70c3019
\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
}{
Fri
day,
April 4
, 2014
}
\providecommand
{
\myDate
}{
Mon
day,
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
{
P
er base sequenc
e content.
}
\caption
{
P
ositional nucleotid
e content.
}
\end{figure}
\end{figure}
\vspace
{
-0.
5
cm
}
\vspace
{
-0.
7
cm
}
\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 s
equence quality.
}
\caption
{
S
equence 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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment