Chapter 4 Courses
4.1 Textbooks
Repository of statistics and programming books from biostatistics graduate student group at Vanderbilt.
4.2 Bioinformatics and Computational Biology
These are courses underneath the Bioinformatics and Computational Biomedicine (BCB) program.
General piece of advice is to establish a study group to help bounce around ideas and clarify concepts in a discussion. Note, this still means you are responsible for doing and completing your own homework.
The study group is recommended because of the variety of topics you’ll cover and the variety of background your peers possess. There is bound to be a peer of yours that is, say, more skilled in programming that you. But then you may have the upper hand in genetics. Sharing knowledge amongst your peers will ultimately help you all collectively in the end.
4.2.1 BMI 551/651 Statistical Methods
Download “An Introduction to Statistical Learning with Applications in R”. It’s a easier transition to learning statistical methods and contains R code for you to further experiment and learn from.
Here you can find a great video series for the Introduction to Statistical Learning book given by the authors of the book of the same name linked above.
Another resource for this introduction book is this repository of notes and exercise attempts to help facilitate comprehension of the book contents.
If you feel more statistically and mathematically inclined, the “The Elements of Statistical Learning: Data Mining, Inference, and Prediction” textbook is also available. It contains similar content to the introduction text, but without the R code or easier to approach explanations.
For some choice topics (e.g., support vector machines, boosting, neural networks), this YouTube series from MIT 6.034 Artificial Intelligence (Fall 2010) is also helpful andw well explained.
4.2.2 BMI 565/656 Programming and Scripting
There is Python Tutor to help visualize how and what your computer is doing when it executes code. May help lower the barrier to learning programming.
Here’s a short guide on getting started with Python that may prove to be helpful.
4.2.3 CS/EE 559/659 Machine Learning
This course is very math heavy, requiring comfort with linear algebra and mathematical statistics notation.
Here you can find a machine learning “cheat sheet” of classical equations and diagrams used in machine learning. This guide’s section on “Notation” can be helpful to understand what common mathematical notation in machine learning translates to in more laymans terms.
4.2.4 Miscellaneous
Here are some resources that are generally useful:
- Modern Statistics for Modern Biology - Aim of book is to get scientists working quickly to make best of data.
- PH525x Series - Biomedical Data Science - Book focuses on performing data analysis in genomics.
- The Bioconductor 2018 Workshop Compilation - Bioconductor workshop materials as a book for various genomics analyses, ranging from beginner users to expert users who contribute packages.
4.3 Clinical Informatics
These are courses underneath the Health and Clinical Informatics (HCIN) program.
4.3.1 Miscellaneous
Health Informatics Forum is an online community and educational portal for health informatics professionals and students. It contains lists of resources and it’s own massive open online course (MOOC).
4.4 Fellows Meeting
For PhD students and post-docs, think of this time as having over 20 or so human hours of attention given to you if you are presenting. Attention is our more precious resource. Use it wisely.
4.5 Computer Science
TODO
4.6 PSU Computer Science
TODO
4.7 PSU Statistics
TODO
4.8 Independent Study
TODO