rephrase and switch back to link all toc entries, but uncolored

This commit is contained in:
Samuel Ortion 2024-04-18 12:53:14 +02:00
parent 921b5821a2
commit 2110e31754
Signed by: sortion
GPG Key ID: 9B02406F8C4FB765
3 changed files with 17 additions and 17 deletions

View File

@ -9,13 +9,8 @@
#+exclude_tags: noexport #+exclude_tags: noexport
#+options: H:7 #+options: H:7
#+options: toc:nil #+options: toc:nil
#+MACRO: conditional-header (eval (concat "#+header: :results output " (print-to-string org-export-current-backend)))
# ref. conditional-header https://emacs.stackexchange.com/a/64340/41374
# ref. https://write.as/dani/writing-a-phd-thesis-with-org-mode # ref. https://write.as/dani/writing-a-phd-thesis-with-org-mode
#+name: acronyms #+name: acronyms
| key | abbreviation | full form | | key | abbreviation | full form |
|------------+--------------+--------------------------------------------| |------------+--------------+--------------------------------------------|
@ -53,9 +48,12 @@
#+end_center #+end_center
#+begin_export latex #+begin_export latex
{
\hypersetup{linkcolor=black}
\tableofcontents \tableofcontents
\listoffigures \listoffigures
\listoftables \listoftables
}
#+end_export #+end_export
[[printglossaries:]] [[printglossaries:]]
@ -154,19 +152,21 @@ In this step, the typical tool involved is =BLAST= (Basic Local Alignment Search
Several =BLAST= metrics can be used as an homology measure, such as bitscore, identity percentage, E-value or variations of these. The choice of metrics can affect the results of graph clustering in the following step, and we should therefore chose them carefully [cite:@gibbonsEvaluationBLASTbasedEdgeweighting2015]. Several =BLAST= metrics can be used as an homology measure, such as bitscore, identity percentage, E-value or variations of these. The choice of metrics can affect the results of graph clustering in the following step, and we should therefore chose them carefully [cite:@gibbonsEvaluationBLASTbasedEdgeweighting2015].
**** Identification of gene families **** Identification of gene families
Based on the homology links between each pair of genes, we construct a undirected weighted graph whose vertices correspond to genes and edges to homology links between them. Based on the homology links between each pair of genes, we construct an undirected weighted graph whose vertices correspond to genes and edges to homology links between them.
We apply a graph clustering algorithm on the graph in order to infer the gene families corresponding to densely connected communities of vertices. We apply a graph clustering algorithm on the graph in order to infer the gene families corresponding to densely connected communities of vertices.
FTAG Finder proposes three clustering algorithm alternatives: single linkage, Markov Clustering [cite:@vandongenNewClusterAlgorithm1998] or Walktrap [cite:@ponsComputingCommunitiesLarge2005].
**** Detection of TAGs
The final step of FTAG Finder consists in the identification of gls:TAG from the gene families and the positions of genes.
For a given chromosome, the tool seeks genes belonging to the same family and located close to each other. The tool allows a maximal number of genes between the homologous genes, with a parameter set by the user. Ref:fig:tag-definitions is a schematic representation of some possible gls:TAG positioning on a genome associated with their definition in FTAG Finder /Find Tags/ step.
#+begin_export latex #+begin_export latex
\fladdfig{ \fladdfig{
\includegraphics[width=.9\linewidth]{./figures/tag-definition.pdf} \includegraphics[width=.9\linewidth]{./figures/tag-definition.pdf}
\caption[Schematic representation of TAG definitions]{\label{fig:tag-definitions} Schematic representation of TAG definitions. Several genes are represented on a linear chromosome. The red box represent a singleton gene. Orange boxes represent a TAG with two duplicate genes seperated by 7 other genes ($\mathrm{TAG}_7$). Four green boxes constitute a TAG, the gene at the extremities are seperated by three genes ($\mathrm{TAG}_3$. The two blue boxes represents a TAG with two genes next to each other $\mathrm{TAG}_0$. The bended edges represents the homology links between each pair of genes of a TAG.}} \caption[Schematic representation of TAG definitions]{\label{fig:tag-definitions} Schematic representation of TAG definitions. Several genes are represented on a linear chromosome. The red box represent a singleton gene. Orange boxes represent a TAG with two duplicate genes seperated by 7 other genes ($\mathrm{TAG}_7$). Four green boxes constitute a TAG, the gene at the extremities are seperated by three genes ($\mathrm{TAG}_3$. The two blue boxes represents a TAG with two genes next to each other $\mathrm{TAG}_0$. The bended edges represents the homology links between each pair of genes of a TAG.}}
#+end_export #+end_export
FTAG Finder proposes three clustering algorithm alternatives: single linkage, Markov Clustering [cite:@vandongenNewClusterAlgorithm1998] or Walktrap [cite:@ponsComputingCommunitiesLarge2005].
**** Detection of TAGs
The final step of FTAG Finder consists in the identification of gls:TAG from the gene families and the positions of genes.
For a given chromosome, the tool seeks genes belonging to the same family and located close to each other. The tool allows a maximal number of genes between the homologous genes, with a parameter set by the user. Cref:fig:tag-definitions is a schematic representation of some possible gls:TAG positioning on a genome associated with their definition in FTAG Finder /Find Tags/ step.
* Objectives for the internship * Objectives for the internship
** Scientific questions ** Scientific questions
The underlying question of FTAG Finder is the study of the evolutionary fate of duplicate genes in Eukaryotes. The underlying question of FTAG Finder is the study of the evolutionary fate of duplicate genes in Eukaryotes.
@ -216,6 +216,10 @@ Principle: construct vertex communities based on where an agent would get stuck
# LocalWords: speciation Subfunctionalization Neofunctionalization # LocalWords: speciation Subfunctionalization Neofunctionalization
# LocalWords: Pseudogenization # LocalWords: Pseudogenization
# Local Variables:
# eval: (progn (org-babel-goto-named-src-block "startup") (org-babel-execute-src-block) (outline-hide-sublevels 1))
# End:
* Setup :noexport: * Setup :noexport:
#+name: startup #+name: startup
@ -225,7 +229,3 @@ Principle: construct vertex communities based on where an agent would get stuck
#+RESULTS: startup #+RESULTS: startup
: Loaded ./setup.el : Loaded ./setup.el
# Local Variables:
# eval: (progn (org-babel-goto-named-src-block "startup") (org-babel-execute-src-block) (outline-hide-sublevels 1))
# End:

BIN
report.pdf (Stored with Git LFS)

Binary file not shown.

View File

@ -84,7 +84,7 @@
linkcolor=primaryLink, linkcolor=primaryLink,
anchorcolor=primaryLink, anchorcolor=primaryLink,
citecolor=primaryCite, citecolor=primaryCite,
linktoc=page %linktoc=page
} }
\newcommand*{\glsplainhyperlink}[2]{% \newcommand*{\glsplainhyperlink}[2]{%
\begingroup% \begingroup%