Table 1

  To make Table 1, first ensure that you have downloaded the rates data. To do so, change into the projects/simple_snII/ directory and download the data:

cd ~/projects/simple_snII/  
 
make data  
 
make n15_study_data  

Next, change into the projects/nucnet-tools-code/examples/misc/ directory, compile the relevant codes, and create the latex table by typing

cd ../nucnet-tools-code/examples/misc/  
 
make all_misc  
 
./reactions_latex ../../data_pub/my_net.xml ../../data_pub/n15_study_rates.xml > my_table.tex

Edit the latex file as desired. To create an independent latex file of this table, input my_table.tex in the following document:

\documentclass{article}  
\begin{document}  
 
\input{my_table}  
 
\end{document}