Code and reading materials related to my BIOL0044 MSci Investigative Project at the Lane Origins lab.
One of the aims of this investigative project is to implement a simple stochastic kinetic model of a plausible network of prebiotic metabolism.
This is done using the GillespieSSA
package in R, and this repo contains the majority of the resources used.
Directories and some important contents:
dependencies/
= contains snippets of abstracted and generalsied R scripts used to automate tasks e.g. plotting or state change matrix generation from.xlsx
inputbigger_pathway_materials/
= developing R code for a pipeline which starts with Stuart's curated materials (.xlsx
), converting those to reactant and product names, generating a state-change matrix and propensity functions, etc.bigger_network.Rmd
= cleans Stuart's data file to yield lists of reactants, products, chemical reaction names, a state-change matrix and propensity functions etc based onbigger_pathway_rxns.xlsx
(NB incomplete, check Notes section for more info)big_st_ch_matrix.csv
= first draft of the state-change matrix for the bigger simulationbig_pathway_sim_prep.RData
= the data files needed to simulate the bigger network of reactions
rev_c_fix/
= contains all files in relation toarchive/
= files with old notes, analyses, reports, etcdata/
= contains all.RData
and.csv
files used for analysesimages/
= contains all plots and visualisations created by.Rmd
files in this directoryinitial_prep/
= contains all EDA and initial readingsreversible_network[...].Rmd
= the latest progress with introducing reversible reactions into the model; shows stages (working, debugging, etc)network_visualisation.Rmd
= rough draft of code visualising reversible C fixation network; nodes and edges are scaled; needs further abstraction at this stagec_pathway_diagrams.pptx
= simple diagrams of reversible C fixation
Individual files:
bigger_pathway_rxns.xlsx
= slightly modified file used to read pathways and reaction data in preparation for the simulation (seebigger_network.Rmd
)bigger_pathway_rxns_original.xlsx
= Stuart's manually curated protometabolic pathways of chemical reactionsall_pathway_reactions_original.xlsx
= larger network curated by Stuart; includes Wood-Ljungdhal; Krebs cycle; amino acid synthesis pathways...data_for_Stuart.zip
= outputs from carbon fixation simulations (forward, reversible with negligble rate, reversible with equal rate)