Thread: [R-gregmisc-users] SF.net SVN: r-gregmisc: [942] trunk/PathwayModeling/thesispaper
Brought to you by:
warnes
From: <r_b...@us...> - 2006-03-20 11:41:23
|
Revision: 942 Author: r_burrows Date: 2006-03-20 03:41:09 -0800 (Mon, 20 Mar 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=942&view=rev Log Message: ----------- minor revisions Modified Paths: -------------- trunk/PathwayModeling/thesispaper/introduction.Snw trunk/PathwayModeling/thesispaper/paper.Snw trunk/PathwayModeling/thesispaper/results.Snw Modified: trunk/PathwayModeling/thesispaper/introduction.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/introduction.Snw 2006-03-20 01:13:55 UTC (rev 941) +++ trunk/PathwayModeling/thesispaper/introduction.Snw 2006-03-20 11:41:09 UTC (rev 942) @@ -12,7 +12,7 @@ altering the system behavior in beneficial ways. In order to gain some insight into the properties of biological -systems, we would like to prepare quantitative models of sequences of +systems, we would like to use quantitative models of sequences of reactions. Specifically, we would like to develop methods that can be used to deduce the kinetic parameters of the enzymes in a pathway. With this @@ -58,7 +58,7 @@ We will explore the utility of the the Bayesian approach using a simulation technique: First we will generate data for a model with -known parameters, and then we will fit this data using our Bayesian +known parameters, and then we will fit this data using Bayesian methods. The biochemical data is generated using Gillespie's stochastic simulation algorithm \cite{Gillespie77}. This algorithm is Modified: trunk/PathwayModeling/thesispaper/paper.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/paper.Snw 2006-03-20 01:13:55 UTC (rev 941) +++ trunk/PathwayModeling/thesispaper/paper.Snw 2006-03-20 11:41:09 UTC (rev 942) @@ -34,16 +34,16 @@ \address{University of Rhode Island, Kingston, RI} \begin{abstract} -The usefulness of Markov chain Monte Carlo methods for the modeling -of biochemical reactions is examined. With simulated data, it is -shown that mechanistic models can be fit to sequences of enzymatic +\textit{We have examined} the usefulness of \textit{Bayesian statistical methods} for the modeling +of biochemical reactions. With simulated data, it is +shown that mechanistic models can \textit{effectively} be fit to sequences of enzymatic reactions. These methods have the advantages of being relatively easy to use and producing probability distributions for the model -parameters rather than point estimates. +parameters rather than point estimates, \textit{allowing more informative statistical inferences to be drawn}. Three Markov chain Monte Carlo algorithms are used to fit models to data from a -sequence of 4 enzymatic reactions. The algorithms +sequence of 4 enzymatic reactions. These algorithms are evaluated with respect to the goodness-of-fit of the fitted models and the time to completion. It is shown that the algorithms produce essentially the same Modified: trunk/PathwayModeling/thesispaper/results.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/results.Snw 2006-03-20 01:13:55 UTC (rev 941) +++ trunk/PathwayModeling/thesispaper/results.Snw 2006-03-20 11:41:09 UTC (rev 942) @@ -9,16 +9,37 @@ algorithms were used for the simulations and they converged to similar distributions. -The marginal distributions for the parameters were mound-shaped. They +The marginal distributions for the parameters were mound-shaped +(Figure~\ref{densities}). They generally were skewed to the right and had thicker -tails than normal distributions as illustrated in -Figure~\ref{densities}. +tails than normal distributions. /textit{The modes of the distributions +turned out to be poor estimates of the maximum likelihood values for +the parameters. The maximum likelihood values were all larger than +the modes, and the difference increased as the position of the reaction +in the sequence increased. Correlated pairs of parameters +(e.g., $d_1$ --$d_2$ and $d_3$ --$d_4$, Figure~\ref{scatter}) were similar relative distances from their +modes. The significance of all this is not clear at this point.} -<<fig4,echo=F,eval=T>>=3 +<<fig4,echo=F,eval=F>>=3 +source("R/paperSSQ.R") +source("R/getModes.R") +source("R/do.optim.R") source("R/plotDensities.R") -source("R/getModes.R") output16 <- read.table("data/output16.AllComp.thinned") -modes <- getModes(output16) +input16 <- read.table("data/input16.dat", header=T) +attach(input16) +temp<-output16[sample(1:20000,5000),] +temp2<-numeric(5000) +for (i in 1:5000) temp2[i]<-paperSSQ(temp[i,]) +temp<-temp[order(temp2),] +write.table(temp[1:4750,],file="figures/tempDir/Dsamp.dat",row.names=F,col.names=F) +mcmcML <- as.numeric(temp[1,-10]) +write.table(mcmcML,file="figures/tempDir/mcmcML.dat",row.names=F,col.names=F) +modes<-getModes(output16) +temp<-do.optim(start=modes[-10],scail=modes[-10]) +temp<-do.optim(start=temp$par,scail=temp$par) +optimML<-temp$par +write.table(optimML,file="figures/tempDir/optimML.dat",row.names=F,col.names=F) SD <- numeric(9) for (i in 1:9) SD[i] <- sd(output16[,i]) pdf(file="figures/tempDir/densities.pdf",width=6,height=6) @@ -26,6 +47,7 @@ plotDensities(output16) dev.off() par(mfrow=c(1,1)) +detach(input16) @ \begin{figure} \centering @@ -34,13 +56,14 @@ the 5-reaction model generated with the all-components Metropolis algorithm and the 16-point dataset. The curves are normal densities with means equal to the medians of the distributions and variances equal to the variances of - the distributions.} + the distributions. \textit{Red vertical lines indicate the parameters values that + minimize the mean squared residuals.}} \label{densities} \end{figure} The effect of the number of data points on the parameter distributions can be seen in Figure~\ref{converged}. -<<fig5,echo=F,eval=T>>=4 +<<fig5,echo=F,eval=F>>=4 source("R/plotDensity.R") source("R/plotConverged.R") output12 <- read.table("data/output12.AllComp.thinned") @@ -55,7 +78,7 @@ \begin{figure} \centering \includegraphics[scale=0.9]{figures/tempDir/converged} - \caption{Parameter distributions as functions of the number of data + \caption{\textit{Posterior distributions from different numbers} of data points for the all-components algorithm. (---------) prior distribution; ({\color{red} - - - -}) 12 points; ({\color{green} $\cdots\cdots$}) 16 points; ({\color{blue} -- $\cdot$ -- $\cdot$ --}) 25 @@ -63,12 +86,17 @@ \label{converged} \end{figure} There is some narrowing of the distributions as the number of points -increases from 16 to 25 but it is not pronounced. +increases from 16 to 25 but it is not pronounced. \textit{Overall, the +reduction in width varied from 18-fold for $d_9$ and 9-fold for $d_1$ to +1.5-fold for $d_4$}. + Figure~\ref{scatter} is an example of a bivariate scatterplot of the distributions. There is correlation between some pairs of parameters, e.g., $d_1$ -- $d_2$, but no evidence of multi-modality. -<<fig6, echo=F,eval=T>>=5 +<<fig6, echo=F,eval=F>>=5 +source("R/paperPairs.R") +mcmcML <-scan("figures/tempDir/mcmcML.dat") output16 <- read.table("data/output16.AllComp.thinned") mcmc.cor <- function(x,y) { par(usr=c(0,1,0,1)) @@ -78,7 +106,7 @@ } pdf(file="figures/tempDir/scatterPlot.pdf",width=8,height=8) par(pch='.') -pairs(output16[sample(1:20000,2000),],labels=c('d1','d2','d3','d4','d5','d6','d7','d8','d9'),lower.panel=mcmc.cor) +paperPairs(output16[sample(1:20000,2000),-10],labels=c('d1','d2','d3','d4','d5','d6','d7','d8','d9'),lower.panel=mcmc.cor) dev.off() par(pch=1) @ @@ -99,25 +127,19 @@ is shown in Figure~\ref{fits}. Quantitative measures of the fits for all the algorithms are given in Table~\ref{MSq}. -<<fig7, echo=F, eval=T>>=6 +<<fig7, echo=F, eval=F>>=6 source("R/paperSSQ.R") source("R/getModes.R") source("R/do.optim.R") source("R/fitPaper.R") source("R/get95CI.R") source("R/plotVi.R") +mcmcML <-scan("figures/tempDir/mcmcML.dat") +optimML <-scan("figures/tempDir/optimML.dat") output16 <- read.table("data/output16.AllComp.thinned") input16 <- read.table("data/input16.dat",header=T) attach(input16) -temp<-output16[sample(1:20000,5000),] -temp2<-numeric(5000) -for (i in 1:5000) temp2[i]<-paperSSQ(temp[i,]) -temp<-temp[order(temp2),] -Dsamp<-as.matrix(temp[1:4750,]) -modes<-getModes(output16) -temp<-do.optim(start=modes[-10],scail=modes[-10]) -temp<-do.optim(start=temp$par,scail=temp$par) -paramsML<-temp +Dsamp <- as.matrix(read.table("figures/tempDir/Dsamp.dat")) pdf(file="figures/tempDir/V%dfitted.pdf",onefile=FALSE,width=10,height=5.5) plotVi(Dsamp,input16) dev.off() @@ -154,13 +176,17 @@ Rates of convergence are illustrated in Figure~\ref{SSQvsIter}. The mean sums of squared residuals (SSQ) are plotted vs. the number of -likelihood evaluations for the three algorithms. -For the 1-component Metropolis algorithm, one parameter is -updated for each evaluation of the likelihood method whereas the -all-component Metropolis and NKC algorithms update all the parameters -for each likelihood evaluation. +likelihood evaluations for the three algorithms. \textit{The relatively +long convergence time for the 1-component Metropolis algorithm is a result +of the high correlations between some of the parameters (Figure~\ref{scatter}). +With the 1-component Metropolis algorithm, one parameter is +updated for each evaluation of the likelihood method, i.e., the algorithm +searches the parameter space by moving parallel to the axes and thus +it can sample a density with a diagonal axis of symmetry very slowly. +This is not a problem with the all-component Metropolis and NKC +algorithms since they update all the parameters at each iteration}. -<<fig8, echo=F,eval=T>>=7 +<<fig8, echo=F,eval=F>>=7 source("R/getMSDvsEvals.R") source("R/plotMSD16.R") source('R/paperSSQ.R') @@ -172,7 +198,7 @@ file <- sub('#',as.character(i),'NKC.MSD.dat#') assign(file, read.table(paste("data/",file,sep=""))) } -pdf(file='figures/tempDir/MSR16.pdf',width=9,height=6) +pdf(file="figures/tempDir/MSR16.pdf",width=9,height=6) plotMSD16() dev.off() detach(input16) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <r_b...@us...> - 2006-03-20 17:29:25
|
Revision: 946 Author: r_burrows Date: 2006-03-20 09:29:20 -0800 (Mon, 20 Mar 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=946&view=rev Log Message: ----------- set eval=T for code chunks Modified Paths: -------------- trunk/PathwayModeling/thesispaper/methods.Snw trunk/PathwayModeling/thesispaper/results.Snw Modified: trunk/PathwayModeling/thesispaper/methods.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/methods.Snw 2006-03-20 17:10:18 UTC (rev 945) +++ trunk/PathwayModeling/thesispaper/methods.Snw 2006-03-20 17:29:20 UTC (rev 946) @@ -11,7 +11,7 @@ \cite{Gillespie77}. In this paper we present the results for a 5-reaction sequence that is sampled at 12, 16, or 25 time points with 3 replicates at each time point. -<<data, echo=F, eval=F>>=1 +<<data, echo=F, eval=T>>=1 # gillespie.out - output from the Gillespie simulation source('R/getPaperData.R') source('R/getPaperRates.R') @@ -59,7 +59,7 @@ the perturbation of $R1$ at $time = 20$ results in the time courses plotted in Figure~\ref{pulse}. -<<echo=F,eval=F>>=2 +<<echo=F,eval=T>>=2 source("R/pulse.R") rawdata <- read.table("data/rawdata.dat",header=T) attach(rawdata) Modified: trunk/PathwayModeling/thesispaper/results.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/results.Snw 2006-03-20 17:10:18 UTC (rev 945) +++ trunk/PathwayModeling/thesispaper/results.Snw 2006-03-20 17:29:20 UTC (rev 946) @@ -20,7 +20,7 @@ (e.g., $d_1$ --$d_2$ and $d_3$ --$d_4$, Figure~\ref{scatter}) were similar relative distances from their modes. The significance of all this is not clear at this point.} -<<fig4,echo=F,eval=F>>=3 +<<fig4,echo=F,eval=T>>=3 source("R/paperSSQ.R") source("R/getModes.R") source("R/do.optim.R") @@ -63,7 +63,7 @@ The effect of the number of data points on the parameter distributions can be seen in Figure~\ref{converged}. -<<fig5,echo=F,eval=F>>=4 +<<fig5,echo=F,eval=T>>=4 source("R/plotDensity.R") source("R/plotConverged.R") output12 <- read.table("data/output12.AllComp.thinned") @@ -94,7 +94,7 @@ distributions. There is correlation between some pairs of parameters, e.g., $d_1$ -- $d_2$, but no evidence of multi-modality. -<<fig6, echo=F,eval=F>>=5 +<<fig6, echo=F,eval=T>>=5 source("R/paperPairs.R") mcmcML <-scan("figures/tempDir/mcmcML.dat") output16 <- read.table("data/output16.AllComp.thinned") @@ -127,7 +127,7 @@ is shown in Figure~\ref{fits}. Quantitative measures of the fits for all the algorithms are given in Table~\ref{MSq}. -<<fig7, echo=F, eval=F>>=6 +<<fig7, echo=F, eval=T>>=6 source("R/paperSSQ.R") source("R/getModes.R") source("R/do.optim.R") @@ -186,7 +186,7 @@ This is not a problem with the all-component Metropolis and NKC algorithms since they update all the parameters at each iteration}. -<<fig8, echo=F,eval=F>>=7 +<<fig8, echo=F,eval=T>>=7 source("R/getMSDvsEvals.R") source("R/plotMSD16.R") source('R/paperSSQ.R') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <r_b...@us...> - 2006-03-25 14:41:22
|
Revision: 948 Author: r_burrows Date: 2006-03-25 06:41:09 -0800 (Sat, 25 Mar 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=948&view=rev Log Message: ----------- minor edits Modified Paths: -------------- trunk/PathwayModeling/thesispaper/discussion.Snw trunk/PathwayModeling/thesispaper/introduction.Snw trunk/PathwayModeling/thesispaper/methods.Snw trunk/PathwayModeling/thesispaper/results.Snw Modified: trunk/PathwayModeling/thesispaper/discussion.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/discussion.Snw 2006-03-20 17:31:46 UTC (rev 947) +++ trunk/PathwayModeling/thesispaper/discussion.Snw 2006-03-25 14:41:09 UTC (rev 948) @@ -9,11 +9,10 @@ these models can be difficult because the pathways are described by sets of reaction rate equations with overlapping sets of parameters. We have found that the MCMC algorithms handled this situation well, and produced -reasonable joint probability densities for the model parameters. In -addition to point estimates for the parameters, this output can be used +reasonable joint probability densities for the model parameters. +This output can be used for the estimation of confidence intervals for the parameters and the -detection of correlations and multimodality. This additional information -cannot be obtained with any other method in routine use. +detection of correlations and multimodality. Thus MCMC compares favorably with maximum likelyhood methods that produce point estimates of the parameters and nonlinear regression methods that find approximations of the parameters and their variances. The models used here have the form of the Hill function, $\frac{x^n}{\theta^n+x^n}$, with an exponent of 1. This form was chosen @@ -36,7 +35,7 @@ Normal Kernel Coupler, is more computationally intensive but it can sample from complex densities more efficiently than the other two algorithms. - All four algorithms produced very similar results but the execution times + All three algorithms produced very similar results but the execution times varied considerably depending on the size of the model and the algorithm. The all-component Metropolis and NKC algorithms converged fairly easily but the 1-component algorithm was quite slow. This is undoubtably due to @@ -53,7 +52,7 @@ also demonstrate the usefulness of MCMC simulation. The derived probability densities can be used to find good estimates for the parameters as well as reveal the correlations between the parameters. -The result is a well-fitted model with realistic confidence intervals. +The result is a well-fitted model with realistic confidence intervals (Figure~\ref{fitted}). It was of interest to see if the calculated parameter values could be used to infer values for the underlying rate constants by fitting a simple Modified: trunk/PathwayModeling/thesispaper/introduction.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/introduction.Snw 2006-03-20 17:31:46 UTC (rev 947) +++ trunk/PathwayModeling/thesispaper/introduction.Snw 2006-03-25 14:41:09 UTC (rev 948) @@ -5,20 +5,21 @@ \end{verbatim} We know a great deal about the individual components of living -organisms but much less about how the properties of these components -affect the systems of which they are a part. Our ignorance in this +organisms but much less about the properties of the systems + of which they are a part. Our ignorance in this regard prevents us from developing a deeper theoretical understanding of living systems and from developing more effective methods for altering the system behavior in beneficial ways. In order to gain some insight into the properties of biological -systems, we would like to use quantitative models of sequences of -reactions. +systems, we would like to use quantitative models that describe the processes at the molecular level. Specifically, we would like to develop methods that can be used to -deduce the kinetic parameters of the enzymes in a pathway. With this +deduce the kinetic parameters of enzyme-catalyzed reactions. With this information, it should be possible to identify the most effective control points in a pathway and modify the pathway behavior in -predictable ways. For example, there are thought to be four mechanisms +predictable ways. + +An example of how a model of a biochemical pathway could be used is in the elucidation of a mechanism for the pathology seen with diabetes. There are thought to be four mechanisms that explain hyperglycemic toxicity in diabetes \cite{Oates02,Brownlee01}. One mechanism is illustrated in Figure~\ref{glycolysis}. @@ -37,14 +38,13 @@ these conditions. The inhibition of this enzyme then increases the concentration of glyceraldehyde-3-phosphate (G3P) and dihydroxyacetone phosphate -(DHAP) which breaks down to form methylglyoxal. To test this +(DHAP) which breaks down to form methylglyoxal, an active aldehyde which readily reacts with and inactivates proteins. To test this hypothesis we need to be able to answer questions such as: Is the observed inhibition of this enzyme by 50\% sufficient to explain the observed increase in methylglyoxal concentration? If not, then what other mechanisms might be operative? What is the most effective way to modulate these reactions? -We address these questions by developing analytical methods that will allow us to characterize -the intact systems at the molecular level. +We address these questions by developing analytical methods that will allow us to characterize these types of biochemical systems at the molecular level. We will use a Bayesian modeling approach with fitting via Markov chain Monte Carlo (MCMC) simulation @@ -83,13 +83,6 @@ behavior of the pathway as a single system. The MCMC methods described here are very useful for analyzing this type of data. -The MCMC results are compared to -parameter estimates found by least squares fitting of the models to -the data. The modes of the MCMC parameter distributions are -essentially identical to the least squares parameter values, and this -is taken as evidence that the MCMC simulation is producing valid -estimates. - MCMC simulation was found to be a very useful method for fitting systems of equations to data. It is capable of fitting several equations simultaneously, and does not require an excessive number of Modified: trunk/PathwayModeling/thesispaper/methods.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/methods.Snw 2006-03-20 17:31:46 UTC (rev 947) +++ trunk/PathwayModeling/thesispaper/methods.Snw 2006-03-25 14:41:09 UTC (rev 948) @@ -11,7 +11,7 @@ \cite{Gillespie77}. In this paper we present the results for a 5-reaction sequence that is sampled at 12, 16, or 25 time points with 3 replicates at each time point. -<<data, echo=F, eval=T>>=1 +<<data, echo=F, eval=F>>=1 # gillespie.out - output from the Gillespie simulation source('R/getPaperData.R') source('R/getPaperRates.R') @@ -58,8 +58,7 @@ For the 5-reaction sequence of reactions the perturbation of $R1$ at $time = 20$ results in the time courses plotted in Figure~\ref{pulse}. - -<<echo=F,eval=T>>=2 +<<echo=F,eval=F>>=2 source("R/pulse.R") rawdata <- read.table("data/rawdata.dat",header=T) attach(rawdata) @@ -78,7 +77,6 @@ \end{figure} For each time point there are 5 values for the reactant concentrations and 5 values for the estimated reaction rates. - The data at each time point was generated by sampling 3 values for each reactant from a normal distribution centered on the Gillespie output and with a standard deviation of 50. Three sets of time @@ -222,16 +220,9 @@ The performance of a MCMC simulation \cite{Metropolis53,Hastings70} depends heavily on the method used to find candidate points to add to the Markov chain - [$q(\cdot |\cdot)$]. A - standard proposal distribution for the continuous problem is a - multivariate normal distribution. However, - the size of the space to be sampled grows exponentially with the - number of dimensions and if the joint density is multimodal, - finding all the modes can be a problem. For this reason proposal - distributions have been developed that result in more efficient - sampling than a simple one-component-at-a-time sampler. - - Three algorithms are implemented in the Hydra + [$q(\cdot |\cdot)$]. + For this reason different methods have been developed to increase the efficiency of sampling from the sample space. We have used + three algorithms from the Hydra library \cite{Hydra}: component-wise Metropolis, all-components Metropolis, and Normal Kernel Coupler \cite{Warnes00}. Modified: trunk/PathwayModeling/thesispaper/results.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/results.Snw 2006-03-20 17:31:46 UTC (rev 947) +++ trunk/PathwayModeling/thesispaper/results.Snw 2006-03-25 14:41:09 UTC (rev 948) @@ -12,15 +12,15 @@ The marginal distributions for the parameters were mound-shaped (Figure~\ref{densities}). They generally were skewed to the right and had thicker -tails than normal distributions. /textit{The modes of the distributions +tails than normal distributions. The modes of the distributions turned out to be poor estimates of the maximum likelihood values for the parameters. The maximum likelihood values were all larger than the modes, and the difference increased as the position of the reaction in the sequence increased. Correlated pairs of parameters (e.g., $d_1$ --$d_2$ and $d_3$ --$d_4$, Figure~\ref{scatter}) were similar relative distances from their -modes. The significance of all this is not clear at this point.} +modes. The significance of all this is not clear at this point. -<<fig4,echo=F,eval=T>>=3 +<<fig4,echo=F,eval=F>>=3 source("R/paperSSQ.R") source("R/getModes.R") source("R/do.optim.R") @@ -62,8 +62,7 @@ \end{figure} The effect of the number of data points on the parameter distributions can be seen in Figure~\ref{converged}. - -<<fig5,echo=F,eval=T>>=4 +<<fig5,echo=F,eval=F>>=4 source("R/plotDensity.R") source("R/plotConverged.R") output12 <- read.table("data/output12.AllComp.thinned") @@ -86,15 +85,14 @@ \label{converged} \end{figure} There is some narrowing of the distributions as the number of points -increases from 16 to 25 but it is not pronounced. \textit{Overall, the +increases from 16 to 25 but it is not pronounced. Overall, the reduction in width varied from 18-fold for $d_9$ and 9-fold for $d_1$ to -1.5-fold for $d_4$}. - +1.5-fold for $d_4$. Figure~\ref{scatter} is an example of a bivariate scatterplot of the distributions. There is correlation between some pairs of parameters, e.g., $d_1$ -- $d_2$, but no evidence of multi-modality. -<<fig6, echo=F,eval=T>>=5 +<<fig6, echo=F,eval=F>>=5 source("R/paperPairs.R") mcmcML <-scan("figures/tempDir/mcmcML.dat") output16 <- read.table("data/output16.AllComp.thinned") @@ -127,7 +125,7 @@ is shown in Figure~\ref{fits}. Quantitative measures of the fits for all the algorithms are given in Table~\ref{MSq}. -<<fig7, echo=F, eval=T>>=6 +<<fig7, echo=F, eval=F>>=6 source("R/paperSSQ.R") source("R/getModes.R") source("R/do.optim.R") @@ -147,12 +145,12 @@ @ \begin{figure} \centering - \subfloat[v2]{\includegraphics[scale=0.35]{figures/tempDir/V1fitted}} - \subfloat[v3]{\includegraphics[scale=0.35]{figures/tempDir/V2fitted}}\\ - \subfloat[v4]{\includegraphics[scale=0.35]{figures/tempDir/V3fitted}} - \subfloat[v5]{\includegraphics[scale=0.35]{figures/tempDir/V4fitted}} + \subfloat[v2]{\includegraphics[scale=0.33]{figures/tempDir/V1fitted}} + \subfloat[v3]{\includegraphics[scale=0.33]{figures/tempDir/V2fitted}}\\ + \subfloat[v4]{\includegraphics[scale=0.33]{figures/tempDir/V3fitted}} + \subfloat[v5]{\includegraphics[scale=0.33]{figures/tempDir/V4fitted}} \caption{Curves fit to the 16-point data with the all-components - algorithm} + algorithm. The green curves are drawn with the maximum likelihood estimates for the parameters found with the L-BFGS-B algorithm \cite{Byrd95} as implemented in the \textit{R optim()} function. } \label{fits} \end{figure} @@ -176,7 +174,7 @@ Rates of convergence are illustrated in Figure~\ref{SSQvsIter}. The mean sums of squared residuals (SSQ) are plotted vs. the number of -likelihood evaluations for the three algorithms. \textit{The relatively +likelihood evaluations for the three algorithms. The relatively long convergence time for the 1-component Metropolis algorithm is a result of the high correlations between some of the parameters (Figure~\ref{scatter}). With the 1-component Metropolis algorithm, one parameter is @@ -184,9 +182,9 @@ searches the parameter space by moving parallel to the axes and thus it can sample a density with a diagonal axis of symmetry very slowly. This is not a problem with the all-component Metropolis and NKC -algorithms since they update all the parameters at each iteration}. +algorithms since they update all the parameters at each iteration. -<<fig8, echo=F,eval=T>>=7 +<<fig8, echo=F,eval=F>>=7 source("R/getMSDvsEvals.R") source("R/plotMSD16.R") source('R/paperSSQ.R') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <r_b...@us...> - 2006-03-29 00:37:37
|
Revision: 950 Author: r_burrows Date: 2006-03-28 16:37:26 -0800 (Tue, 28 Mar 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=950&view=rev Log Message: ----------- incorporated Greg's edits Modified Paths: -------------- trunk/PathwayModeling/thesispaper/R/plotMSD16.R trunk/PathwayModeling/thesispaper/discussion.Snw trunk/PathwayModeling/thesispaper/introduction.Snw trunk/PathwayModeling/thesispaper/methods.Snw trunk/PathwayModeling/thesispaper/paper.Snw trunk/PathwayModeling/thesispaper/results.Snw Modified: trunk/PathwayModeling/thesispaper/R/plotMSD16.R =================================================================== --- trunk/PathwayModeling/thesispaper/R/plotMSD16.R 2006-03-25 14:42:14 UTC (rev 949) +++ trunk/PathwayModeling/thesispaper/R/plotMSD16.R 2006-03-29 00:37:26 UTC (rev 950) @@ -9,11 +9,14 @@ } temp3 <- temp3/10 ymax <- max(temp1[,2],temp2[,2],temp3[,2]) - plot(log10(temp1[,1]),temp1[,2],type='l',ylim=c(5000,ymax),xlim=c(0,7),xlab="log10(#evals)",ylab="mean squared residual") +# plot(log10(temp1[,1]),temp1[,2],type='l',ylim=c(5000,ymax),xlim=c(0,7),xlab="log10(#evals)",ylab="mean squared residual") + plot(temp1[,1],temp1[,2],type='l',log="x",ylim=c(5000,ymax),xlim=c(1,10^7),xlab="#evals",ylab="mean squared residual") par(new=T) - plot(log10(temp2[,1]),temp2[,2],type='l',ylim=c(5000,ymax),xlim=c(0,7),col=2,lty=2,xlab="",ylab="") +# plot(log10(temp2[,1]),temp2[,2],type='l',ylim=c(5000,ymax),xlim=c(0,7),col=2,lty=2,xlab="",ylab="") + plot(temp2[,1],temp2[,2],type='l',log="x",ylim=c(5000,ymax),xlim=c(1,10^7),col=2,lty=2,xlab="",ylab="") par(new=T) - plot(log10(temp3[,1]),temp3[,2],type='l',ylim=c(5000,ymax),xlim=c(0,7),col=3,lty=3,xlab="",ylab="") - legend(4.5,ymax,c("1-comp","all-comp","NKC"),lty=1:3,col=1:3) +# plot(log10(temp3[,1]),temp3[,2],type='l',ylim=c(5000,ymax),xlim=c(0,7),col=3,lty=3,xlab="",ylab="") + plot(temp3[,1],temp3[,2],type='l',log="x",ylim=c(5000,ymax),xlim=c(1,10^7),col=3,lty=3,xlab="",ylab="") + legend(10^4.5,ymax,c("1-comp","all-comp","NKC"),lty=1:3,col=1:3) } Modified: trunk/PathwayModeling/thesispaper/discussion.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/discussion.Snw 2006-03-25 14:42:14 UTC (rev 949) +++ trunk/PathwayModeling/thesispaper/discussion.Snw 2006-03-29 00:37:26 UTC (rev 950) @@ -6,9 +6,9 @@ We are interested in assessing the usefulness of Markov chain Monte Carlo (MCMC) methods for the fitting of models of metabolic pathways. Fitting -these models can be difficult because the pathways are described by sets +metabolic pathway models can be difficult because pathways are described by sets of reaction rate equations with overlapping sets of parameters. We have -found that the MCMC algorithms handled this situation well, and produced +found that the MCMC algorithms handle this situation well, and produce reasonable joint probability densities for the model parameters. This output can be used for the estimation of confidence intervals for the parameters and the @@ -37,32 +37,22 @@ All three algorithms produced very similar results but the execution times varied considerably depending on the size of the model and the algorithm. -The all-component Metropolis and NKC algorithms converged fairly easily -but the 1-component algorithm was quite slow. This is undoubtably due to +The all-component Metropolis and NKC algorithms converged quickly +but the 1-component algorithm was quite slow to converge. This is undoubtably due to the high correlations between some parameters which is evident in Figure~\ref{scatter}. The 1-component algorithm has trouble sampling from this density because it is restricted to movements parallel to the axes. This is less of a problem for the all-components and NKC algorithms since they can move diagonally. -The similarity of the results obtained with the different algorithms is -apparent from Table~\ref{MSq}. The mean squared residuals do not vary +Each of the algorithms produced essentially identical results. The mean squared residuals do not vary much, nor do the calculated values for $R_{adj}^2$. These last values are indicative of a useful fit of the models to the data. These results also demonstrate the usefulness of MCMC simulation. The derived probability densities can be used to find good estimates for the parameters as well as reveal the correlations between the parameters. -The result is a well-fitted model with realistic confidence intervals (Figure~\ref{fitted}). +The result is a well-fitted model with realistic confidence intervals (Figure~\ref{fits}). -It was of interest to see if the calculated parameter values could be used -to infer values for the underlying rate constants by fitting a simple -linear regression model. For this, expressions for the parameters as -polynomial functions of the rate constants were found by systematically -varying the rate constants according to a face-centered cubic experimental -design. It was found that the parameters are rather complex functions of -the rate constants, too complex to allow useful inferences concerning the -rate constants to be made given the parameter values using this method. - In this paper we have developed models of linear sequences of irreversible biochemical reactions and shown that several Markov chain methods can be used to generate useful fits of the models to simulated data. We also have Modified: trunk/PathwayModeling/thesispaper/introduction.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/introduction.Snw 2006-03-25 14:42:14 UTC (rev 949) +++ trunk/PathwayModeling/thesispaper/introduction.Snw 2006-03-29 00:37:26 UTC (rev 950) @@ -33,32 +33,31 @@ to be the result of reactions with glycolytic intermediates such as methylglyoxal. Nishikawa et al. \cite{Nishikawa00} have hypothesized that this is caused by the increased catabolism of glucose in diabetes -which leads to an increase of superoxide. Superoxide is known to inhibit the enzyme +which leads to an increase of superoxide anion ($O_2^-$). Superoxide is known to inhibit the enzyme glyceraldehyde-3-phosphate dehydrogenase (G3PDH) by about 50\% under these conditions. The inhibition of this enzyme then increases the concentration of glyceraldehyde-3-phosphate (G3P) and dihydroxyacetone phosphate (DHAP) which breaks down to form methylglyoxal, an active aldehyde which readily reacts with and inactivates proteins. To test this hypothesis we need to be able to answer -questions such as: Is the observed inhibition of this enzyme by 50\% sufficient +questions such as: Is the observed inhibition of glyceraldehyde-3-phosphate dehydrogenase by 50\% sufficient to explain the observed increase in methylglyoxal concentration? If not, then what other mechanisms might be operative? What is the most effective way to modulate these reactions? We address these questions by developing analytical methods that will allow us to characterize these types of biochemical systems at the molecular level. -We will use a Bayesian modeling approach with fitting via Markov chain -Monte Carlo (MCMC) simulation +We have used a Bayesian modeling approach with fitting via Markov chain +Monte Carlo (MCMC) methods \cite{Metropolis53,Gilks95} to estimate the kinetic parameters of the enzymes in -a metabolic pathway. With this method we can combine known information -about the pathway with newly-generated experimental data to produce +a metabolic pathway. With this approach we can combine known information +about the pathway with newly-generated experimental data to produce the joint -probability densities for all of the parameters. This joint +probability density of all of the parameters. This joint probability density can then be used to answer various questions about the behavior of the system. -We will explore the utility of the the Bayesian approach using a -simulation technique: First we will generate data for a model with -known parameters, and then we will fit this data using Bayesian +We have explored the utility of the the Bayesian approach using a +simulation technique: First we generated data for hypothetical sequences of enzymatic reactions, and then we fit models to this data using Bayesian methods. The biochemical data is generated using Gillespie's stochastic simulation algorithm \cite{Gillespie77}. This algorithm is @@ -75,13 +74,12 @@ systems. We simulate perturbation experiments. In these -experiments, the concentration of a reactant in a pathway is +experiments, the concentration of the first reactant in a pathway is transiently increased and the concentrations of all the reactants is monitored as they return to a steady state. This type of experiment is quite feasible with cultured animal cells or suspensions of microbial cells such as yeast, and it yields information on the -behavior of the pathway as a single system. The MCMC methods described -here are very useful for analyzing this type of data. +behavior of the pathway as a single system. MCMC simulation was found to be a very useful method for fitting systems of equations to data. It is capable of fitting several Modified: trunk/PathwayModeling/thesispaper/methods.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/methods.Snw 2006-03-25 14:42:14 UTC (rev 949) +++ trunk/PathwayModeling/thesispaper/methods.Snw 2006-03-29 00:37:26 UTC (rev 950) @@ -4,11 +4,9 @@ $Id$ \end{verbatim} - \subsection{The Data} + \subsection{The Pathway} - The data is generated with Gillespie's - algorithm for stochastic simulation of chemical reactions - \cite{Gillespie77}. In this paper we present the results for a + While we examined several pathway structures, in this paper we present the results for a 5-reaction sequence that is sampled at 12, 16, or 25 time points with 3 replicates at each time point. <<data, echo=F, eval=F>>=1 @@ -22,7 +20,7 @@ times16 <- c(16:19,20.5,21,seq(22,40,2)) # times25 <- c(16:19,20.5,21:40) # generating the MCMC input files, e.g., input16.dat -data <- getPaperData(rawdata,20,times16,npoints=3, varVector=c(50,70,60,40,40)) +data <- getPaperData(rawdata,20,times16,npoints=3, varVector=c(50,50,50,50,50)) rates <- getPaperRates(data,1:12,13:48) temp <- matrix(0,nrow=16,ncol=11) for (i in 1:16) temp[i,] <- (rates[3*i,]+rates[3*i-1,]+rates[3*i-2,])/3 @@ -43,18 +41,22 @@ R5 &\yields^{k_{14}}& sink \end{chemarray*} + \subsection{The Experiment} + To estimate the kinetic parameters of the enzymes in a sequence of reactions, we need to find expressions of the form \[ \text{reaction velocity} = f(\mathit{[substrate],[enzyme]}) \] - These expressions can be found by perturbing a reaction network + These expressions are found by perturbing a reaction network and observing the metabolite concentrations as the system relaxes - back to a steady state. The metabolite concentrations are - measured, and the velocities are calculated as the - slopes of the curves of metabolite concentration as functions of + back to a steady state. Specifically, the Gillespie simulation was run with the initial values for the reactant concentrations until a steady state was achieved. The steady state appeared to have been reached by \textit{time} = 15. At \textit{time} = 20 the concentration of $R1$ was increased to 10000. At the indicated time points the metabolite concentrations are + measured, and each reaction velocity is calculated as the + slope of the curve of metabolite concentration as a function of time. + \subsection{The data} + For the 5-reaction sequence of reactions the perturbation of $R1$ at $time = 20$ results in the time courses plotted in Figure~\ref{pulse}. @@ -79,12 +81,12 @@ concentrations and 5 values for the estimated reaction rates. The data at each time point was generated by sampling 3 values for each reactant from a normal distribution centered on the Gillespie - output and with a standard deviation of 50. Three sets of time + output and with a standard deviation of 50, i.e., the measurement error is 50. Three sets of time points containing 12,16, and 25 points were used. The reaction velocities were estimated with the \textit{smooth.spline()} function in \textit{R}~\cite{R}. - \subsection{Biochemical Models} + \subsection{The Biochemical Model} Individual reactions were fit using the Michaelis-Menten equation \cite{Michaelis13} for individual enzymes. This is a @@ -183,10 +185,9 @@ \] where the $\mu_i$ are the estimates of the parameter values before any data are collected. With this distribution, the $d_i$s will - have a mode of $\mu_i$ and large values will be unlikely. In this situation, $\mu_i \equiv 50$ for + have a mode of $\mu_i$ and large values will be unlikely. For this situation, we selected $\mu_i \equiv 50$ for the rate constants and $\sigma \equiv 2$ for the data standard - deviation seem appropriate, and are used in the - priors. + deviation. The likelihood is the probability of the estimated reaction velocities $v_j$ given the model. @@ -217,7 +218,7 @@ \subsubsection{MCMC sampling algorithms} - The performance of a MCMC simulation + The efficiency of a MCMC simulation \cite{Metropolis53,Hastings70} depends heavily on the method used to find candidate points to add to the Markov chain [$q(\cdot |\cdot)$]. @@ -230,7 +231,7 @@ The component-wise Metropolis and the all-components Metropolis algorithms both operate on single Markov chains. The component-wise algorithm (Figure~\ref{1comp}) generates candidate points by - changing the value of only one component (dimension) of the current point at + changing the value of only one component (dimension) of the current state at each iteration by sampling from a univariate normal distribution centered at the current point. The all-components algorithm (Figure~\ref{allComp}) changes all the components @@ -257,7 +258,7 @@ The component-wise Metropolis algorithm has the advantage of simplicity but may move very slowly if the components are highly correlated. The all-components Metropolis avoids the problems with - correlation by using a covariance matrix and updating two or more + correlation, if an appropriate covariance matrix is supplied, by updating all components simultaneously but may perform poorly in high dimensions. A problem with both of these algorithms is that if the component distributions have two or more modes @@ -268,7 +269,7 @@ The Normal Kernel Coupler (NKC) algorithm operates on multiple chains, so that there are several ``current'' states. The NKC uses a normal kernel density estimate as the proposal distribution for choosing candidate - states. The kernel density estimate is generated using the entire set of + states. The estimate is generated using the entire set of current points. Since the algorithm uses the entire set of current points it can move over areas of low probability in the parameter space, especially if the user takes @@ -277,10 +278,10 @@ \section{Convergence} The MCMC simulations are run until the Markov chains have reached - stable distributions as assessed by \textit{mcgibbsit()} + stable distributions as assessed by the \textit{mcgibbsit()} algorithm \cite{Warnes00}. \textit{mcgibbsit()} calculates the number of iterations necessary to estimate a user-specfied quantile $q$ to within $\pm r$ with probability $s$, i.e., \textit{mcgibbsit()} indicates when the MCMC sampler has run long enough to provide good confidence interval estimates. The defaults, which are used - in this paper, are $q=0.025$, $r=0.0125$, and $s=0.95$. + in this paper, are $q=0.025$, $r=0.0125$, and $s=0.95$. These values generate estimates of the 2.5\% and 97.5\% quantiles to $\pm$ 0.0125 quantiles with probability 0.95. Modified: trunk/PathwayModeling/thesispaper/paper.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/paper.Snw 2006-03-25 14:42:14 UTC (rev 949) +++ trunk/PathwayModeling/thesispaper/paper.Snw 2006-03-29 00:37:26 UTC (rev 950) @@ -34,16 +34,16 @@ \address{University of Rhode Island, Kingston, RI} \begin{abstract} -\textit{We have examined} the usefulness of \textit{Bayesian statistical methods} for the modeling +We have examined the usefulness of Bayesian statistical methods for the modeling of biochemical reactions. With simulated data, it is -shown that mechanistic models can \textit{effectively} be fit to sequences of enzymatic -reactions. These methods have the advantages of being relatively easy +shown that these methods can effectively fit mechanistic models of sequences of enzymatic +reactions to experimental data. These methods have the advantages of being relatively easy to use and producing probability distributions for the model -parameters rather than point estimates, \textit{allowing more informative statistical inferences to be drawn}. +parameters rather than point estimates, allowing more informative inferences to be drawn. Three Markov chain Monte Carlo algorithms are used to fit models to data from a -sequence of 4 enzymatic reactions. These algorithms +sequence of 4 enzymatic reactions. The algorithms are evaluated with respect to the goodness-of-fit of the fitted models and the time to completion. It is shown that the algorithms produce essentially the same Modified: trunk/PathwayModeling/thesispaper/results.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/results.Snw 2006-03-25 14:42:14 UTC (rev 949) +++ trunk/PathwayModeling/thesispaper/results.Snw 2006-03-29 00:37:26 UTC (rev 950) @@ -4,21 +4,10 @@ $Id$ \end{verbatim} -The joint probability density for the parameters of a model of a -metabolic pathway has been estimated using MCMC simulation. Three -algorithms were used for the simulations and they converged to similar -distributions. - +All three algorithms converged to similar distributions and produced essentially the same metabolic pathway model. The marginal distributions for the parameters were mound-shaped -(Figure~\ref{densities}). They -generally were skewed to the right and had thicker -tails than normal distributions. The modes of the distributions -turned out to be poor estimates of the maximum likelihood values for -the parameters. The maximum likelihood values were all larger than -the modes, and the difference increased as the position of the reaction -in the sequence increased. Correlated pairs of parameters -(e.g., $d_1$ --$d_2$ and $d_3$ --$d_4$, Figure~\ref{scatter}) were similar relative distances from their -modes. The significance of all this is not clear at this point. +(Figure~\ref{densities}), were skewed to the right and had thicker +tails than normal distributions. <<fig4,echo=F,eval=F>>=3 source("R/paperSSQ.R") @@ -84,7 +73,7 @@ points} \label{converged} \end{figure} -There is some narrowing of the distributions as the number of points +We see some improved precision as the number of points increases from 16 to 25 but it is not pronounced. Overall, the reduction in width varied from 18-fold for $d_9$ and 9-fold for $d_1$ to 1.5-fold for $d_4$. @@ -114,11 +103,11 @@ \caption[Bivariate scatter plots of the parameter distributions]{Bivariate scatter plots of the parameter distributions for the 5-reaction model found with the all-components Metropolis algorithm (upper triangle); correlation coefficients (lower - triangle).} + triangle). The red lines indicate the maximum likelihood estimates of the parameters.} \label{scatter} \end{figure} -The usefulness of the probability density for inference was assessed +The value of the probability density for inference was assessed graphically. The probability density was used to find the maximum likelihood estimate for the model parameters and the 95\% confidence intervals. The fits of the resulting models to the 16-point data set @@ -203,12 +192,7 @@ @ \begin{figure} \centering -% \subfloat[12 points]{ -% \includegraphics[scale=0.5]{figures/MSR12}} -% \subfloat[16 points]{ \includegraphics[scale=0.5]{figures/tempDir/MSR16} -% \subfloat[25 points]{ -% \includegraphics[scale=0.5]{figures/MSR25}} \caption[Mean squared residuals vs. number of likelihood evaluations]{Mean squared residuals vs. number of likelihood evaluations for the 5-reaction model} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <r_b...@us...> - 2006-04-03 15:34:25
|
Revision: 952 Author: r_burrows Date: 2006-04-03 08:34:00 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=952&view=rev Log Message: ----------- moved figures, tables to separate pages Modified Paths: -------------- trunk/PathwayModeling/thesispaper/introduction.Snw trunk/PathwayModeling/thesispaper/methods.Snw trunk/PathwayModeling/thesispaper/paper.Snw trunk/PathwayModeling/thesispaper/results.Snw Modified: trunk/PathwayModeling/thesispaper/introduction.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/introduction.Snw 2006-03-29 00:44:36 UTC (rev 951) +++ trunk/PathwayModeling/thesispaper/introduction.Snw 2006-04-03 15:34:00 UTC (rev 952) @@ -23,12 +23,6 @@ that explain hyperglycemic toxicity in diabetes \cite{Oates02,Brownlee01}. One mechanism is illustrated in Figure~\ref{glycolysis}. -\begin{figure} - \centering - \includegraphics[scale=0.9]{figures/glycolysis} - \caption{Production of methylglyoxal in hyperglycemia} - \label{glycolysis} -\end{figure} Some of the damage to tissue components seen in diabetes is thought to be the result of reactions with glycolytic intermediates such as methylglyoxal. Nishikawa et al. \cite{Nishikawa00} have Modified: trunk/PathwayModeling/thesispaper/methods.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/methods.Snw 2006-03-29 00:44:36 UTC (rev 951) +++ trunk/PathwayModeling/thesispaper/methods.Snw 2006-04-03 15:34:00 UTC (rev 952) @@ -16,10 +16,8 @@ # trim the Gillespie output rawdata <- read.table('data/gillespie.out',header=T)[2528:7160,] # sampling times: -# times12 <- c(16:19,20.5,21,seq(24,39,3)) times16 <- c(16:19,20.5,21,seq(22,40,2)) -# times25 <- c(16:19,20.5,21:40) -# generating the MCMC input files, e.g., input16.dat +# generating the MCMC input file input16.dat data <- getPaperData(rawdata,20,times16,npoints=3, varVector=c(50,50,50,50,50)) rates <- getPaperRates(data,1:12,13:48) temp <- matrix(0,nrow=16,ncol=11) @@ -60,23 +58,6 @@ For the 5-reaction sequence of reactions the perturbation of $R1$ at $time = 20$ results in the time courses plotted in Figure~\ref{pulse}. -<<echo=F,eval=F>>=2 -source("R/pulse.R") -rawdata <- read.table("data/rawdata.dat",header=T) -attach(rawdata) -pdf(file="figures/tempDir/pulse.pdf",width=9,height=5) -pulse() -dev.off() -detach(rawdata) -@ - \begin{figure} - \centering - \includegraphics[scale=0.5]{figures/tempDir/pulse} - \caption[Reactant concentrations following a pulse of R1]{Reactant concentrations following a pulse of R1 at - $time=20$ for the sequence of reactions $R1\rightarrow - R2\rightarrow R3\rightarrow R4\rightarrow R5\rightarrow sink$.} - \label{pulse} - \end{figure} For each time point there are 5 values for the reactant concentrations and 5 values for the estimated reaction rates. The data at each time point was generated by sampling 3 values for @@ -141,32 +122,6 @@ \deriv{R5}{t} &= v_5 = \frac{d_7R4}{d_8 + R4} - d_9R5 \end{align*} -\begin{table} - \begin{center} - \caption{Rate constants used in the Gillespie simulator} - \begin{tabular}{c|r} - rate constant & value \\ - \hline - $k_1$ & 1.600 \\ - $k_2$ & 0.540 \\ - $k_3$ & 19.500 \\ - $k_4$ & 2.125 \\ - $k_5$ & 0.190 \\ - $k_6$ & 8.460 \\ - $k_7$ & 2.077 \\ - $k_8$ & 0.090 \\ - $k_9$ & 4.560 \\ - $k_{10}$ & 1.400 \\ - $k_{11}$ & 0.106 \\ - $k_{12}$ & 3.670 \\ - $k_{13}$ & 1.640 \\ - $k_{14}$ & 0.400 \\ - \hline - \end{tabular} - \label{ki} - \end{center} -\end{table} - \subsection{Statistical Models} The statistical model of the parameters is @@ -237,24 +192,6 @@ The all-components algorithm (Figure~\ref{allComp}) changes all the components simultaneously by sampling from a multivariate normal distribution centered at the current point. - \begin{figure} - \centering - \subfloat[1-component]{\includegraphics[scale=0.50]{figures/1comp} - \label{1comp}} - \qquad - \subfloat[all-components]{\includegraphics[scale=0.50]{figures/allcomp} - \label{allComp}} - \qquad - \subfloat[NKC]{\includegraphics[scale=0.50]{figures/nkc}\label{nkc}} - \caption[Movement of Markov chains with the - Metropolis algorithms]{Movement of Markov chains with the component-wise and - all-components Metropolis algorithms. Movement in a - 2-dimensional space is illustrated, so each point has 2 - components. The dotted lines are contours of equal probability - density for the proposal distributions and the dashed lines are - probabilty contours of the target distribution.} - \label{1comp_vs_all} - \end{figure} The component-wise Metropolis algorithm has the advantage of simplicity but may move very slowly if the components are highly correlated. The all-components Metropolis avoids the problems with Modified: trunk/PathwayModeling/thesispaper/paper.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/paper.Snw 2006-03-29 00:44:36 UTC (rev 951) +++ trunk/PathwayModeling/thesispaper/paper.Snw 2006-04-03 15:34:00 UTC (rev 952) @@ -1,5 +1,5 @@ -\documentclass{elsart} -% \documentclass[doublespacing]{elsart} +% \documentclass{elsart} +\documentclass[doublespacing]{elsart} \usepackage{graphicx} \usepackage[nogin]{Sweave} \usepackage[numbers]{natbib} \bibliographystyle{plainnat} @@ -26,7 +26,8 @@ \begin{frontmatter} \title{Statistical Modeling of Biochemical Pathways} -\author{Robert B. Burrows} +% \author{Robert B. Burrows}\footnote{corresponding author:\\Robert Burrows\\1506 Chopmist Hill Road\\North Scituate, RI 02857\\401-647-5290\\rb...@ne...} +\author{Robert B. Burrows}\footnote{corresponding author:\\Robert Burrows\\[-4mm]1506 Chopmist Hill Road\\[-4mm]North Scituate, RI 02857\\[-4mm]401-647-5290\\[-4mm]rb...@ne...} \address{New England Biometrics, North Scituate, RI} \author{Gregory R. Warnes} \address{Pfizer, Inc., Groton, CT} @@ -62,4 +63,42 @@ \bibliography{./refs} +\SweaveInput{table1} + +\clearpage + +\SweaveInput{table2} + +\clearpage + +\SweaveInput{figure1} + +\clearpage + +\SweaveInput{figure2} + +\clearpage + +\SweaveInput{figure3} + +\clearpage + +\SweaveInput{figure4} + +\clearpage + +\SweaveInput{figure5} + +\clearpage + +\SweaveInput{figure6} + +\clearpage + +\SweaveInput{figure7} + +\clearpage + +\SweaveInput{figure8} + \end{document} Modified: trunk/PathwayModeling/thesispaper/results.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/results.Snw 2006-03-29 00:44:36 UTC (rev 951) +++ trunk/PathwayModeling/thesispaper/results.Snw 2006-04-03 15:34:00 UTC (rev 952) @@ -9,70 +9,8 @@ (Figure~\ref{densities}), were skewed to the right and had thicker tails than normal distributions. -<<fig4,echo=F,eval=F>>=3 -source("R/paperSSQ.R") -source("R/getModes.R") -source("R/do.optim.R") -source("R/plotDensities.R") -output16 <- read.table("data/output16.AllComp.thinned") -input16 <- read.table("data/input16.dat", header=T) -attach(input16) -temp<-output16[sample(1:20000,5000),] -temp2<-numeric(5000) -for (i in 1:5000) temp2[i]<-paperSSQ(temp[i,]) -temp<-temp[order(temp2),] -write.table(temp[1:4750,],file="figures/tempDir/Dsamp.dat",row.names=F,col.names=F) -mcmcML <- as.numeric(temp[1,-10]) -write.table(mcmcML,file="figures/tempDir/mcmcML.dat",row.names=F,col.names=F) -modes<-getModes(output16) -temp<-do.optim(start=modes[-10],scail=modes[-10]) -temp<-do.optim(start=temp$par,scail=temp$par) -optimML<-temp$par -write.table(optimML,file="figures/tempDir/optimML.dat",row.names=F,col.names=F) -SD <- numeric(9) -for (i in 1:9) SD[i] <- sd(output16[,i]) -pdf(file="figures/tempDir/densities.pdf",width=6,height=6) -par(mfrow=c(3,3)) -plotDensities(output16) -dev.off() -par(mfrow=c(1,1)) -detach(input16) -@ -\begin{figure} - \centering - \includegraphics[scale=0.8]{figures/tempDir/densities} - \caption[Histograms of the marginal probability distributions]{Histograms of the marginal probability distributions for - the 5-reaction model generated with the all-components Metropolis - algorithm and the 16-point dataset. The curves are normal densities with means equal to the - medians of the distributions and variances equal to the variances of - the distributions. \textit{Red vertical lines indicate the parameters values that - minimize the mean squared residuals.}} - \label{densities} -\end{figure} The effect of the number of data points on the parameter distributions can be seen in Figure~\ref{converged}. -<<fig5,echo=F,eval=F>>=4 -source("R/plotDensity.R") -source("R/plotConverged.R") -output12 <- read.table("data/output12.AllComp.thinned") -output16 <- read.table("data/output16.AllComp.thinned") -output25 <- read.table("data/output25.AllComp.thinned") -pdf(file="figures/tempDir/converged.pdf",width=6,height=6) -par(mfrow=c(3,3)) -plotConverged() -dev.off() -par(mfrow=c(1,1)) -@ -\begin{figure} - \centering - \includegraphics[scale=0.9]{figures/tempDir/converged} - \caption{\textit{Posterior distributions from different numbers} of data - points for the all-components algorithm. (---------) prior - distribution; ({\color{red} - - - -}) 12 points; ({\color{green} - $\cdots\cdots$}) 16 points; ({\color{blue} -- $\cdot$ -- $\cdot$ --}) 25 - points} - \label{converged} -\end{figure} We see some improved precision as the number of points increases from 16 to 25 but it is not pronounced. Overall, the reduction in width varied from 18-fold for $d_9$ and 9-fold for $d_1$ to @@ -81,32 +19,6 @@ distributions. There is correlation between some pairs of parameters, e.g., $d_1$ -- $d_2$, but no evidence of multi-modality. -<<fig6, echo=F,eval=F>>=5 -source("R/paperPairs.R") -mcmcML <-scan("figures/tempDir/mcmcML.dat") -output16 <- read.table("data/output16.AllComp.thinned") -mcmc.cor <- function(x,y) { - par(usr=c(0,1,0,1)) - r <- cor(x,y) - txt <- format(r,digits=2) - text(0.5,0.5,txt,cex=1.4) - } -pdf(file="figures/tempDir/scatterPlot.pdf",width=8,height=8) -par(pch='.') -paperPairs(output16[sample(1:20000,2000),-10],labels=c('d1','d2','d3','d4','d5','d6','d7','d8','d9'),lower.panel=mcmc.cor) -dev.off() -par(pch=1) -@ -\begin{figure} - \centering - \includegraphics[scale=0.6]{figures/tempDir/scatterPlot} - \caption[Bivariate scatter plots of the parameter distributions]{Bivariate scatter plots of the parameter distributions for - the 5-reaction model found with the all-components Metropolis - algorithm (upper triangle); correlation coefficients (lower - triangle). The red lines indicate the maximum likelihood estimates of the parameters.} - \label{scatter} -\end{figure} - The value of the probability density for inference was assessed graphically. The probability density was used to find the maximum likelihood estimate for the model parameters and the 95\% confidence @@ -114,53 +26,6 @@ is shown in Figure~\ref{fits}. Quantitative measures of the fits for all the algorithms are given in Table~\ref{MSq}. -<<fig7, echo=F, eval=F>>=6 -source("R/paperSSQ.R") -source("R/getModes.R") -source("R/do.optim.R") -source("R/fitPaper.R") -source("R/get95CI.R") -source("R/plotVi.R") -mcmcML <-scan("figures/tempDir/mcmcML.dat") -optimML <-scan("figures/tempDir/optimML.dat") -output16 <- read.table("data/output16.AllComp.thinned") -input16 <- read.table("data/input16.dat",header=T) -attach(input16) -Dsamp <- as.matrix(read.table("figures/tempDir/Dsamp.dat")) -pdf(file="figures/tempDir/V%dfitted.pdf",onefile=FALSE,width=10,height=5.5) -plotVi(Dsamp,input16) -dev.off() -detach(input16) -@ -\begin{figure} - \centering - \subfloat[v2]{\includegraphics[scale=0.33]{figures/tempDir/V1fitted}} - \subfloat[v3]{\includegraphics[scale=0.33]{figures/tempDir/V2fitted}}\\ - \subfloat[v4]{\includegraphics[scale=0.33]{figures/tempDir/V3fitted}} - \subfloat[v5]{\includegraphics[scale=0.33]{figures/tempDir/V4fitted}} - \caption{Curves fit to the 16-point data with the all-components - algorithm. The green curves are drawn with the maximum likelihood estimates for the parameters found with the L-BFGS-B algorithm \cite{Byrd95} as implemented in the \textit{R optim()} function. } - \label{fits} -\end{figure} - -\begin{table}[h] - \begin{center} - \caption{Mean squared residuals} - \begin{tabular}{c||c|c|c||c|c|c} - & - \multicolumn{3}{c||}{mean residual SSQ $\times 10^{-4}$} & \multicolumn{3}{c}{$R_{adj}^2$}\\ - \cline{2-7} - algorithm & 12 pt. & 16 pt. & 25 pt. & - 12 pt. & 16 pt. & 25 pt.\\ - \hline - 1-comp & 1.34 & 0.83 & 1.06 & 0.87 & 0.92 & 0.86\\ - all-comp & 0.74 & 0.93 & 0.74 & 0.93 & 0.90 & 0.90 \\ - NKC & 0.86 & 0.73 & 0.71 & 0.92 & 0.92 & 0.91 - \end{tabular} - \label{MSq} - \end{center} -\end{table} - Rates of convergence are illustrated in Figure~\ref{SSQvsIter}. The mean sums of squared residuals (SSQ) are plotted vs. the number of likelihood evaluations for the three algorithms. The relatively @@ -173,31 +38,6 @@ This is not a problem with the all-component Metropolis and NKC algorithms since they update all the parameters at each iteration. -<<fig8, echo=F,eval=F>>=7 -source("R/getMSDvsEvals.R") -source("R/plotMSD16.R") -source('R/paperSSQ.R') -input16 <- read.table('data/input16.dat',header=T) -attach(input16) -OneComp.MSD.dat <- read.table("data/1comp.MSD.dat") -AllComp.MSD.dat <- read.table("data/AllComp.MSD.dat") -for (i in 1:10) { -file <- sub('#',as.character(i),'NKC.MSD.dat#') -assign(file, read.table(paste("data/",file,sep=""))) -} -pdf(file="figures/tempDir/MSR16.pdf",width=9,height=6) -plotMSD16() -dev.off() -detach(input16) -@ -\begin{figure} - \centering - \includegraphics[scale=0.5]{figures/tempDir/MSR16} - \caption[Mean squared residuals vs. number of likelihood - evaluations]{Mean squared residuals vs. number of likelihood - evaluations for the 5-reaction model} - \label{SSQvsIter} -\end{figure} The actual convergence times on a 3.2GHz P4 machine with 1GB of memory are 1--2 hours for the 1-component algorithm and about 1 minute for the all-components and Normal Kernel Coupler algorithms. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-04-17 16:35:13
|
Revision: 1091 http://svn.sourceforge.net/r-gregmisc/?rev=1091&view=rev Author: warnes Date: 2007-04-17 09:34:50 -0700 (Tue, 17 Apr 2007) Log Message: ----------- Add acknowledgement for Robert Modified Paths: -------------- trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R trunk/PathwayModeling/thesispaper/bibliography.Snw trunk/PathwayModeling/thesispaper/figure5.Snw trunk/PathwayModeling/thesispaper/paper.Snw trunk/PathwayModeling/thesispaper/paper.pdf Added Paths: ----------- trunk/PathwayModeling/thesispaper/acknowledgment.Snw Modified: trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R =================================================================== --- trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R 2007-04-17 15:00:06 UTC (rev 1090) +++ trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R 2007-04-17 16:34:50 UTC (rev 1091) @@ -1,7 +1,8 @@ `plotConverged_nocolor` <- function() { oldpar <- par(no.readonly=TRUE) - par(mfrow=c(1,3)) + #par(mfrow=c(1,3)) + par(mfrow=c(3,1)) par(mar=c(4, 3, 0.75, 0.75) + 0.1) maxY <- 0.0012 Added: trunk/PathwayModeling/thesispaper/acknowledgment.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/acknowledgment.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/acknowledgment.Snw 2007-04-17 16:34:50 UTC (rev 1091) @@ -0,0 +1,28 @@ + +\section{Acknowledgment} + +Robert "Bing" Burroughs, Ph.D., who was primarily responsible for the +writing of, and work described by, this manuscript passed away +unexpectedly on December 27, 2006. Both of the co-authors are glad to +have shared a very pleasant and collegial relationship with Dr. +Burrows and are sad to see him go. We are, however, gratified that +\emph{IET Systems Biology} has elected to publish Dr. Burrows' +manuscript posthumously. With his passing, one of the co-authors, Dr. +Warnes, has committed to actively continuing his research into +modeling the biochemistry of diabetic complications. We cite a +portion of Dr. Burrows obituary: + +\begin{quote} + BURROWS, ROBERT BERNARD, II, 63, of North Scituate, died Wednesday, + December 27, 2006. He was a long time resident of Lexington, MA + before moving to Rhode Island in 2001. After graduating from + Lexington High School, Dr. Burrows earned his Bachelor of Arts from + Northeastern University, a Ph.D. in Biochemistry from the + Massachusetts Institute of Technology, and a Master of Science in + Statistics from the University of Rhode Island. He was a + self-employed Research Biochemist and previously worked for the + Boston Biomedical Research Institute. He leaves his sister Ellen + Conner and her husband Donald of Coventry, his dearest friend Sally + Glanz of North Scituate and many cousins. \cite{projo} +\end{quote} + Modified: trunk/PathwayModeling/thesispaper/bibliography.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/bibliography.Snw 2007-04-17 15:00:06 UTC (rev 1090) +++ trunk/PathwayModeling/thesispaper/bibliography.Snw 2007-04-17 16:34:50 UTC (rev 1091) @@ -58,4 +58,7 @@ Byrd, R.H., Lu, P., Nocedal, J., and Zhu, C., 1995, A limited memory algorithm for bound constrained optimization, \emph{SIAM J. Sci. Comput.}, \textbf{16}, 1190--1208. + \bibitem{projo}%16 + OBITUARIES-SCITUATE-BURROWS. \emph{The Providence Journal/Evening + Bulletin} 2006 Dec. 31; Sec. B5 \end{thebibliography} Modified: trunk/PathwayModeling/thesispaper/figure5.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure5.Snw 2007-04-17 15:00:06 UTC (rev 1090) +++ trunk/PathwayModeling/thesispaper/figure5.Snw 2007-04-17 16:34:50 UTC (rev 1091) @@ -9,13 +9,13 @@ # pdf(file="figures/tempDir/converged.pdf",width=6,height=6) # postscript(file="figures/tempDir/converged.eps",width=6,height=6) -pdf(file="figures/tempDir/converged_nocolor.pdf",width=6,height=2) +pdf(file="figures/tempDir/converged_nocolor.pdf",width=6,height=6) # plotConverged() plotConverged_nocolor() N <- dev.off() -postscript(file="figures/tempDir/converged_nocolor.eps",width=3*6,height=3*2) +postscript(file="figures/tempDir/converged_nocolor.eps",width=6,height=6) # plotConverged() plotConverged_nocolor() N <- dev.off() Modified: trunk/PathwayModeling/thesispaper/paper.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/paper.Snw 2007-04-17 15:00:06 UTC (rev 1090) +++ trunk/PathwayModeling/thesispaper/paper.Snw 2007-04-17 16:34:50 UTC (rev 1091) @@ -79,6 +79,8 @@ \SweaveInput{discussion} +\SweaveInput{acknowledgment} + %\bibliography{./refs} \SweaveInput{bibliography} Modified: trunk/PathwayModeling/thesispaper/paper.pdf =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-06-27 18:34:26
|
Revision: 1098 http://svn.sourceforge.net/r-gregmisc/?rev=1098&view=rev Author: warnes Date: 2007-06-27 11:34:24 -0700 (Wed, 27 Jun 2007) Log Message: ----------- Remove duplicated word Modified Paths: -------------- trunk/PathwayModeling/thesispaper/methods.Snw trunk/PathwayModeling/thesispaper/paper.pdf Modified: trunk/PathwayModeling/thesispaper/methods.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/methods.Snw 2007-06-06 10:24:15 UTC (rev 1097) +++ trunk/PathwayModeling/thesispaper/methods.Snw 2007-06-27 18:34:24 UTC (rev 1098) @@ -289,7 +289,7 @@ \subsubsection{Burn-in and Thinning} Many MCMC papers recommend the removal of an initial ``burn-in'' - segment of the MCMC run since these initial MCMC samples can can + segment of the MCMC run since these initial MCMC samples can be heavily influenced by the initial starting point, and can result in bias in the computed estimates. We adopted an alternative approach to avoiding bias in our estimates; each MCMC sampler was Modified: trunk/PathwayModeling/thesispaper/paper.pdf =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <r_b...@us...> - 2006-04-03 15:39:33
|
Revision: 953 Author: r_burrows Date: 2006-04-03 08:39:23 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=953&view=rev Log Message: ----------- separate pages: initial commit Added Paths: ----------- trunk/PathwayModeling/thesispaper/figure1.Snw trunk/PathwayModeling/thesispaper/figure2.Snw Added: trunk/PathwayModeling/thesispaper/figure1.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure1.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure1.Snw 2006-04-03 15:39:23 UTC (rev 953) @@ -0,0 +1,6 @@ +\begin{figure} + \centering + \includegraphics[scale=0.9]{figures/glycolysis} + \caption{Production of methylglyoxal in hyperglycemia} + \label{glycolysis} +\end{figure} Added: trunk/PathwayModeling/thesispaper/figure2.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure2.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure2.Snw 2006-04-03 15:39:23 UTC (rev 953) @@ -0,0 +1,17 @@ +<<fig2,echo=F,eval=F>>=2 +source("R/pulse.R") +rawdata <- read.table("data/rawdata.dat",header=T) +attach(rawdata) +pdf(file="figures/tempDir/pulse.pdf",width=9,height=5) +pulse() +dev.off() +detach(rawdata) +@ + \begin{figure} + \centering + \includegraphics[scale=0.5]{figures/tempDir/pulse} + \caption[Reactant concentrations following a pulse of R1]{Reactant concentrations following a pulse of R1 at + $time=20$ for the sequence of reactions $R1\rightarrow + R2\rightarrow R3\rightarrow R4\rightarrow R5\rightarrow sink$.} + \label{pulse} + \end{figure} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <r_b...@us...> - 2006-04-03 15:41:45
|
Revision: 954 Author: r_burrows Date: 2006-04-03 08:41:40 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=954&view=rev Log Message: ----------- separate pages: initial commit Added Paths: ----------- trunk/PathwayModeling/thesispaper/figure3.Snw trunk/PathwayModeling/thesispaper/figure4.Snw trunk/PathwayModeling/thesispaper/figure5.Snw trunk/PathwayModeling/thesispaper/figure6.Snw trunk/PathwayModeling/thesispaper/figure7.Snw trunk/PathwayModeling/thesispaper/figure8.Snw Added: trunk/PathwayModeling/thesispaper/figure3.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure3.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure3.Snw 2006-04-03 15:41:40 UTC (rev 954) @@ -0,0 +1,18 @@ + \begin{figure} + \centering + \subfloat[1-component]{\includegraphics[scale=0.50]{figures/1comp} + \label{1comp}} + \qquad + \subfloat[all-components]{\includegraphics[scale=0.50]{figures/allcomp} + \label{allComp}} + \qquad + \subfloat[NKC]{\includegraphics[scale=0.50]{figures/nkc}\label{nkc}} + \caption[Movement of Markov chains with the + Metropolis algorithms]{Movement of Markov chains with the component-wise and + all-components Metropolis algorithms. Movement in a + 2-dimensional space is illustrated, so each point has 2 + components. The dotted lines are contours of equal probability + density for the proposal distributions and the dashed lines are + probabilty contours of the target distribution.} + \label{1comp_vs_all} + \end{figure} Added: trunk/PathwayModeling/thesispaper/figure4.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure4.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure4.Snw 2006-04-03 15:41:40 UTC (rev 954) @@ -0,0 +1,40 @@ +<<fig4,echo=F,eval=F>>=3 +source("R/paperSSQ.R") +source("R/getModes.R") +source("R/do.optim.R") +source("R/plotDensities.R") +output16 <- read.table("data/output16.AllComp.thinned") +input16 <- read.table("data/input16.dat", header=T) +attach(input16) +temp<-output16[sample(1:20000,5000),] +temp2<-numeric(5000) +for (i in 1:5000) temp2[i]<-paperSSQ(temp[i,]) +temp<-temp[order(temp2),] +write.table(temp[1:4750,],file="figures/tempDir/Dsamp.dat",row.names=F,col.names=F) +mcmcML <- as.numeric(temp[1,-10]) +write.table(mcmcML,file="figures/tempDir/mcmcML.dat",row.names=F,col.names=F) +modes<-getModes(output16) +temp<-do.optim(start=modes[-10],scail=modes[-10]) +temp<-do.optim(start=temp$par,scail=temp$par) +optimML<-temp$par +write.table(optimML,file="figures/tempDir/optimML.dat",row.names=F,col.names=F) +SD <- numeric(9) +for (i in 1:9) SD[i] <- sd(output16[,i]) +pdf(file="figures/tempDir/densities.pdf",width=6,height=6) +par(mfrow=c(3,3)) +plotDensities(output16) +dev.off() +par(mfrow=c(1,1)) +detach(input16) +@ +\begin{figure} + \centering + \includegraphics[scale=0.8]{figures/tempDir/densities} + \caption[Histograms of the marginal probability distributions]{Histograms of the marginal probability distributions for + the 5-reaction model generated with the all-components Metropolis + algorithm and the 16-point dataset. The curves are normal densities with means equal to the + medians of the distributions and variances equal to the variances of + the distributions. \textit{Red vertical lines indicate the parameters values that + minimize the mean squared residuals.}} + \label{densities} +\end{figure} Added: trunk/PathwayModeling/thesispaper/figure5.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure5.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure5.Snw 2006-04-03 15:41:40 UTC (rev 954) @@ -0,0 +1,22 @@ +<<fig5,echo=F,eval=F>>=4 +source("R/plotDensity.R") +source("R/plotConverged.R") +output12 <- read.table("data/output12.AllComp.thinned") +output16 <- read.table("data/output16.AllComp.thinned") +output25 <- read.table("data/output25.AllComp.thinned") +pdf(file="figures/tempDir/converged.pdf",width=6,height=6) +par(mfrow=c(3,3)) +plotConverged() +dev.off() +par(mfrow=c(1,1)) +@ +\begin{figure} + \centering + \includegraphics[scale=0.9]{figures/tempDir/converged} + \caption{\textit{Posterior distributions from different numbers} of data + points for the all-components algorithm. (---------) prior + distribution; ({\color{red} - - - -}) 12 points; ({\color{green} + $\cdots\cdots$}) 16 points; ({\color{blue} -- $\cdot$ -- $\cdot$ --}) 25 + points} + \label{converged} +\end{figure} Added: trunk/PathwayModeling/thesispaper/figure6.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure6.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure6.Snw 2006-04-03 15:41:40 UTC (rev 954) @@ -0,0 +1,25 @@ +<<fig6, echo=F,eval=F>>=5 +source("R/paperPairs.R") +mcmcML <-scan("figures/tempDir/mcmcML.dat") +output16 <- read.table("data/output16.AllComp.thinned") +mcmc.cor <- function(x,y) { + par(usr=c(0,1,0,1)) + r <- cor(x,y) + txt <- format(r,digits=2) + text(0.5,0.5,txt,cex=1.4) + } +pdf(file="figures/tempDir/scatterPlot.pdf",width=8,height=8) +par(pch='.') +paperPairs(output16[sample(1:20000,2000),-10],labels=c('d1','d2','d3','d4','d5','d6','d7','d8','d9'),lower.panel=mcmc.cor) +dev.off() +par(pch=1) +@ +\begin{figure} + \centering + \includegraphics[scale=0.6]{figures/tempDir/scatterPlot} + \caption[Bivariate scatter plots of the parameter distributions]{Bivariate scatter plots of the parameter distributions for + the 5-reaction model found with the all-components Metropolis + algorithm (upper triangle); correlation coefficients (lower + triangle). The red lines indicate the maximum likelihood estimates of the parameters.} + \label{scatter} +\end{figure} Added: trunk/PathwayModeling/thesispaper/figure7.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure7.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure7.Snw 2006-04-03 15:41:40 UTC (rev 954) @@ -0,0 +1,28 @@ +<<fig7, echo=F, eval=F>>=6 +source("R/paperSSQ.R") +source("R/getModes.R") +source("R/do.optim.R") +source("R/fitPaper.R") +source("R/get95CI.R") +source("R/plotVi.R") +mcmcML <-scan("figures/tempDir/mcmcML.dat") +optimML <-scan("figures/tempDir/optimML.dat") +output16 <- read.table("data/output16.AllComp.thinned") +input16 <- read.table("data/input16.dat",header=T) +attach(input16) +Dsamp <- as.matrix(read.table("figures/tempDir/Dsamp.dat")) +pdf(file="figures/tempDir/V%dfitted.pdf",onefile=FALSE,width=10,height=5.5) +plotVi(Dsamp,input16) +dev.off() +detach(input16) +@ +\begin{figure} + \centering + \subfloat[v2]{\includegraphics[scale=0.30]{figures/tempDir/V1fitted}} + \subfloat[v3]{\includegraphics[scale=0.30]{figures/tempDir/V2fitted}}\\ + \subfloat[v4]{\includegraphics[scale=0.30]{figures/tempDir/V3fitted}} + \subfloat[v5]{\includegraphics[scale=0.30]{figures/tempDir/V4fitted}} + \caption{Curves fit to the 16-point data with the all-components + algorithm. The green curves are drawn with the maximum likelihood estimates for the parameters found with the L-BFGS-B algorithm \cite{Byrd95} as implemented in the \textit{R optim()} function. } + \label{fits} +\end{figure} Added: trunk/PathwayModeling/thesispaper/figure8.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure8.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure8.Snw 2006-04-03 15:41:40 UTC (rev 954) @@ -0,0 +1,25 @@ +<<fig8, echo=F,eval=F>>=7 +source("R/getMSDvsEvals.R") +source("R/plotMSD16.R") +source('R/paperSSQ.R') +input16 <- read.table('data/input16.dat',header=T) +attach(input16) +OneComp.MSD.dat <- read.table("data/1comp.MSD.dat") +AllComp.MSD.dat <- read.table("data/AllComp.MSD.dat") +for (i in 1:10) { +file <- sub('#',as.character(i),'NKC.MSD.dat#') +assign(file, read.table(paste("data/",file,sep=""))) +} +pdf(file="figures/tempDir/MSR16.pdf",width=9,height=6) +plotMSD16() +dev.off() +detach(input16) +@ +\begin{figure} + \centering + \includegraphics[scale=0.5]{figures/tempDir/MSR16} + \caption[Mean squared residuals vs. number of likelihood + evaluations]{Mean squared residuals vs. number of likelihood + evaluations for the 5-reaction model} + \label{SSQvsIter} +\end{figure} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <r_b...@us...> - 2006-04-03 15:44:58
|
Revision: 955 Author: r_burrows Date: 2006-04-03 08:44:53 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=955&view=rev Log Message: ----------- separate pages: initial commit Added Paths: ----------- trunk/PathwayModeling/thesispaper/table1.Snw trunk/PathwayModeling/thesispaper/table2.Snw Added: trunk/PathwayModeling/thesispaper/table1.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/table1.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/table1.Snw 2006-04-03 15:44:53 UTC (rev 955) @@ -0,0 +1,25 @@ +\begin{table} + \begin{center} + \caption{Rate constants used in the Gillespie simulator} + \begin{tabular}{c|r} + rate constant & value \\ + \hline + $k_1$ & 1.600 \\ + $k_2$ & 0.540 \\ + $k_3$ & 19.500 \\ + $k_4$ & 2.125 \\ + $k_5$ & 0.190 \\ + $k_6$ & 8.460 \\ + $k_7$ & 2.077 \\ + $k_8$ & 0.090 \\ + $k_9$ & 4.560 \\ + $k_{10}$ & 1.400 \\ + $k_{11}$ & 0.106 \\ + $k_{12}$ & 3.670 \\ + $k_{13}$ & 1.640 \\ + $k_{14}$ & 0.400 \\ + \hline + \end{tabular} + \label{ki} + \end{center} +\end{table} Added: trunk/PathwayModeling/thesispaper/table2.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/table2.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/table2.Snw 2006-04-03 15:44:53 UTC (rev 955) @@ -0,0 +1,17 @@ +\begin{table} + \begin{center} + \caption{Mean squared residuals} + \begin{tabular}{c||c|c|c||c|c|c} + & + \multicolumn{3}{c||}{mean residual SSQ $\times 10^{-4}$} & \multicolumn{3}{c}{$R_{adj}^2$}\\ + \cline{2-7} + algorithm & 12 pt. & 16 pt. & 25 pt. & + 12 pt. & 16 pt. & 25 pt.\\ + \hline + 1-comp & 1.34 & 0.83 & 1.06 & 0.87 & 0.92 & 0.86\\ + all-comp & 0.74 & 0.93 & 0.74 & 0.93 & 0.90 & 0.90 \\ + NKC & 0.86 & 0.73 & 0.71 & 0.92 & 0.92 & 0.91 + \end{tabular} + \label{MSq} + \end{center} +\end{table} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-03-01 22:38:41
|
Revision: 1059 http://svn.sourceforge.net/r-gregmisc/?rev=1059&view=rev Author: warnes Date: 2007-03-01 14:38:28 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Changes in response to review, part 1 Modified Paths: -------------- trunk/PathwayModeling/thesispaper/.Rhistory trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R trunk/PathwayModeling/thesispaper/R/plotDensity_nocolor.R trunk/PathwayModeling/thesispaper/figure5.Snw trunk/PathwayModeling/thesispaper/introduction.Snw trunk/PathwayModeling/thesispaper/methods.Snw trunk/PathwayModeling/thesispaper/paper.Snw trunk/PathwayModeling/thesispaper/paper.pdf trunk/PathwayModeling/thesispaper/results.Snw Added Paths: ----------- trunk/PathwayModeling/thesispaper/priorPlot.Snw Removed Paths: ------------- trunk/PathwayModeling/thesispaper/.RData Deleted: trunk/PathwayModeling/thesispaper/.RData =================================================================== --- trunk/PathwayModeling/thesispaper/.RData 2007-02-16 23:15:42 UTC (rev 1058) +++ trunk/PathwayModeling/thesispaper/.RData 2007-03-01 22:38:28 UTC (rev 1059) @@ -1,8 +0,0 @@ -RDX2 -X - |
From: <wa...@us...> - 2007-04-17 15:00:17
|
Revision: 1090 http://svn.sourceforge.net/r-gregmisc/?rev=1090&view=rev Author: warnes Date: 2007-04-17 08:00:06 -0700 (Tue, 17 Apr 2007) Log Message: ----------- Finalize revisions for IET Systems Biology Modified Paths: -------------- trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R trunk/PathwayModeling/thesispaper/R/plotDensity_nocolor.R trunk/PathwayModeling/thesispaper/bibliography.Snw trunk/PathwayModeling/thesispaper/discussion.Snw trunk/PathwayModeling/thesispaper/figure1.Snw trunk/PathwayModeling/thesispaper/figure2.Snw trunk/PathwayModeling/thesispaper/figure3.Snw trunk/PathwayModeling/thesispaper/figure4.Snw trunk/PathwayModeling/thesispaper/figure5.Snw trunk/PathwayModeling/thesispaper/figure6.Snw trunk/PathwayModeling/thesispaper/figure7.Snw trunk/PathwayModeling/thesispaper/figure8.Snw trunk/PathwayModeling/thesispaper/methods.Snw trunk/PathwayModeling/thesispaper/paper.Snw trunk/PathwayModeling/thesispaper/paper.pdf trunk/PathwayModeling/thesispaper/priorPlot.Snw trunk/PathwayModeling/thesispaper/results.Snw Modified: trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R =================================================================== --- trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/R/plotConverged_nocolor.R 2007-04-17 15:00:06 UTC (rev 1090) @@ -7,19 +7,17 @@ maxY <- 0.0012 # for (i in 1:8) { - for (i in c(1,3,8)) { + for (i in c(1,4)) { p <- paste("d",i,sep="") plotDensity_nocolor(output12[,i],p,5000,Ylim=maxY,lineType=2) - par(new=T) - plotDensity_nocolor(output16[,i],p,5000,Ylim=maxY,lineType=3) - par(new=T) - plotDensity_nocolor(output25[,i],p,5000,Ylim=maxY,lineType=4) + plotDensity_nocolor(output16[,i],p,5000,Ylim=maxY,lineType=3, add=TRUE) + plotDensity_nocolor(output25[,i],p,5000,Ylim=maxY,lineType=4, add=TRUE) } -# plotDensity_nocolor(output12[,9],'d9',5,Ylim=5.7,lineType=2) -# par(new=T) -# plotDensity_nocolor(output16[,9],'d9',5,Ylim=5.7,lineType=3) -# par(new=T) -# plotDensity_nocolor(output25[,9],'d9',5,Ylim=5.7,lineType=4) + # prior mode is 5, but fits are all much less than 5 so scale down so range + # is [0,5] + plotDensity_nocolor(output12[,9],'d9',5,Ylim=5.7,lineType=2, Xlim=5) + plotDensity_nocolor(output16[,9],'d9',5,Ylim=5.7,lineType=3, Xlim=5, add=TRUE) + plotDensity_nocolor(output25[,9],'d9',5,Ylim=5.7,lineType=4, Xlim=5, add=TRUE) par(oldpar) Modified: trunk/PathwayModeling/thesispaper/R/plotDensity_nocolor.R =================================================================== --- trunk/PathwayModeling/thesispaper/R/plotDensity_nocolor.R 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/R/plotDensity_nocolor.R 2007-04-17 15:00:06 UTC (rev 1090) @@ -2,7 +2,9 @@ parameter="di", prior, Ylim=0, - lineType=1 + Xlim=5*prior, + lineType=1, + add=FALSE ) { @@ -10,13 +12,18 @@ deltaX<-(max(dens$x)-min(dens$x))/length(dens$x) sumY<-sum(dens$y) maxY<-max(dens$y, Ylim) - X<-seq(1,5*prior, 0.05*prior) - - plot(X, 3*dchisq(3*X/prior, 5)/prior, type='l', - xlim=c(0, 5*prior), ylim=c(0, maxY), - ylab="density", xlab=parameter, - lty=1, lwd=2) + X <- seq(0,Xlim, 0.05*prior) + if(!add) + plot(X, + 3*dchisq(3*X/prior, 5)/prior, + type='l', + xlim=c(0,Xlim), + ylim=c(0, maxY), + ylab="density", + xlab=parameter, + lty=1, lwd=2) + lines(dens$x, dens$y, lty=lineType, lwd=2) } Modified: trunk/PathwayModeling/thesispaper/bibliography.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/bibliography.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/bibliography.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -58,7 +58,4 @@ Byrd, R.H., Lu, P., Nocedal, J., and Zhu, C., 1995, A limited memory algorithm for bound constrained optimization, \emph{SIAM J. Sci. Comput.}, \textbf{16}, 1190--1208. - \bibitem{Geyer}%16 - Geyer, CJ, (no date), \emph{Burn-In is Unnecessary}, web site, - http://www.stat.umn.edu/~charlie/mcmc/burn.html \end{thebibliography} Modified: trunk/PathwayModeling/thesispaper/discussion.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/discussion.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/discussion.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -25,7 +25,7 @@ of the system and use the experimental data to refine the estimates (Figure~\ref{converged}). Thus the model fitting procedure described here lends itself to iterative experimentation where the experimental -results, even if they consit of a single datum, can be used to update +results, even if they consist of a single datum, can be used to update the prior for the next experiment. The models used here have the form of the Hill function, @@ -53,7 +53,7 @@ times varied considerably depending on the size of the model. The all-component Metropolis and NKC algorithms converged quickly while the 1-component algorithm was quite slow to converge. This is -undoubtably due to the high correlations between some parameters (see +undoubtedly due to the high correlations between some parameters (see Figure~\ref{scatter}). The 1-component algorithm has trouble sampling from this density because it is restricted to moves parallel to the coordinate axes. This is less of a problem for the all-components and Modified: trunk/PathwayModeling/thesispaper/figure1.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure1.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure1.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -1,6 +1,6 @@ -\begin{figure} +\begin{figure*} \centering \includegraphics[scale=0.9]{figures/glycolysis} \caption{Production of methylglyoxal in hyperglycemia} \label{glycolysis} -\end{figure} +\end{figure*} Modified: trunk/PathwayModeling/thesispaper/figure2.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure2.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure2.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -21,12 +21,18 @@ N <- dev.off() detach(rawdata.trimmed) @ - \begin{figure} + +\begin{figure*} + \centering % \includegraphics[scale=0.5]{figures/tempDir/pulse} \includegraphics[scale=0.5]{figures/tempDir/pulse_nocolor} - \caption[Reactant concentrations following a pulse of R1]{Reactant concentrations following a pulse of R1 at - $time=20$ for the sequence of reactions $R1\rightarrow - R2\rightarrow R3\rightarrow R4\rightarrow R5\rightarrow sink$.} + \caption[Reactant concentrations following a pulse of R1]{ + Reactant concentrations following a pulse of R1 at + $time=20$ for the sequence of reactions $R1\rightarrow + R2\rightarrow R3\rightarrow R4\rightarrow R5\rightarrow sink$. + } \label{pulse} - \end{figure} + +\end{figure*} + Modified: trunk/PathwayModeling/thesispaper/figure3.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure3.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure3.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -1,4 +1,5 @@ - \begin{figure} +\begin{figure*} + \centering \subfloat[1-component]{\includegraphics[scale=0.45]{figures/1comp} \label{1comp}} @@ -8,12 +9,14 @@ \qquad \subfloat[NKC]{\includegraphics[scale=0.45]{figures/nkc}\label{nkc}} \qquad - \caption[Movement of Markov chains with the - Metropolis algorithms]{Movement of Markov chains with the component-wise and - all-components Metropolis algorithms. Movement in a - 2-dimensional space is illustrated, so each point has 2 - components. The dotted lines are contours of equal probability - density for the proposal distributions and the dashed lines are - probabilty contours of the target distribution.} + \caption[Movement of Markov chains with the Metropolis algorithms]{ + Movement of Markov chains with the component-wise and + all-components Metropolis algorithms. Movement in a + 2-dimensional space is illustrated, so each point has 2 + components. The dotted lines are contours of equal probability + density for the proposal distributions and the dashed lines are + probability contours of the target distribution. + } \label{1comp_vs_all} - \end{figure} + +\end{figure*} Modified: trunk/PathwayModeling/thesispaper/figure4.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure4.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure4.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -36,17 +36,24 @@ par(mfrow=c(1,1)) detach(input16) @ -\begin{figure} + +\begin{figure*} + \centering % \includegraphics[scale=0.8]{figures/tempDir/densities} \includegraphics[scale=0.8]{figures/tempDir/densities_nocolor} - \caption[Histograms of the marginal probability distributions]{Histograms of the marginal probability distributions for - the 5-reaction model generated with the all-components Metropolis - algorithm and the 16-point dataset. The curves are normal densities with means equal to the - medians of the distributions and variances equal to the variances of - the distributions. Broken + \caption[Histograms of the marginal probability distributions]{ + + Histograms of the marginal probability distributions for + the 5-reaction model generated with the all-components Metropolis + algorithm and the 16-point dataset. The curves are normal + densities with means equal to the medians of the distributions and + variances equal to the variances of the distributions. Broken % Red -vertical lines indicate the parameters values that - minimize the mean squared residuals.} + vertical lines indicate the parameters values that minimize the + mean squared residuals. + } \label{densities} -\end{figure} + +\end{figure*} + Modified: trunk/PathwayModeling/thesispaper/figure5.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure5.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure5.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -1,4 +1,4 @@ -<<fig5,echo=F,eval=F>>=4 +<<fig5,echo=F,eval=T>>=4 # source("R/plotDensity.R") # source("R/plotConverged.R") source("R/plotDensity_nocolor.R") @@ -9,7 +9,7 @@ # pdf(file="figures/tempDir/converged.pdf",width=6,height=6) # postscript(file="figures/tempDir/converged.eps",width=6,height=6) -pdf(file="figures/tempDir/converged_nocolor.pdf",width=2*6,height=2*2) +pdf(file="figures/tempDir/converged_nocolor.pdf",width=6,height=2) # plotConverged() plotConverged_nocolor() N <- dev.off() @@ -22,11 +22,11 @@ par(mfrow=c(1,1)) @ -\begin{figure} +\begin{figure*} \centering \includegraphics[width=1.0\textwidth]{figures/tempDir/converged_nocolor} \caption{% - Posterior distributions for selected parameters fitte1d using the % + Posterior distributions for selected parameters fitted using the % all-components algorithm. For each parameter, the model was fitted % with 4 different time point granularities across the fixed time interval: % --------- prior distribution (0 points), % @@ -35,4 +35,4 @@ -- $\cdot$ -- $\cdot$ -- 25 points % } \label{converged} -\end{figure} +\end{figure*} Modified: trunk/PathwayModeling/thesispaper/figure6.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure6.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure6.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -20,14 +20,14 @@ N <- dev.off() par(pch=1) @ -\begin{figure} +\begin{figure*} \centering % \includegraphics[width=1.0\textwidth]{figures/tempDir/scatterPlot} \includegraphics[width=1.0\textwidth]{figures/tempDir/scatterPlot_nocolor} \caption[Bivariate scatter plots of the parameter distributions]{Bivariate scatter plots of the parameter distributions for the 5-reaction model found with the all-components Metropolis algorithm (upper triangle); correlation coefficients (lower - triangle). The veritcal and horizontal lines indicate the maximum + triangle). The vertical and horizontal lines indicate the maximum likelihood estimates of the parameters.} \label{scatter} -\end{figure} +\end{figure*} Modified: trunk/PathwayModeling/thesispaper/figure7.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure7.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure7.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -23,7 +23,7 @@ N <- dev.off() detach(input16) @ -\begin{figure} +\begin{figure*} \centering % \subfloat[v2]{\includegraphics[scale=0.30]{figures/tempDir/V1fitted}} % \subfloat[v3]{\includegraphics[scale=0.30]{figures/tempDir/V2fitted}}\\ @@ -42,4 +42,4 @@ function. } \label{fits} -\end{figure} +\end{figure*} Modified: trunk/PathwayModeling/thesispaper/figure8.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure8.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/figure8.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -30,7 +30,7 @@ N <- dev.off() detach(input16) @ -\begin{figure} +\begin{figure*} \centering % \includegraphics[scale=0.5]{figures/tempDir/MSR16} \includegraphics[scale=0.5]{figures/tempDir/MSR16_nocolor} @@ -38,4 +38,4 @@ evaluations]{Mean squared residuals vs. number of likelihood evaluations for the 5-reaction model} \label{SSQvsIter} -\end{figure} +\end{figure*} Modified: trunk/PathwayModeling/thesispaper/methods.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/methods.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/methods.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -6,9 +6,11 @@ \subsection{The Pathway} - While we examined several pathway structures, in this paper we - present the results for a 5-reaction sequence that is sampled at 12, - 16, or 25 time points with 3 replicates at each time point. The + We examined pathways containing 3, 5, 7, and 9 reactions with both + linear and branched structures using two sets of parameter values. + As essentially identical modeling performance was obtained for each, + we present only the results for a 5-reaction sequence, sampled at + 12, 16, or 25 time points with 3 replicates at each time point. The units for time and concentration are arbitrary; for the purpose of illustration we will use minutes as the unit of time and micromoles/liter ($\mu$M) as the unit of concentration. @@ -112,7 +114,7 @@ half-maximal velocity} \end{eqnarray*} This form of the equation is very useful because $v$ and $S$ are - usually measureable and $V_{max}$ and $K_m$ can be obtained by + usually measurable and $V_{max}$ and $K_m$ can be obtained by fitting equation 3 to the data. In contrast, modeling $v$ as a function of the individual rate constants is less useful because that requires the measurement of the concentration of the @@ -236,38 +238,39 @@ The Normal Kernel Coupler (NKC) algorithm operates on multiple chains, so that there are several ``current'' states. The NKC uses - a normal kernel density estimate as the proposal distribution for - choosing candidate states. The estimate is generated using the - entire set of current points. Since the algorithm uses the entire - set of current points it can move over areas of low probability in - the parameter space, especially if the user takes care to seed - each mode with a few points in the starting set. + a normal kernel density estimate based on the entire set of + current states as the proposal distribution for choosing candidate + states. Since the algorithm uses the entire set of current points + it can move over areas of low probability in the parameter space, + especially if the user takes care to seed the starting set with a + few points in each mode. \subsection{Computation} \subsubsection{Tuning} All three MCMC algorithms require an appropriate covariance matrix - to move efficiently through the paramter space. The optimal - covaraince matrix for each method is a scaled version of the true - covarance matrix. To obtain this covariance matrix, we performed + to move efficiently through the parameter space. The optimal + covariance matrix for each method is a scaled version of the true + covariance matrix. To obtain this covariance matrix, we performed several runs of the all-components algorithm. After each run, two calculations were performed. First, an estimate of the posterior covariance matrix was computed from the MCMC output to be used in the next run. Second, \textit{mcgibbsit} (see \ref{convergence} below) was used to estimate the necessary length of the next - run. Only three runs were required to achieve both an acceptible + run. Only three runs were required to achieve both an acceptable estimate according to \textit{mcgibbsit} and a covariance matrix with good performance for all three algorithms. \subsubsection{Execution} To enable a ``fair'' comparison between the methods, each MCMC - algorithm was started at the same starting point (jittered for - the multiple starting states of the NKC) and the proposal covariance - was set to an appropriately scaled version of the posterior - covariance matrix described above. With this covariance matrix, each - of the algorithms demonstrated an appropriate acceptance rate. + algorithm was started at the same starting point (jittered to + provide the multiple starting states of the NKC) and the proposal + covariance was set to an appropriately scaled version of the + posterior covariance matrix described above. With this covariance + matrix, each of the algorithms demonstrated an appropriate + acceptance rate. \subsubsection{Convergence} \label{convergence} @@ -275,10 +278,10 @@ The MCMC simulations were run until the Markov chains have reached stable distributions as assessed by the \textit{mcgibbsit} algorithm \cite{Warnes00}. \textit{mcgibbsit} calculates the - number of iterations necessary to estimate a user-specfied quantile + number of iterations necessary to estimate a user-specified quantile $q$ to within $\pm r$ with probability $s$, i.e., \textit{mcgibbsit} indicates when the MCMC sampler has run long - enough to provide good confidence interval estimates. The defaults, + enough to provide good credible interval estimates. The defaults, which are used in this paper, are $q=0.025$, $r=0.0125$, and $s=0.95$. These values generate estimates of the 2.5\% and 97.5\% quantiles to $\pm$ 0.0125 quantiles with probability 0.95. @@ -290,7 +293,7 @@ be heavily influenced by the initial starting point, and can result in bias in the computed estimates. We adopted an alternative approach to avoiding bias in our estimates; each MCMC sampler was - run until \textit{mcgibbsit} was satistified that the quantile + run until \textit{mcgibbsit} was satisfied that the quantile estimates were properly estimated. One necessary condition for \textit{mcgibbsit} to declare that these quantiles are properly estimated is stability of these estimates. This will only occur @@ -299,7 +302,7 @@ posterior distribution. Likewise, the high serial correlation of most MCMC samples has - induced many MCMC papers to recommend \emph{thinning} the ouput of + induced many MCMC papers to recommend \emph{thinning} the output of the MCMC sampler by discarding all but 1 out of,say, every 10 or 100 generated values. While this does not improve in the quality of estimates obtained from the MCMC run itself, it can dramatically Modified: trunk/PathwayModeling/thesispaper/paper.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/paper.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/paper.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -15,6 +15,7 @@ \usepackage{dchem} %\usepackage{color} \usepackage{setspace} +\usepackage{endfloat} \bibliographystyle{vancouver} \newcommand{\deriv}[2]{\ensuremath{\frac{\mathrm{d} #1}{\mathrm{d} #2}}} Modified: trunk/PathwayModeling/thesispaper/paper.pdf =================================================================== (Binary files differ) Modified: trunk/PathwayModeling/thesispaper/priorPlot.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/priorPlot.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/priorPlot.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -1,4 +1,6 @@ -\begin{figure} + +\begin{figure*} + \centering <<priorPlot,echo=F,eval=T,fig=T,width=6,height=3>>= @@ -17,7 +19,11 @@ mtext(text="3", side=1, at=3, line=0.5) @ -\caption{Prior density (scaled $\chi^2 <- 5$) for $\mu_i$ and $\sigma$ - model parameters.} +\caption{ + Prior density (scaled $\chi^2 <- 5$) for $\mu_i$ and $\sigma$ + model parameters. +} \label{priorPlot} -\end{figure} + +\end{figure*} + Modified: trunk/PathwayModeling/thesispaper/results.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/results.Snw 2007-04-17 03:13:14 UTC (rev 1089) +++ trunk/PathwayModeling/thesispaper/results.Snw 2007-04-17 15:00:06 UTC (rev 1090) @@ -15,14 +15,16 @@ The effect of the number of data points within a fixed time window on the parameter distributions can be seen in Figure~\ref{converged}. +% \SweaveInput{figure5} -We see some improved precision as the number of points -increases from 16 to 25 but it is not pronounced. Overall, the -reduction in width varied from 18-fold for $d_9$ and 9-fold for $d_1$ to -1.5-fold for $d_4$. -Figure~\ref{scatter} is an example of a bivariate scatterplot of the -distributions. There is correlation between some pairs of parameters, e.g., -$d_1$ -- $d_2$, but no evidence of multi-modality. +% +We see some improved precision as the number of +points increases from 16 to 25 but it is not pronounced. Overall, the +reduction in width varied from 18-fold for $d_9$ and 9-fold for $d_1$ +to 1.5-fold for $d_4$. Figure~\ref{scatter} is an example of a +bivariate scatterplot of the distributions. There is strong +correlation between some pairs of parameters, e.g., $d_1$ -- $d_2$, +but no evidence of multi-modality. \SweaveInput{figure6} The value of the posterior probability density for inference was @@ -30,7 +32,7 @@ maximum posterior density estimate for the model parameters and the 95\% credible intervals. The fits of the resulting models to the 16-point data set is shown in Figure~\ref{fits}. Quantitative measures -of the fits for +of the fits for % \SweaveInput{figure7} % This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-04-17 19:36:46
|
Revision: 1092 http://svn.sourceforge.net/r-gregmisc/?rev=1092&view=rev Author: warnes Date: 2007-04-17 12:36:45 -0700 (Tue, 17 Apr 2007) Log Message: ----------- Fix typo and add Rhode Island Modified Paths: -------------- trunk/PathwayModeling/thesispaper/acknowledgment.Snw trunk/PathwayModeling/thesispaper/paper.pdf Modified: trunk/PathwayModeling/thesispaper/acknowledgment.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/acknowledgment.Snw 2007-04-17 16:34:50 UTC (rev 1091) +++ trunk/PathwayModeling/thesispaper/acknowledgment.Snw 2007-04-17 19:36:45 UTC (rev 1092) @@ -1,7 +1,7 @@ \section{Acknowledgment} -Robert "Bing" Burroughs, Ph.D., who was primarily responsible for the +Robert "Bing" Burrows, Ph.D., who was primarily responsible for the writing of, and work described by, this manuscript passed away unexpectedly on December 27, 2006. Both of the co-authors are glad to have shared a very pleasant and collegial relationship with Dr. @@ -13,15 +13,15 @@ portion of Dr. Burrows obituary: \begin{quote} - BURROWS, ROBERT BERNARD, II, 63, of North Scituate, died Wednesday, - December 27, 2006. He was a long time resident of Lexington, MA - before moving to Rhode Island in 2001. After graduating from - Lexington High School, Dr. Burrows earned his Bachelor of Arts from - Northeastern University, a Ph.D. in Biochemistry from the - Massachusetts Institute of Technology, and a Master of Science in - Statistics from the University of Rhode Island. He was a - self-employed Research Biochemist and previously worked for the - Boston Biomedical Research Institute. He leaves his sister Ellen + BURROWS, ROBERT BERNARD, II, 63, of North Scituate [Rhode Island], + died Wednesday, December 27, 2006. He was a long time resident of + Lexington, MA before moving to Rhode Island in 2001. After + graduating from Lexington High School, Dr. Burrows earned his + Bachelor of Arts from Northeastern University, a Ph.D. in + Biochemistry from the Massachusetts Institute of Technology, and a + Master of Science in Statistics from the University of Rhode Island. + He was a self-employed Research Biochemist and previously worked for + the Boston Biomedical Research Institute. He leaves his sister Ellen Conner and her husband Donald of Coventry, his dearest friend Sally Glanz of North Scituate and many cousins. \cite{projo} \end{quote} Modified: trunk/PathwayModeling/thesispaper/paper.pdf =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2008-02-05 21:38:12
|
Revision: 1242 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1242&view=rev Author: warnes Date: 2008-02-05 13:38:08 -0800 (Tue, 05 Feb 2008) Log Message: ----------- Update figure paths Modified Paths: -------------- trunk/PathwayModeling/thesispaper/figure2.Snw trunk/PathwayModeling/thesispaper/paper.pdf trunk/PathwayModeling/thesispaper/slides.tex Modified: trunk/PathwayModeling/thesispaper/figure2.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure2.Snw 2008-01-30 19:55:08 UTC (rev 1241) +++ trunk/PathwayModeling/thesispaper/figure2.Snw 2008-02-05 21:38:08 UTC (rev 1242) @@ -1,14 +1,14 @@ <<fig2,echo=F,eval=F>>=2 -# source("R/pulse.R") -# rawdata <- read.table("data/rawdata.dat",header=T) -# attach(rawdata) -# pdf(file="figures/tempDir/pulse.pdf",width=9,height=5) -# pulse() -# postscript(file="figures/tempDir/pulse.eps",width=9,height=5) -# pulse() -# N <- dev.off() -# N <- dev.off() -# detach(rawdata) +#source("R/pulse.R") +#rawdata <- read.table("data/rawdata.dat",header=T) +#attach(rawdata) +#pdf(file="figures/tempDir/pulse.pdf",width=9,height=5) +#pulse() +#postscript(file="figures/tempDir/pulse.eps",width=9,height=5) +#pulse() +#N <- dev.off() +#N <- dev.off() +#detach(rawdata) source("R/pulse_nocolor.R") rawdata.trimmed <- read.table("data/rawdata.trimmed.dat",header=T) Modified: trunk/PathwayModeling/thesispaper/paper.pdf =================================================================== (Binary files differ) Modified: trunk/PathwayModeling/thesispaper/slides.tex =================================================================== --- trunk/PathwayModeling/thesispaper/slides.tex 2008-01-30 19:55:08 UTC (rev 1241) +++ trunk/PathwayModeling/thesispaper/slides.tex 2008-02-05 21:38:08 UTC (rev 1242) @@ -43,12 +43,11 @@ North Scituate, RI \and \inst{2}% - Statistical Applications \\ - Pfizer, Inc. + Biostatistics and Computational Biology \\ + University of Rochester \and \inst{3}% - Department of Computer Science \\ - Yale University + Random Technologies, LLC. } \begin{document} @@ -166,7 +165,7 @@ \vspace{-0.125in} \begin{center} \label{pulse} - \includegraphics[height=0.6\textheight]{figures/pulse} + \includegraphics[height=0.6\textheight]{figures/tempDir/pulse} \end{center} \vspace{-0.125in} \item Triplicate estimates of reactant concentrations every minute @@ -362,7 +361,7 @@ \column{2in} - \includegraphics[width=2in]{figures/scatterPlot} + \includegraphics[width=2in]{figures/tempDir/scatterPlot} \end{columns} } @@ -370,11 +369,11 @@ \frametitle{Actual vs Fitted} \begin{center} - \includegraphics[width=0.5\textwidth]{figures/V1fitted} - \includegraphics[width=0.5\textwidth]{figures/V2fitted} \\ + \includegraphics[width=0.5\textwidth]{figures/tempDir/V1fitted} + \includegraphics[width=0.5\textwidth]{figures/tempDir/V2fitted} \\ - \includegraphics[width=0.5\textwidth]{figures/V3fitted} - \includegraphics[width=0.5\textwidth]{figures/V4fitted} \\ + \includegraphics[width=0.5\textwidth]{figures/tempDir/V3fitted} + \includegraphics[width=0.5\textwidth]{figures/tempDir/V4fitted} \\ \end{center} } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2008-02-07 17:10:33
|
Revision: 1243 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1243&view=rev Author: warnes Date: 2008-02-07 09:10:27 -0800 (Thu, 07 Feb 2008) Log Message: ----------- Slides for Myriad visit Modified Paths: -------------- trunk/PathwayModeling/thesispaper/slides.tex Added Paths: ----------- trunk/PathwayModeling/thesispaper/figures/MSR16.pdf Added: trunk/PathwayModeling/thesispaper/figures/MSR16.pdf =================================================================== (Binary files differ) Property changes on: trunk/PathwayModeling/thesispaper/figures/MSR16.pdf ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/PathwayModeling/thesispaper/slides.tex =================================================================== --- trunk/PathwayModeling/thesispaper/slides.tex 2008-02-05 21:38:08 UTC (rev 1242) +++ trunk/PathwayModeling/thesispaper/slides.tex 2008-02-07 17:10:27 UTC (rev 1243) @@ -3,10 +3,7 @@ \mode<presentation> { \usetheme{Warsaw} - % or ... - \setbeamercovered{transparent} - % or whatever (possibly just delete it) } %\setbeameroption{show notes} @@ -20,7 +17,6 @@ % \documentclass[doublespacing]{elsart} \usepackage{graphicx} \usepackage[nogin]{Sweave} -\usepackage[numbers]{natbib} \bibliographystyle{plainnat} \usepackage{amsmath} \usepackage{amssymb} \usepackage{yfonts} @@ -32,18 +28,20 @@ \usepackage{makeidx} \usepackage{dchem} \usepackage{color} +\usepackage[numbers]{natbib} +\bibliographystyle{plainnat} \newcommand{\deriv}[2]{\ensuremath{\frac{\mathrm{d} #1}{\mathrm{d} #2}}} \title{Statistical Modeling of Biochemical Pathways} -\author{Robert B. Burrows\inst{1} \and Gregory R. Warnes\inst{2,3} } +\author{Gregory R. Warnes\inst{1,2,3} } \institute{ \inst{1}% - New England Biometrics\\ - North Scituate, RI + Biostatistics and Computational Biology \\ + University of Rochester \and \inst{2}% - Biostatistics and Computational Biology \\ + Center for Biodefense Immune Modeling \\ University of Rochester \and \inst{3}% @@ -56,37 +54,56 @@ $ $Id$ $ } -%\begin{abstract} -%The usefulness of Markov chain Monte Carlo methods for the modeling -%of biochemical reactions is examined. With simulated data, it is -%shown that mechanistic models can be fit to sequences of enzymatic -%reactions. These methods have the advantages of being relatively easy -%to use and producing probability distributions for the model -%parameters rather than point estimates. -%Three Markov chain Monte Carlo algorithms are used to fit models to -%data from a -%sequence of 4 enzymatic reactions. The algorithms -%are evaluated with respect to -%the goodness-of-fit of the fitted models and the time to completion. -%It is shown that the algorithms produce essentially the same -%parameter distributions but the time to completion varies. -%\end{abstract} - \frame{ \maketitle } +%%\section[Abstract]{} +%%\begin{abstract} +%\frame{ +% \frametitle{Abstract} +% \small +% We examine the usefulness of Bayesian statistical methods for +% the modeling of biochemical reactions. With simulated data, it is +% shown that these methods can effectively fit mechanistic models of +% sequences of enzymatic reactions to experimental data. This +% approach has the advantages of being flexible, relatively easy to use, +% and producing full probability distributions for the model parameters +% rather than point estimates, thus allowing more informative inferences +% (including relationships between parameters) to be drawn. Further, +% these methods perform well even when the mechanistic model leads +% to multiple solution regions, high parameter correlations, and other +% 'unfriendly' behavior. + +% The presentation will include a brief overview of Bayesian statistical +% methods for those unfamiliar with these techniques, as well as a brief +% discussion of the computational methods utilized. +%} +%%\end{abstract} + \section[Outline]{} \frame{ \frametitle{Outline} - \tableofcontents + +% \tableofcontents + + \begin{columns} + \begin{column}{0.5\textwidth} + \tableofcontents[sections={1-4}] + \end{column} + \begin{column}{0.5\textwidth} + \tableofcontents[sections={5-8}] + \end{column} + \end{columns} + } \section{Overview} +\subsection{Goal} \frame{ \frametitle{Overview} - \begin{block}{Goal:} + \begin{block}{Goal: Model Biochemical Pathways} Estimate key rate parameters of biological pathways, e.g \includegraphics[width=0.75\textwidth]{figures/glycolysis} @@ -95,16 +112,87 @@ changes, and understand the system. \end{block} } + +\subsection{Components} \frame{ \frametitle{Overview} - \begin{block}{Method:} - ``Wrap'' standard deterministic mathematical model - within a Bayesian statistical model + \begin{block}{Combine 3 components:} + \begin{tabular}{ll} + Biochemistry & Biochemical components \& relationships \\ + Mathematical Model & Strucure of relationships between components \\ + Bayesian Statistics & Relationship between previous information, \\ + & model and measured data \\ + \end{tabular} + +% \begin{block}{Method:} +% \begin{center} +% ``Wrap'' standard deterministic mathematical model describing a +% biochemical pathway within a Bayesian statistical model +% \end{center} \end{block} + } +\subsection{Intro to Bayesian Statistics} +\frame{ + \frametitle{Intro to Bayesian Statistics (1/2)} + \begin{enumerate} + \item Based on Decision Theory + \item Modeling Process: + \begin{enumerate} + \item Costruct a model for observed data: {\color{blue} ``Likelihood'': + $L(\mathit{Data}|\theta)$ } + \item Describe current information about model parameters: + { \color{green} ``Prior distribution'' $\pi(\theta)$ } + \item Run experiment \& collect data + \item Apply Bayes Rule $\to$ {\color{red}``Posterior distribution''} + +\begin{equation}\label{BayesRule} +{\color{red}\pi(\theta|\mathit{Data})} = \frac{{\color{blue}L(\mathit{Data}|\theta)} {\color{green}\pi(\theta)}}{\int {L(\mathit{Data}|\theta) \pi(\theta)}d\theta} +\end{equation} + + \item Draw conclusions using Posterior + \end{enumerate} + \end{enumerate} +} + +\frame{ + \frametitle{Intro to Bayesian Statistics (2/2)} + \begin{itemize} + \item Strengths + \begin{itemize} + \item Very flexible + \item Consistent with human thinking + \item Allows inclusion of existing domain knowledge + \end{itemize} + \item Weaknesses + \begin{itemize} + \item Characterization of ``current information'' can be + controversial + \item Computationaly expensive + \item Less popular than Frequentist statistics + \end{itemize} + \end{itemize} +} + + + \section{Evaluation Approach} + \frame{ + \frametitle{Overview} + \begin{block}{Goal: Model Biochemical Pathways} + Estimate key rate parameters of biological pathways, e.g + + \includegraphics[width=0.75\textwidth]{figures/glycolysis} + + in order to estimate rate parameters, predict responses to + changes, and understand the system. + \end{block} +} + + +\frame{ \frametitle{Evaluation Approach} \begin{enumerate} \item{Create artificial model} @@ -124,7 +212,7 @@ R3 \yields R4 \yields R5 \yields sink \end{reaction} Chemical Equations: - \begin{chemarray*} \small + \begin{chemarray*} source &\yields^{k_1}& R1\\ R1 + E1 &\eqbm^{k_2}_{k_3}& R1E1 \yields^{k_4} R2 + E1\\ R2 + E2 &\eqbm^{k_5}_{k_6}& R2E2 \yields^{k_7} R3 + E2\\ @@ -324,7 +412,43 @@ } \frame{ - \frametitle{Convergence Rates} +\begin{block}{What is Markov Chain Monte Carlo?} + +\textcolor{blue}{Markov Chain Monte Carlo (MCMC)} is a technique for +generating \textcolor{red}{dependent} samples (a Markov Chain) from a +distribution without needing the \textcolor{blue}{normalizing constant}. + +\end{block} +\begin{block}{When is MCMC useful?} + +\textcolor{blue}{MCMC} is useful when it is \textcolor{red}{difficult} to +\textcolor{blue}{simulate} from the target distribution, such as when the +\textcolor{blue}{normalizing constant} is difficult or impossible to +compute and \textcolor{blue}{rejection sampling} is not possible. + +Examples: +\begin{itemize} + \item Sampling from \textcolor{blue}{Bayesian Posterior Distributions} + \item Computing \textcolor{blue}{Maximum-Likelihood tests for intractable + likelihoods} +\end{itemize} + +\end{block} + +} + +\frame{ +\frametitle{MCMC In pictures} +\begin{center} +\includegraphics[height=0.75\textheight]{MCMC-Picture} +\hfill +\includegraphics[height=0.75\textheight]{MCMC-Histogram} +\end{center} +} + + +\frame{ + \frametitle{Convergence Rates (1/2)} \begin{center} Mean Squared Residuals \\ ~ @@ -343,6 +467,16 @@ \end{center} } +\frame{ + \frametitle{Convergence Rates (2/2)} + \begin{center} + \includegraphics[scale=0.5]{figures/MSR16} + \end{center} + + +} + + \section{Results} \frame{ \frametitle{Results} @@ -377,22 +511,77 @@ \end{center} } -\section[]{References} +\section{Acknowledgments} \frame{ - \frametitle{For More Information} - \begin{itemize} - \item Greg Warnes \ + \frametitle{Acknowledgments} + + Robert "Bing" Burrows, Ph.D., who was primarily responsible for work + described here passed away unexpectedly on December 27, 2006. + +\begin{quote} +\tiny + BURROWS, ROBERT BERNARD, II, 63, of North Scituate [Rhode Island], + died Wednesday, December 27, 2006. He was a long time resident of + Lexington, MA before moving to Rhode Island in 2001. After + graduating from Lexington High School, Dr. Burrows earned his + Bachelor of Arts from Northeastern University, a Ph.D. in + Biochemistry from the Massachusetts Institute of Technology, and a + Master of Science in Statistics from the University of Rhode Island. + He was a self-employed Research Biochemist and previously worked for + the Boston Biomedical Research Institute. He leaves his sister Ellen + Conner and her husband Donald of Coventry, his dearest friend Sally + Glanz of North Scituate and many cousins. (\emph{The Providence Journal/Evening + Bulletin} 2006 Dec. 31; Sec. B5) +\end{quote} +} + +\section[]{Reference \& Contact Information} +\frame{ + \frametitle{Reference \& Contact Information} + \begin{block}{Manuscript} + Burrows~RB, Warnes~GR, Hanumara~RC, ``Statistical Modeling of Biochemical Pathways'', + \emph{IET Systems Biology}, IET Syst. Biol. 1, 353 (2007) + \end{block} + \begin{block}{Contact Information} \begin{itemize} - \item Email: \texttt{wa...@bs...} - \item Personal Web Page: \texttt{http://www.warnes.net} - \item Research Web Page: \texttt{http://research.warnes.net} + \item Email: \texttt{gr...@wa...} + \item Personal Web Page: \texttt{http://www.warnes.net} + \item CBIM Web Page: \texttt{https://cbim.urmc.rochester.edu} + \item UR Biostat Web Page \texttt{http://www.urmc.rochester.edu/smd/biostat} \end{itemize} - \item Robert Burrows - \begin{itemize} - \item Email: \texttt{rb...@ne...} - \item Web Page: \texttt{http://www.nebiometrics.com} - \end{itemize} - \end{itemize} + \end{block} } +%%\bibliography{./refs} +%\begin{thebibliography}{99} +% \bibitem{Oates02}%1 +% Oates,~P.J., 2002, Polyol pathway and diabetic peripheral +% neuropathy, \emph{Int. Rev. Neurobiol.}, +% \textbf{50}, 325--392. +% \bibitem{Gilks95} %5 +% Gilkes,~W.R., Richardson,~S., and Spiegelhalter,~D.J. (Ed.), +% \emph{Markov Chain Monte Carlo in Practice} (Boca Raton, FL: +% Chapman \& Hall/CRC) +% \bibitem{R}%9 +% R Development Team, \emph{R: A Language and Environment for +% Statistical Computing}, http://www.r-project.org (accessed 7 Nov 06) +% \bibitem{Michaelis13} %10 +% Michaelis, L. and Menten, M.L., 1913, Die kinetic der +% invertinwirkung, \emph{Biochem. Zeit.}, \textbf{49}, +% 333--369. +% \bibitem{Hydra}%13 +% Warnes, G.R., Hydra {MCMC} {L}ibrary, +% http://www.sourceforge.net/projects/hydra-mcmc +% \bibitem{Warnes00} %14 +% Warnes, G.R., 2000, The {N}ormal {K}ernel {C}oupler: {A}n adaptive +% {M}arkov chain {M}onte {C}arlo method for efficiently sampling +% from multi-modal distributions, thesis, University of Washington. +% \bibitem{projo}%16 +% OBITUARIES-SCITUATE-BURROWS. \emph{The Providence Journal/Evening +% Bulletin} 2006 Dec. 31; Sec. B5 +%\end{thebibliography} + + + + \end{document} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |