Skip to content

Commit 213614e

Browse files
committed
Documents to submit to Bioinformatics as answer to the major revision. Includes latest publication and everything.
1 parent 59f4d8b commit 213614e

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed
29.8 KB
Binary file not shown.

doc/publication/draft/document.pdf

433 Bytes
Binary file not shown.

doc/publication/draft/document.tex

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
\application
2424
\firstpage{1}
2525

26-
\title[KEGGtranslator]{KEGGtranslator: visualizing and translating the KEGG PATHWAY database} %% TODO: Irgendwas mit modelling oder simulation oder so klingt besser.
26+
%\title[KEGGtranslator]{KEGGtranslator: visualizing and translating the KEGG PATHWAY database}
27+
\title[KEGGtranslator]{KEGGtranslator: visualizing and converting the KEGG PATHWAY database to various formats}
28+
2729
\author[Wrzodek \textit{et~al}]{Clemens Wrzodek\,$^{1,*}$, Andreas Dr\"ager\,$^{1,*}$ and Andreas Zell\,$^{1,}$\footnote{to whom correspondence should be addressed}}
2830
\address{$^{1}$Center for Bioinformatics Tuebingen (ZBIT), University of Tuebingen, 72076 T\"ubingen, Germany}
2931

@@ -77,7 +79,7 @@ \section{Introduction}
7779
%The reason for this is that KEGG releases those XML-files primarily for graphical visualizations of the pathway. For creating fully functional models of the pathway, the content of the XML-file is not sufficient.
7880
By improving the annotation and translating the KGML-files to other file formats, researchers could use the KEGG database for many applications: Individual pathway pictures could be created; pathway simulation and modeling applications could be executed; graph-operations on the pathways or stoichiometric analyses (e.g., linear relationships) could be performed; or the KEGG pathway database could be used for gene set enrichment analyses.
7981
%
80-
For these purposes, only a few converters are available: KEGGconverter \citep{KEGGconverter} or KEGG2SBML \citep{KEGG2SBML} offer command-line or web-based conversion of KGML-files to SBML-files. KEGGgraph \citep{KEGGgraph} is able to convert KGML-files to R-based graph structures. None of these tools has a graphical user interface, is capable to validate and autocomplete KEGG reactions, adds standard identifiers (such as MIRIAM URNs) to pathway elements, or is able to write KGML files in multiple ouput formats.
82+
For these purposes, only a few converters are available: KEGGconverter \citep{KEGGconverter}, SuBliMinaL \citep{Swainston2011}, or KEGG2SBML \citep{KEGG2SBML} offer command-line or web-based conversion of KGML-files to SBML-files. KEGGgraph \citep{KEGGgraph} is able to convert KGML-files to R-based graph structures. None of these tools has a graphical user interface, is capable to validate and autocomplete KEGG reactions, adds standard identifiers (such as MIRIAM URNs) to pathway elements, or is able to write KGML files in multiple ouput formats.
8183

8284
We here present KEGGtranslator, which reads and completes the content of an XML-file by retrieving online-annotation of all genes and reactions using the KEGG API \citep{KEGGapi}. KGML-files can be converted to many output formats. Minor deficiencies are corrected (e.g., the name of a gene), new information is added (e.g., multiple MIRIAM identifiers for each gene and reaction \citep{Novere2005}, or SBO terms describing the function) and some crucial deficiencies (like missing reactants) are addressed.
8385

@@ -175,8 +177,10 @@ \section{Discussion}
175177

176178
\section*{Acknowledgement}
177179
We gratefully acknowledge very fruitful discussions with Jochen Supper, Akira Funahashi, and Toshiaki Katayama.
180+
178181
%\emph{Funding\textcolon}
179182
\paragraph{Funding\textcolon} The Federal Ministry of Education and Research (BMBF, Germany) funded this work in the projects Spher4Sys (grant number 0315384C) and NGFNplus (grant number 01GS08134).
183+
%The Federal Ministry of Education and Research (BMBF, Germany) funded this work in the projects Spher4Sys and NGFNplus (grant numbers 0315384C and 01GS08134).
180184

181185
%\paragraph{Funding\textcolon} %Spher4Sys, BMBF, MARCAR, Virtualliver, NGFN
182186
\paragraph{Conflict of Interest\textcolon} none declared.
@@ -193,6 +197,7 @@ \section*{Acknowledgement}
193197
%XXX: Uncomment for dynamic reference addition
194198
%\bibliography{KEGGtranslator}
195199

200+
\vspace{-.1cm}
196201

197202
\begin{thebibliography}{}
198203

@@ -250,6 +255,11 @@ \section*{Acknowledgement}
250255
{(MIRIAM)}.
251256
\newblock {\em Nat Biotechnol\/}, {\bf 23}(12), 1509--1515.
252257

258+
\bibitem[Swainston {\em et~al.}(2011)]{Swainston2011}
259+
Swainston, N. \emph{et al.} (2011).
260+
\newblock {The SuBliMinaL Toolbox: automating steps in the reconstruction of metabolic networks}.
261+
\newblock {\em Submitted to Journal of Integrative Bioinformatics\/}. %Integr. Bioinf. ?
262+
253263
\bibitem[Wiese {\em et~al.}(2001)Wiese, Eiglsperger, and Kaufmann]{yFiles}
254264
Wiese, R. \emph{et al.} (2001).
255265
\newblock {yFiles: Visualization and Automatic Layout of Graphs}.
212 KB
Binary file not shown.

src/de/zbit/kegg/io/KEGG2SBGN.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* A (not yet fully implemented) implementation of KEGG2SBGN.
3939
*
4040
* <p> Note:<br/>
41-
* Martijn want to be mentioned in 'Acknowledgments', in case of a publication
41+
* Martijn should be mentioned in 'Acknowledgments', in case of a publication
4242
* of this method.</p>
4343
*
4444
* @author Martijn van Iersel

0 commit comments

Comments
 (0)