Computational Biology Gists

Computational Biology & Bioinformatics Resources


Project maintained by jananiravi Hosted on GitHub Pages — Theme by mattgraham

Computational Biology & Bioinformatics Resources

With programming resources on R, Python, Unix, Git, and Stats. Other non-compbio gists will be here!

NOTE: When the recommendation is an online course, we recommend the FREE version.

Contributors

Janani Ravi & Arjun Krishnan

NOTE: You can request gist on a particular topic by adding an issue outlining the details of the problem. Keywords of interest are in the repo description above.

Table of Contents

Cheatsheets

For R/RStudio, Git/GitHub, Markdown, Unix/vi, Slack, …
https://github.com/jananiravi/cheatsheets

Unix

R

General introduction to R

Data Visualization

A few useful resources to share along with the tidyverse/ggplot

  1. To pick the right kind of visualization, given your data type: https://www.data-to-viz.com/
  2. Graph galleries w/ sample codes for R/python-newbies:
    R Graph Gallery | Python Graph Gallery
  3. ggplot extension gallery https://github.com/ggplot2-exts/gallery

R for data science and machine learning

eBooks for R

Python

General introduction to Python

Python for data science and machine learning

Probability and statistics

Statistical learning

A great resource (book + videos + slides + exercises + example code + solutions) for simultaneously learning both statistical learning and R. [Statistical learning is just another term for machine learning done from a slightly statistical-modeling point-of-view.]

  • An Introduction to Statistical Learning with Applications in R | Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani http://www-bcf.usc.edu/~gareth/ISL/index.html
    • You can download the latest version of the book as a PDF on that site: http://www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
    • I would encourage watching these excellent course lecture videos (by the authors, who’re world-class scientists) that follow the book closely: http://www.dataschool.io/15-hours-of-expert-machine-learning-videos/
    • There are additional slides & videos from another good course taught based on this book: https://www.alsharif.info/iom530

Biology