Skip to content
Snippets Groups Projects
Commit 9b246173 authored by Claus Jonathan Fritzemeier's avatar Claus Jonathan Fritzemeier
Browse files

mistake in readTSVmod about singletons

parent 965b1ff7
No related branches found
No related tags found
No related merge requests found
Package: sybil
Type: Package
Title: Efficient Constrained Based Modelling in R
Version: 1.3.0
Version: 1.3.1
Date: 2015-06-17
Authors@R: c(
person(c("C.", "Jonathan"), "Fritzemeier", role = c("cre", "ctb"), email = "clausjonathan.fritzemeier@uni-duesseldorf.de"),
......
......@@ -6,6 +6,14 @@
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
\section{Changes in version 1.3.1 2015-08-06}{
\itemize{
\item \code{readTSVmod} had a mistake in the documentation about singletons.
}
}
% ---------------------------------------------------------------------------- %
\section{Changes in version 1.3.0 2015-06-17}{
\itemize{
\item changed maintainer
......
......@@ -314,7 +314,7 @@
stoichiometric matrix \eqn{S} is used. Sums of rows gives the vector of
metabolite usage, each element is the number of reactions a metabolite
participates. A single metabolite (singleton) is a metabolite with a row sum
of zero. All columns in \eqn{S} (reactions) containing singleton metabolites
of one. All columns in \eqn{S} (reactions) containing singleton metabolites
will be set to zero. And again, singleton metabolites will be searched until
none are found.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment