Videos / Posts

ggplot2 is a very nice R plotting library, however some people do not like the default color scales for plots. You can explicitly set …

The ggbio package is a great tool to use for visualizing next generation sequencing data. It combines the graphing power of the ggplot2 …

ggplot provides convenient smoothing functions for fitting models to data with the built in geom_smooth and stat_smooth methods. …

When asked why colleagues do not use perl modules in their work, often the response is that they do not know how to install them …

In bioinformatics the common format developed for storing short read alignments is the SAM format which has a binary representation and …

As a quick follow-up to my previous posts about parsing fasta files in perl, python, and ruby I wanted to make a quick note about a …