Below are a collection of my articles. The journal sections contains smaller and more frequent posts. They serve as my Notebook.
Refactoring biology project : Part 2
Hi again!
This blog article is a follow up on my refactoring attempt of a biology project. Go read part 1 if you have missed it!
First task was to make the code more readable and easier to modify. Without changing how the variable were stored or the logic of the program, i just made helper function of the repetition. So, for the code of the earlier blog post:
Refactoring biology project : Part 1
One of my first coding exercise after having getting introductory certificates in python programmation is an open source project. Due to work at my lab, i had to set up a quality control scheme on our ELISAs.
ELISAs is a method to assay proteins. Quickly said, we put some chemicals and samples in wells, and the stronger the coloration is, the higher concentration of said protein is.
However, we have to carefully check, if our assays don’t get wrong at the time of the experiment or overtime.