-
Notifications
You must be signed in to change notification settings - Fork 0
/
Abstract.tex
executable file
·56 lines (38 loc) · 4.57 KB
/
Abstract.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%Abstract Page
\hbox{\ }
\renewcommand{\baselinestretch}{1}
\small \normalsize
\begin{center}
\large{{ABSTRACT}}
\vspace{3em}
\end{center}
\hspace{-.15in}
\begin{tabular}{ll}
Title of dissertation: & {\large NOVEL METHODS FOR COMPARING}\\
& {\large AND EVALUATING SINGLE AND } \\
& {\large METAGENOMIC ASSEMBLIES} \\
\ \\
& {\large Christopher Michael Hill, Doctor of Philosophy, 2015} \\
\ \\
Dissertation directed by: & {\large Professor Mihai Pop} \\
& {\large Department of Computer Science } \\
\end{tabular}
\vspace{3em}
\renewcommand{\baselinestretch}{2}
\large \normalsize
% The genome is the blueprint for building an organism and helps researchers better understand the organism's function and evolution.
% Initially published in 2001, the human genome has undergone dozens of revisions over the years.
% Researchers fill in gaps, and correct mistakes in the sequence.
% It is not an easy task determining what parts of the genome are missing, what parts are mistakes, and what are due to experimental artifacts from the sequencing machine.
The current revolution in genomics has been made possible by software tools called genome assemblers, which stitch together DNA fragments ``read'' by sequencing machines into complete or nearly complete genome sequences. Despite decades of research in this field and the development of dozens of genome assemblers, assessing and comparing the quality of assembled genome sequences still heavily relies on the availability of independently determined standards, such as manually curated genome sequences, or independently produced mapping data. The focus of this work is to develop reference-free computational methods to accurately compare and evaluate genome assemblies.
%In the first part of my talk, I will describe our de novo probabilistic measure of assembly quality which allows for an objective comparison of multiple assemblies generated from the same set of reads. I will detail extensions to our probabilistic framework that allows for an accurate evaluatation of metagenomic assemblies in addition to single genomes.
We introduce a reference-free likelihood-based measure of assembly quality which allows for an objective comparison of multiple assemblies generated from the same set of reads. We define the quality of a sequence produced by an assembler as the conditional probability of observing the sequenced reads from the assembled sequence. A key property of our metric is that the true genome sequence maximizes the score, unlike other commonly used metrics.
Despite the unresolved challenges of single genome assembly, the decreasing costs of sequencing technology has led to a sharp increase in metagenomics projects over the past decade.
These projects allow us to better understand the diversity and function of microbial communities found in the environment, including the ocean, Arctic regions, other living organisms, and the human body.
We extend our likelihood-based framework and show that we can accurately compare assemblies of these complex bacterial communities.
%While our previous research has focus on comparing the overall quality of the genome assembly,
After an assembly has been produced, it is not an easy task determining what parts of the underlying genome are missing, what parts are mistakes, and what parts are due to experimental artifacts from the sequencing machine.
Here we introduce VALET, the first reference-free pipeline that flags regions in metagenomic assemblies that are statistically inconsistent with the data generation process.
VALET detects mis-assemblies in publicly available datasets and highlights the current shortcomings in available metagenomic assemblers.
By providing the computational methods for researchers to accurately evaluate their assemblies, we decrease the chance of incorrect biological conclusions and misguided future studies.
% For the final part of my talk, I will discuss my ongoing work with long read sequencing technologies. Long read sequencing technologies have brought us closer to the goal of a complete genome assembly. The first computationally difficult step in most assembly algorithms is identifying sequences that overlap. Here, we propose an efficient filtering method relying on SPQR tree-based decomposition that allows us to provide a locality sensitive labeling for these long, high-error reads. In addition to providing us with a more efficient assembly, the tree-based decomposition of the assembly graph allows us to uncover population variatints when with multiple samples.