Enzyme Kinetics in R for fitting Michaelis-Menten models.
This project involves analyzing enzyme kinetics data using R, focusing on fitting Michaelis-Menten models. The figures are rendered using ggplot, and the data files in the "data" folder are used to run the script. Examine the data files and adjust your data accordingly to use the R script.
The figures generated by the script are saved in the "Figures" folder.
- tidyverse
- grid
- gridExtra
- propagate
- broom
- Clone the repository.
- Ensure all dependencies are installed.
- Run the R script.
- View the generated figures in the "Figures" folder.
The R script can be used to analyze enzyme kinetics data by fitting Michaelis-Menten models. Modify the script as needed and run it to analyze your own data.
The data files required for running the script are provided in the "data" folder.