DEV Community

Discussion on: Welcome Thread - v44

Collapse
 
puugu profile image
Courtney Kirkham

Hi Kevin! What sort of work do you do as a computational biologist?

Collapse
 
kevinrue profile image
Kevin Rue-Albrecht

I work with big data that lab scientists generate from biological samples. Those can come from hospital patients or lab experiments on cell and bacteria. A lot of the time, that means comparing healthy and diseased tissues and cells to identify genes and proteins that are altered during diseases like inflammation or infection.

For that I use mostly open source software such as R and Python packages to write scripts and workflows that I run on high-performance computing clusters, to parallelise the processing of samples on as many cores as I can.

Additionally, I particularly enjoy refactoring, testing, and documenting the code that I write for my project, to openly distribute it with other academics who can use it in their own work, but also contribute back to my repositories like I do with theirs, making software easier to use and more efficient for everyone!