liulab-dfci.github.io - This is the course material for STAT115/215 BIO/BST282 at Harvard University.
Xiaole Shirley Liu (lead instructor)Joshua StarmerMartin HembergTing WangFeng Yue
Ming TangYang LiuJack KangScarlett GeJiazhen RongPhillip NicolMaartin De Vries
We...
https://code.golf/ - Code Golf is a game designed to let you show off your code-fu by solving problems in the least number of characters.
Since this is your first time here, I suggest starting with something simple like Fizz Buzz.
www.nature.com - Because of the increasing size and inherent complexity of biological data, there has been an increase in the application of machine learning in biology to create useful and predictive models of the underlying biological processes. All machine...
A while ago we posted a request for online resources on must-read papers in evolutionary biology, for a literature club. We received many answers in the meantime
Awk is a programming language which allows easy manipulation of structured data and is mostly used for pattern scanning and processing. It searches one or more files to see if they contain lines that match with the specified patterns and then...
bioinformaticsworkbook.org - This books assumes that the reader has some knowledge of biology and basic understanding of the Unix command line. However, for the beginner, the appendix contains introductory material and tips/tricks for common bioinformatic problems, that is...
github.com - There is a directory for each chapter of the book. Each directory contains a test.py program you can use with pytest to check that you have written the program correctly. I have included a short README to describe each exercise....