Posts

R’s tryCatch function is a great tool that helps facilitate robust error handling. It lets you try to run a block of code and if an …

As part of my current postdoctoral research I’ve built the R package coil, which is designed to aid users in DNA barcode data cleaning …

Note: Here you will find the raw RMarkdown file for this post, in case you want to follow along and execute the code yourself! …

Older readers of this post may remember the boot screen from Windows XP. This featured a load bar that was there to essentially give a …

When applying a function to a vector, list or dataframe column, your first instinct may be to iterate across the series of inputs. By …

There is a problem I often encounter when working on remote access servers through the terminal: how do I set up a script/program to …

github.com/CNuge/go-fasta I spend a lot of time working with fasta files, the standard for storing of biological sequence information …

During a tutorial I gave for the University of Guelph R users group, we were going through how to generate summary stats & tidy …

The template code and setup instructions for this custom email report can be found here on github! Something I have written a few posts …