Blog posts

2020

Introduction to R for bioinformatics (part 1)

4 minute read

Published:

Variables, assignments, and basic arithmetic

Variable names usually begin with letters, and should be descriptive.
The assignment “<-“ operator stores value on the right hand side to the variable name on the left hand side.
You can assign values in one variable to another variable.

Bioinformatcs HOW-TOs

less than 1 minute read

Published:

This is an outline of a series of blogs that I plan to write in 2020 that will share many tools and code snippets that I find useful in Bioinformatics.