diff --git a/src/resources/bioinformatics.md b/src/resources/bioinformatics.md index 47e52c5..74b64c8 100644 --- a/src/resources/bioinformatics.md +++ b/src/resources/bioinformatics.md @@ -1,4 +1,6 @@ -# Bioinformatics (thanks to Chae for these resources) +# Bioinformatics + +(thanks to Chae for these resources) - [Analyzing RNA-seq data with DESeq2](https://bioconductor.org/packages/devel/bioc/vignettes/DESeq2/inst/doc/DESeq2.html) - [RNA-seq workflow: gene-level exploratory analysis and differential expression](https://bioconductor.org/packages/release/workflows/vignettes/rnaseqGene/inst/doc/rnaseqGene.html) diff --git a/src/resources/modelling.md b/src/resources/modelling.md index d3c08b6..39d5a4e 100644 --- a/src/resources/modelling.md +++ b/src/resources/modelling.md @@ -8,7 +8,9 @@ - [Mathematical modeling in systems biology](https://www.math.uwaterloo.ca/~bingalls/MMSB/Notes.pdf) -## Enzyme Kinetics (Thanks to Piyush for these resources) +## Enzyme Kinetics + +(Thanks to Piyush for these resources) In this section, you will be learning about Enzymes, and how they may be modelled mathematically. This is similar to the Le Chatelier’s principle from **IB Chemistry 12**, so may be a good idea to brush up on that if you are a little rusty! @@ -43,3 +45,9 @@ In this section, you will be learning about Enzymes, and how they may be modelle ### KhanAcademy: Covalent Modifications to Enzymes + +## Protein Modelling + +- [Solvation free energy of ethanol](https://tutorials.gromacs.org/docs/free-energy-of-solvation.html) +- [Gromacs Tutorials](http://www.mdtutorials.com/gmx/) +- [Pyrosetta Tutorials](https://www.pyrosetta.org/documentation/tutorials)