forked from msauria/Quasar_Paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
110 lines (88 loc) · 3.22 KB
/
main.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
\documentclass[letterpaper,11pt,english]{article}
%\documentclass[letterpaper,11pt,english,draft]{article}
\usepackage{paper}
\usepackage{subscript}
\usepackage{hyperref}
\usepackage{pdflscape}
\usepackage{booktabs}
\usepackage[hypcap=true]{caption}
\captionsetup{labelfont=bf, justification=justified, singlelinecheck=false, format=plain}
\usepackage{tabulary, booktabs, longtable, ltcaption, ltabptch}
\usepackage[referable]{threeparttablex}
\usepackage[draft]{fixme}
\fxusetheme{color}
\makeatletter
\newcommand*\TY@cap@gobble[2][]{\\}% from ltxtable (adjusted)
\def\ltabulary{%
\def\caption{% from ltxtable (adjusted)
\@ifstar\TY@cap@gobble\TY@cap@gobble}
\def\endfirsthead{\\}%
\def\endhead{\\}%
\def\endfoot{\\}%
\def\endlastfoot{\\}%
\def\tabulary{%
\def\TY@final{%
\def\endfirsthead{\LT@end@hd@ft\LT@firsthead}%
\def\endhead{\LT@end@hd@ft\LT@head}%
\def\endfoot{\LT@end@hd@ft\LT@foot}%
\def\endlastfoot{\LT@end@hd@ft\LT@lastfoot}%
\longtable}%
\let\endTY@final\endlongtable
\TY@tabular}%
\dimen@\columnwidth
\advance\dimen@-\LTleft
\advance\dimen@-\LTright
\tabulary\dimen@}
\def\endltabulary{\endtabulary}
\makeatother
\addbibresource{Zotero.bib}
\newcommand{\dofigure}[4]{
\begin{figure}[#4]
\begin{minipage}{\textwidth}
\includegraphics[]{figures/Figure_#1.pdf}
\caption{\small{\textbf{#2}
#3}}
\end{minipage}
\end{figure}
}
\newcommand{\doHPfigure}[4]{
\begin{figure}[#4]
\begin{minipage}[#4]{.5\textwidth}
\includegraphics[]{figures/Figure_#1.pdf}
\caption{\small{\textbf{#2}
#3}}
\end{minipage}
\end{figure}
}
\newcommand{\doFPfigure}[4]{
\begin{figure}[#4]
\includegraphics[]{figures/Figure_#1.pdf}
\end{figure}
\clearpage
\newpage
\begin{figure}[t]
\begin{minipage}{\textwidth}
\caption{\small{\textbf{#2}
#3}}
\end{minipage}
\end{figure}
}
\setcounter{topnumber}{1}
\setcounter{totalnumber}{1}
\newcommand{\cis}{\emph{cis}}
\begin{document}
{\sffamily
{\fontsize{16pt}{16pt}\selectfont QuASAR: Quality Assessment of Spatial Arrangement Reproducibility in Hi-C Data}
\vspace{1em}
Michael EG Sauria\textsuperscript{1,\dagger} and James Taylor\textsuperscript{1,\dagger}
\vspace{0.5em}
\textsuperscript{1}Departments of Biology and Computer Science, Johns Hopkins University, Baltimore MD 21218 \\
\textsuperscript{\dagger}Correspondence to MEGS ([email protected]) and JT ([email protected])
}
\section{Abstract}
Hi-C has revolutionized global interrogation of chromosome confromation, however there are few tools to asses the reliability of individual experiments. Here we present a new approach, QuASAR, for measuring quality within and between Hi-C samples. We show that QuASAR can detect even tiny fractions of noise and estimate both return on additional sequencing and quality upper bounds. We also demonstrate QuASAR’s utility in measuring replicate agreement across feature resolutions. Finally, QuASAR can estimate resolution limits based on both internal and replicate quality scores. QuASAR provides an objective means of Hi-C sample comparison while providing context and limits to these measures.
\section{Keywords}
chromosome conformation, Hi-C, quality, replicate, reproducibility % , QuASAR, HiFive
\clearpage
\input{body.tex}
\end{document}