/usr/lib/R/site-library/BoolNet/NEWS.Rd is in r-cran-boolnet 2.1.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | \name{NEWS}
\title{NEWS file for the \pkg{BoolNet} package}
\section{Changes in version 2.1.1}{
\itemize{
\item{Minor bug fixing in \code{plotStateGraph}.}
\item{Added cosmetic changes to \code{plotAttractors} and \code{plotSequence}.}
}
}
\section{Changes in version 2.1.1}{
\itemize{
\item{Fixed compilation errors on Windows.}
}
}
\section{Changes in version 2.1.0}{
\subsection{Modified functions}{
\itemize{
\item{\code{getAttractors()} and \code{simulateSymbolicModel()} now support the identification of attractors in large networks based on a formulation as a satisfiability (SAT) problem. }
\item{\code{plotAttractors()} and \code{plotSequence()} now plot the genes in the order of the network instead of the reverse order by default. This behaviour can be controlled using a new parameter \code{reverse} which is also available in \code{attractorsToLaTeX()} and \code{sequenceToLaTeX()}.}
\item{Bugfix regarding negated temporal predicates in \code{simulateSymbolicModel()}.}
}
}
}
\section{Changes in version 2.0.2}{
\subsection{Modified functions}{
\itemize{
\item{Fixed undefined behaviour in \code{markovSimulation()}.}
}
}
}
\section{Changes in version 2.0.1}{
\subsection{Modified functions}{
\itemize{
\item{Fixed memory misalignment in \code{simulateSymbolicModel()}.}
\item{\code{loadSBML()} now accepts nodes that are constant, but have no initial value.}
}
}
}
\section{Changes in version 2.0}{
\subsection{New functions}{
\itemize{
\item{Support of temporal networks, and inclusion of a new simulator \code{simulateSymbolicModel()} to simulate these networks. Related functions include \code{truthTableToSymbolic()} and \code{symbolicToTruthTable()} to convert networks between the symbolic representation used by the new simulator and the truth table representation employed by the standard simulator.}
\item{New function \code{perturbTrajectories()} to assess the robustness of networks to noise in the states}.}
}
\subsection{Modified functions}{
\itemize{
\item{\code{loadNetwork()} can now load networks in a symbolic representation and with temporal extensions. \code{loadSBML()} and \code{loadBioTapestry()} can load symbolic networks without temporal extensions. }
\item{Most functions of the package have been adapted to work either with the symbolic representation or with the truth table representation of networks.}
\item{\code{plotSequence()} and \code{sequenceToLaTeX()} now visualize the attractor.}
\item{\code{reconstructNetwork()} now supports the specification of prior knowledge in form of required or excluded dependencies. Furthermore, it can now reconstruct networks from perturbation time series. By default, the function now returns incomplete functions with "don't care" values" instead of enumerating all possible functions.
}
\item{\code{generateTimeSeries()} can now generate artificial perturbation data with simulated knock-out or overexpression of genes.}
\item{\code{generateRandomNKNetwork()} can now be supplied with a user-defined generation function for the transition functions. Generation functions \code{generateCanalyzing()} and \code{generateNestedCanalyzing()} for canalyzing functions and nested canalyzing functions are included in the package.}
\item{\code{testNetworkProperties()} supports several new tests that perturb the network states instead of the networks themselves. These are available in the test functions \code{testAttractorRobustness()} and \code{testTransitionRobustness()}.
}
}
}
}
\section{Changes in version 1.63}{
\subsection{Modified functions}{
\itemize{
\item{Fixed issues preventing the use of \pkg{BoolNet} on Big Endian systems.}
\item{Eliminated some bad style code.}
\item{Fixed some valgrind notes.}
}
}
}
\section{Changes in version 1.62}{
\subsection{Modified functions}{
\itemize{
\item{Minor bugfixes in \code{loadNetwork()}.}
\item{Fixed undefined behaviour warnings for GCC 4.9.}
}
}
}
\section{Changes in version 1.61}{
\subsection{Modified functions}{
\itemize{
\item{Bugfixes in \code{plotAttractors()} and \code{plotSequence()}.}
\item{Fixed compatibility issues with R 3.0 alpha.}
}
}
}
\section{Changes in version 1.60}{
\subsection{New functions}{
\itemize{
\item{Support for SBML: \code{loadSBML()} and \code{toSBML()} import from and export to SBML documents with the \code{sbml-qual} extension package.}
\item{\code{saveNetwork()} stores networks in the \pkg{BoolNet} file format.}
}
}
\subsection{Modified functions}{
\itemize{
\item{The DNF generator employed by \code{generateRandomNKNetwork()} and \code{simplifyNetwork()} (as well as by the new functions \code{saveNetwork()} and \code{toSBML()}) now supports minimizing the canonical DNFs.}
}
}
}
\section{Changes in version 1.51}{
\subsection{Modified functions}{
\itemize{
\item{\pkg{BoolNet} now supports the modified interface of \pkg{igraph} 0.6 in all plotting functions, but is still compatible with older versions of \pkg{igraph}.}
\item{\code{loadNetwork()} supports comment lines in the network files.}
}
}
}
\section{Changes in version 1.50}{
\subsection{New functions}{
\itemize{
\item{\code{generateTimeSeries()} generates random state sequences from an existing network.}
\item{\code{plotSequence()} and \code{sequenceToLaTeX()} plot and export sequences of states similar to \code{plotAttractors()} and \code{attractorsToLaTeX()}.}
\item{\code{getAttractorSequence()} extracts the states of a single synchronous attractor from an attractor information structure as a data frame.}
\item{\code{generateState()} provides a simple way to specify network states using partial assignments.}
}
}
\subsection{Modified functions}{
\itemize{
\item{\code{getPathToAttractor()} has an additional parameter \code{includeAttractorStates} specifying which attractor states should be included in the path. The default behaviour has been changed to include all attractor states.}
\item{\code{generateRandomNKNetwork()} now supports the generation of networks using specific classes of functions. For this purpose, it has two new parameters \code{validationFunction} and \code{failureIterations}.}
\item{By default, \code{loadNetwork()} no longer changes gene names to lower case. If this behaviour is desired, it can be reactivated using the new \code{lowercaseGenes} parameter.}
\item{\code{stateTransition()} now names the state vector using the gene names.}
\item{\code{plotAttractors()} has a new parameter \code{drawLegend} to disable the legend.}
\item{The \code{randomChainLength} parameter of \code{getAttractors()} now defaults to 10000.}
\item{\code{getAttractors()}, \code{reconstructNetwork()} and \code{markovSimulation()} can now be interrupted by the user.}
}
}
}
|