-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprelude.tex
56 lines (46 loc) · 2.36 KB
/
prelude.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
\section*{Prelude}\label{sec:prelude}
\addcontentsline{toc}{section}{\nameref{sec:prelude}}
\subsection*{Aims}\label{sec:prelude:aims}
\addcontentsline{toc}{subsection}{\nameref{sec:prelude:aims}}
\begin{itemize}
\item Comparing PlasBin-flow and Pangebin:
\begin{itemize}
\item with only one assembler as input (contig binning)
\item with two assemblers as inputs (pangenome fragment binning)
\end{itemize}
\item Continue the idea of correcting the GC prob score and the plasmidness for the fragments if we pass through an entire contig.
\begin{itemize}
\item GC prob score: relative correction, penalty, bonus?
\item Plasmidness: the best bonus correction among the active contigs.
\end{itemize}
\end{itemize}
\begin{newfeatbox}
\textbf{2025--03--24} Done since last times:
\begin{CheckList}{Task}
\Task{done}{Propose a refinement of the \MPS{} problem (\Cref{sec:method:mps:refinement})}
\end{CheckList}
\end{newfeatbox}
\begin{newfeatbox}
\textbf{2025--03--17} Done since last times:
\begin{CheckList}{Task}
\Task{done}{Model a connected-flow in MILP to avoid iteratively resolving the problem until the solution subgraph has only one connected component. This answers one point of the PlasBin-flow discussion (\Cref{sec:method:mcf})}
\Task{done}{Formaly define the panassembly network (\Cref{definition:panassembly_network})}
\Task{done}{Simplify notations for the MILP}
\Task{done}{Add proofs for~\Cref{proposition:repeat_has_several_incoming_arcs} and~\Cref{proposition:inflow_is_not_multiple_of_total_flow}}
\Task{done}{Use plasmidness score instead of gene density}
\Task{done}{Propose a new objective function for the \MPS{} problem (\Cref{definition:milp:mps:objective_weigthed})}
\end{CheckList}
\end{newfeatbox}
\subsection*{To-dos}\label{sec:prelude:to-dos}
\addcontentsline{toc}{subsection}{\nameref{sec:prelude:to-dos}}
\begin{todobox}
Adapt PlasBin-flow to have two main indoors: one for SKESA/Unicycler asm graphs and one for both
\end{todobox}
\begin{todobox}
Generalize gene density to plasmidness score (the plasmidness):
\begin{CheckList}{Task}
\Task{done}{Change attribute definition}
\Task{open}{Give an example of how a plasidness score can be obtained}
\Task{open}{Justify why optmizing the plasmidness is the last problem to solve in the hiearchy}
\end{CheckList}
\end{todobox}