]> git.donarmstrong.com Git - ool/lipid_simulation_formalism.git/blobdiff - kinetic_formalism_competition.Rnw
include references.bib
[ool/lipid_simulation_formalism.git] / kinetic_formalism_competition.Rnw
index 9db41830b0bd6668b63a07453b1a002fdddbebf7..4044fc743e6f020bea34d08d56843438872ee18b 100644 (file)
@@ -1406,6 +1406,12 @@ $10^{-10}\mathrm{M}$. The base concentration ($10^{-10}\mathrm{M}$)
 can also be altered at the initialization of the experiment to
 specific values for specific lipid types or components.
 
+The environment is a volume which is the maximum number of vesicles
+from a single simulation (4096) times the maximum size of the vesicle
+(usually 10000) divided by Avagadro's number divided by the total
+environmental lipid concentration, or usually
+\Sexpr{4096*10000/6.022E23/141E-10}~L.
+
 \subsection{Initial Vesicle Creation}
 
 Initial vesicles are seeded by selecting lipid molecules from the
@@ -1434,8 +1440,10 @@ lipid types, weighted by their concentration in the environment.)
 Once the environment has been created and the initial vesicle has been
 formed, molecules join and leave the vesicle based on the kinetic
 parameters and state equation discussed above until the vesicle splits
-forming two progeny vesicles, one of which the program continues to
-follow.
+forming two progeny vesicles. The program then follows both vesicles
+and their progeny until the simulation reaches either the maximum
+number of vesicles (usually 4096), or the maximum simulation time
+(usually 100~s).
 
 \subsubsection{Calculation of Vesicle Properties}
 
@@ -1517,59 +1525,59 @@ The environment, initial vesicle, and the state of the vesicle
 immediately before and immediately after splitting are stored
 to produce later output.
 
-\section{Analyzing output}
-
-The analysis of output is handled by a separate perl program which
-shares many common modules with the simulation program. Current output
-includes simulation progress, summary tables, summary statistics, and
-various graphs.
-
-\subsection{PCA plots}
-
-Two major groups of axes that contribute to vesicle variation between
-subsequent generations are the components and properties of vesicles.
-Each component in a vesicle is an axis on its own; it can be measured
-either as an absolute number of molecules in each component, or the
-fraction of molecules of that component over the total number of
-molecules; the second approach is often more convenient, as it allows
-vesicles with different number of molecules to be directly compared
-(though it hides any effect of vesicle size).
-
-In order to visualize the variation between and transition of
-subsequent generations of vesicles from their initial state in the
-simulation, to their final state at the termination of the simulation,
-we plot the projection of the generations onto the two principle PCA
-axes (and alternatively, any pairing of the axes).
-
-\subsection{Carpet plots}
-
-Carpet plots show the distance/similarity between the composition or
-properties of all generations in a single run. The difference between
-each group of vesicle can be calculated using Euclidean distance
-(properties and compositions) or H similarity (composition only). We
-must use Euclidean distance for properties because the H distance
-metric is invalid when comparing negative vector elements to positive
-vector elements.
-
-In addition to showing distance or similarity, carpet plots also
-depict propersomes and composomes as square boxes on the diagonals and
-propertypes and compotypes as rectangles off the diagonals, each
-propertype or compotype with a distinct color.
-
-\subsection{Propersomes, propertypes, composomes and compotypes}
-
-A generation is considered to be a propersome if it is less than $0.6$
-units (by Euclidean distance of normalized properties) away from the
-generation immediately following and preceding. Likewise, a generation
-is in a composome if its H similarity is more than $0.9$ (by the
-normalized H metric) from the preceding and following generations.
-Propersomes and composomes are then assigned to propertypes and
-compotypes using Paritioning Around Medioids
-(PAM). All values of $k$ between 2 and 15
-(or the number of propersomes and composomes, if that is less than 15)
-are tried, and the clustering with the smallest
-silhouette~\citep{Rousseeuw1987:silhouettes} is chosen as the ideal
-clustering~\citep{Shenhav2005:pgard}.
+\section{Analyzing output}
+% 
+The analysis of output is handled by a separate perl program which
+shares many common modules with the simulation program. Current output
+includes simulation progress, summary tables, summary statistics, and
+various graphs.
+% 
+\subsection{PCA plots}
+% 
+Two major groups of axes that contribute to vesicle variation between
+subsequent generations are the components and properties of vesicles.
+Each component in a vesicle is an axis on its own; it can be measured
+either as an absolute number of molecules in each component, or the
+fraction of molecules of that component over the total number of
+molecules; the second approach is often more convenient, as it allows
+vesicles with different number of molecules to be directly compared
+(though it hides any effect of vesicle size).
+% 
+In order to visualize the variation between and transition of
+subsequent generations of vesicles from their initial state in the
+simulation, to their final state at the termination of the simulation,
+we plot the projection of the generations onto the two principle PCA
+axes (and alternatively, any pairing of the axes).
+% 
+\subsection{Carpet plots}
+% 
+Carpet plots show the distance/similarity between the composition or
+properties of all generations in a single run. The difference between
+each group of vesicle can be calculated using Euclidean distance
+(properties and compositions) or H similarity (composition only). We
+must use Euclidean distance for properties because the H distance
+metric is invalid when comparing negative vector elements to positive
+vector elements.
+% 
+In addition to showing distance or similarity, carpet plots also
+depict propersomes and composomes as square boxes on the diagonals and
+propertypes and compotypes as rectangles off the diagonals, each
+propertype or compotype with a distinct color.
+% 
+\subsection{Propersomes, propertypes, composomes and compotypes}
+% 
+A generation is considered to be a propersome if it is less than $0.6$
+units (by Euclidean distance of normalized properties) away from the
+generation immediately following and preceding. Likewise, a generation
+is in a composome if its H similarity is more than $0.9$ (by the
+normalized H metric) from the preceding and following generations.
+Propersomes and composomes are then assigned to propertypes and
+compotypes using Paritioning Around Medioids
+(PAM). All values of $k$ between 2 and 15
+(or the number of propersomes and composomes, if that is less than 15)
+are tried, and the clustering with the smallest
+silhouette~\citep{Rousseeuw1987:silhouettes} is chosen as the ideal
+clustering~\citep{Shenhav2005:pgard}.
 
 
 \bibliographystyle{unsrtnat}